llvm-6502/lib
Ramkumar Ramachandra e10581ac39 PlaceSafepoints: use IRBuilder helpers
Use the IRBuilder helpers for gc.statepoint and gc.result, instead of
coding the construction by hand. Note that the gc.statepoint IRBuilder
handles only CallInst, not InvokeInst; retain that part of hand-coding.

Differential Revision: http://reviews.llvm.org/D7518

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230591 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-26 00:35:56 +00:00
..
Analysis MemDepPrinter: Fix some nits introduced in r228596 2015-02-25 23:55:00 +00:00
AsmParser
Bitcode [opaque pointer type] Bitcode support for explicit type parameter on GEP. 2015-02-25 01:08:52 +00:00
CodeGen Remove an argument-less call to getSubtargetImpl from TargetLoweringBase. 2015-02-26 00:00:24 +00:00
DebugInfo [dwarfdump] Fix frame info register number dump. 2015-02-25 22:30:09 +00:00
ExecutionEngine Revert "Raising minimum required CMake version to 2.8.12.2." 2015-02-24 16:39:46 +00:00
Fuzzer
IR PlaceSafepoints: use IRBuilder helpers 2015-02-26 00:35:56 +00:00
IRReader
LineEditor
Linker [LTO API] add lto_codegen_set_module to set the destination module. 2015-02-24 00:45:56 +00:00
LTO [LTO API] fix memory leakage introduced at r230290. 2015-02-25 21:20:53 +00:00
MC Fix UTF8 chars to ASCII. 2015-02-25 11:02:00 +00:00
Object Object: Handle Mach-O kext bundle files 2015-02-25 22:59:20 +00:00
Option
ProfileData InstrProf: Remove dead code in CoverageMappingReader 2015-02-25 22:44:50 +00:00
Support Object: Handle Mach-O kext bundle files 2015-02-25 22:59:20 +00:00
TableGen
Target Remove a FIXME. 2015-02-26 00:00:35 +00:00
Transforms PlaceSafepoints: use IRBuilder helpers 2015-02-26 00:35:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile