hanchenye-llvm-project/llvm/lib
Rafael Espindola 7271c19420 Give ExecutionEngine of top level buffers.
Long term the idea if for the engine to not own the buffers, but for now
this is consistent with the rest of the API.

llvm-svn: 216484
2014-08-26 21:04:04 +00:00
..
Analysis InstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null 2014-08-26 07:08:03 +00:00
AsmParser Declare that musttail calls in variadic functions forward the ellipsis 2014-08-26 00:33:28 +00:00
Bitcode Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
CodeGen CodeGen/LiveVariables: use vector::assign() 2014-08-26 02:03:25 +00:00
DebugInfo Don't own the buffer in object::Binary. 2014-08-19 18:44:46 +00:00
ExecutionEngine Give ExecutionEngine of top level buffers. 2014-08-26 21:04:04 +00:00
IR Declare that musttail calls in variadic functions forward the ellipsis 2014-08-26 00:33:28 +00:00
IRReader Return a std::unique_ptr from the IRReader.h functions. NFC. 2014-08-26 17:29:46 +00:00
LTO Simplify LTOModule::makeLTOModule a bit. NFC. 2014-08-26 15:09:32 +00:00
LineEditor [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Linker Set comdats when lazily linking functions. 2014-08-15 20:17:08 +00:00
MC Convert MC command line option for fatal assembler warnings into a 2014-08-26 18:39:50 +00:00
Object Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr 2014-08-21 20:44:56 +00:00
Option Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind 2014-08-22 19:29:17 +00:00
ProfileData llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo. 2014-08-22 22:56:03 +00:00
Support Merge TempDir and system_temp_directory. 2014-08-26 14:47:52 +00:00
TableGen Modernize raw_fd_ostream's constructor a bit. 2014-08-25 18:16:47 +00:00
Target MC: Split the x86 asm matcher implementations by dialect 2014-08-26 20:32:34 +00:00
Transforms Revert r210342 and r210343, add test case for the crasher. 2014-08-26 19:06:41 +00:00
CMakeLists.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
LLVMBuild.txt ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00
Makefile ProfileData: Introduce the InstrProfReader interface and a text reader 2014-03-21 17:24:48 +00:00