1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Sanjoy Das fc5838c877 [ValueTracking] Hoist some computation out of a loop; NFC
There is no need to match the comparison instruction repeatedly.

llvm-svn: 268836
2016-05-07 02:08:24 +00:00
..
Analysis [ValueTracking] Hoist some computation out of a loop; NFC 2016-05-07 02:08:24 +00:00
AsmParser AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1. 2016-05-06 09:07:29 +00:00
Bitcode Implement a safer bitcode upgrade for DISubprogram. 2016-05-06 22:53:06 +00:00
CodeGen DetectDeadLanes: Increase precision when detecting undef inputs 2016-05-06 22:43:50 +00:00
DebugInfo Drop error when trying to fallback from PDB to DWARF. 2016-05-06 22:29:34 +00:00
ExecutionEngine Thread Expected<...> up from libObject’s getType() for symbols to allow llvm-objdump to produce a good error message. 2016-05-02 20:28:12 +00:00
Fuzzer [libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print the OOM reproducer. 2016-05-06 23:38:07 +00:00
IR Refactor stripDebugInfo(Function) to handle intrinsic 2016-05-07 01:42:36 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [PM] Port Interprocedural SCCP to the new pass manager. 2016-05-05 21:05:36 +00:00
MC [mips] Correct the ordering of HI/LO pairs in the relocation table. 2016-05-06 13:49:25 +00:00
Object Change GenericBinaryError to no longer include a FileName, which is then not 2016-05-06 20:16:28 +00:00
ObjectYAML
Option
Passes [PM] port IR based PGO prof-gen pass to new pass manager 2016-05-06 05:49:19 +00:00
ProfileData [PGO] Use rsplit to parse value-data line in text profile file. 2016-05-06 23:20:58 +00:00
Support Remove LLVM_ENABLE_TIMESTAMPS 2016-05-05 19:57:03 +00:00
TableGen
Target Revert r268810 becase it brakes msan bot. 2016-05-07 01:54:00 +00:00
Transforms Reapply 267210 with fix for PR27490 2016-05-06 22:17:01 +00:00
CMakeLists.txt
LLVMBuild.txt