1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Benjamin Kramer 4cf0b8c972 [Object] Remove unused field + constructor.
llvm-svn: 304233
2017-05-30 19:37:02 +00:00
..
Analysis [SCEV][NFC] Remove redundant params from isAvailableAtLoopEntry 2017-05-30 10:54:58 +00:00
AsmParser
Bitcode Bitcode: Remove some dead code. Spotted by Teresa. 2017-05-26 23:21:40 +00:00
CodeGen [SelectionDAG] Remove special case for ISD::FPOWI from the strict FP intrinsic handling. 2017-05-30 17:12:18 +00:00
DebugInfo Added missing break. 2017-05-30 19:02:49 +00:00
Demangle [ItaniumDemangle] Fix a exponential string copying bug 2017-05-28 23:24:52 +00:00
ExecutionEngine
Fuzzer [libFuzzer] Don't replace custom signal handlers. 2017-05-25 01:43:13 +00:00
IR Revert "[Cloning] Take another pass at properly cloning debug info" 2017-05-30 18:56:26 +00:00
IRReader
LineEditor
Linker
LTO [lib/LTO] Don't reinvent the code for switching linkage. 2017-05-26 21:56:14 +00:00
MC [CodeView] Rename ModuleDebugFragment -> DebugSubsection. 2017-05-30 16:36:15 +00:00
Object [Object] Remove unused field + constructor. 2017-05-30 19:37:02 +00:00
ObjectYAML
Option
Passes [PM] Enable the new simple loop unswitch pass in the new pass manager 2017-05-26 01:24:11 +00:00
ProfileData [InstrProf] Use more ArrayRef/StringRef. 2017-05-28 13:23:02 +00:00
Support Adding parsing ability for .res file. 2017-05-30 18:19:06 +00:00
TableGen [TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit and StringInit objects. Override the allocator to keep using the BumpPtrAllocator. NFCI 2017-05-29 21:49:37 +00:00
Target Revert "This patch closes PR28513: an optimization of multiplication by different constants. It's implemented on DAG combiner level." 2017-05-30 19:25:22 +00:00
ToolDrivers
Transforms Revert "[Cloning] Take another pass at properly cloning debug info" 2017-05-30 18:56:26 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt