1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Chad Rosier a07337bd30 Fix indent. NFC.
llvm-svn: 280270
2016-08-31 18:37:52 +00:00
..
Analysis Fix indent. NFC. 2016-08-31 18:37:52 +00:00
AsmParser [AsmParser] Placate a -Wmisleading-indentantion warning (GCC7). 2016-08-26 18:05:03 +00:00
Bitcode Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 2016-08-25 00:45:04 +00:00
CodeGen Add an optional parameter with a list of undefs to extendToIndices 2016-08-31 18:02:19 +00:00
DebugInfo [codeview] Emit vtable shape information 2016-08-31 15:59:30 +00:00
ExecutionEngine ExecutionEngine: fix a bug in the movt/movw relocator 2016-08-29 20:42:03 +00:00
Fuzzer [libfuzzer] simplified unit truncation; do not write trunc items to disc 2016-08-30 20:49:07 +00:00
IR ADT: Guarantee transferNodesFromList is only called on transfers 2016-08-30 18:00:45 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [lib/LTO] Factor out logic for running passes. 2016-08-31 17:02:44 +00:00
MC ADT: Split ilist_node_traits into alloc and callback, NFC 2016-08-30 18:40:47 +00:00
Object Next set of additional error checks for invalid Mach-O files for bad load commands 2016-08-31 17:57:46 +00:00
ObjectYAML
Option
Passes [PM] Introduce basic update capabilities to the new PM's CGSCC pass 2016-08-24 09:37:14 +00:00
ProfileData [Coverage] Make sorting criteria for CounterMappingRegions local. 2016-08-31 07:01:17 +00:00
Support ADT: Split ilist_node_traits into alloc and callback, NFC 2016-08-30 18:40:47 +00:00
TableGen Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 2016-08-23 17:14:32 +00:00
Target [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result 2016-08-31 15:09:34 +00:00
Transforms [EarlyCSE] Allow forwarding a non-invariant load into an invariant load. 2016-08-31 17:45:31 +00:00
CMakeLists.txt
LLVMBuild.txt