1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
Quentin Colombet 2d801721a4 [X86] Enable shrink-wrapping by default.
Differential Revision: http://reviews.llvm.org/D14156

rdar://problem/21118279

llvm-svn: 253528
2015-11-19 00:38:00 +00:00
..
Analysis Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
AsmParser [OperandBundles] Tighten OperandBundleDef's interface; NFC 2015-11-18 08:30:07 +00:00
Bitcode [OperandBundles] Tighten OperandBundleDef's interface; NFC 2015-11-18 08:30:07 +00:00
CodeGen Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
DebugInfo Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. 2015-11-18 07:07:59 +00:00
ExecutionEngine [RuntimeDyld] Fix resolving R_PPC64_REL24 relocations 2015-11-17 20:08:31 +00:00
Fuzzer [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68399. Don't need it anyway. 2015-11-18 01:08:30 +00:00
IR Change memcpy/memset/memmove to have dest and source alignments. 2015-11-18 22:17:24 +00:00
IRReader
LibDriver
LineEditor
Linker Replace dyn_cast with isa in places that weren't using the returned value for more than a boolean check. NFC. 2015-11-18 07:07:59 +00:00
LTO Switch lto codegen to using diagnostic handlers. 2015-11-17 19:48:12 +00:00
MC Fix bug where WinCOFFObjectWriter would assume starting from an empty output. 2015-11-18 15:24:17 +00:00
Object ELFYAML: Add support for parsing AMDGPU section attribute flags 2015-11-13 17:06:29 +00:00
Option
Passes
ProfileData Minor cleanups (from review feedback) 2015-11-18 22:42:27 +00:00
Support [ARM] Add +feature names to TargetParser extensions table 2015-11-18 16:32:12 +00:00
TableGen
Target [X86] Enable shrink-wrapping by default. 2015-11-19 00:38:00 +00:00
Transforms Fix several long lines (>80) in LoopVectorize.cpp. NFC. 2015-11-19 00:32:30 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile