1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Geoff Berry 8cf2ae77e2 [BlockPlacement] Add option to align all non-fall-through blocks.
Summary: This option is being added for testing purposes.

Reviewers: mcrosier

Subscribers: mcrosier, llvm-commits

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

llvm-svn: 258409
2016-01-21 17:25:52 +00:00
..
Analysis Change ConstantFoldInstOperands to take Instruction instead of opcode and type. NFC. 2016-01-21 06:33:22 +00:00
AsmParser
Bitcode [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC) 2016-01-21 16:46:40 +00:00
CodeGen [BlockPlacement] Add option to align all non-fall-through blocks. 2016-01-21 17:25:52 +00:00
DebugInfo Fix instance of -Wcovered-switch-default 2016-01-13 20:39:22 +00:00
ExecutionEngine Orc: Simplify lambda by using std::set's initializer_list ctor 2016-01-20 22:24:26 +00:00
Fuzzer [libFuzzer] don't use std::vector in one more hot path 2016-01-21 01:52:14 +00:00
IR Add a "gc-transition" operand bundle 2016-01-20 19:50:25 +00:00
IRReader
LibDriver
LineEditor
Linker Use early return to simplify code (NFC) 2016-01-21 17:16:53 +00:00
LTO [LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent 2016-01-20 09:03:42 +00:00
MC Rename MCLineEntry to MCDwarfLineEntry 2016-01-21 01:59:03 +00:00
Object [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags 2016-01-20 19:15:18 +00:00
Option
Passes
ProfileData [PGO] Add a new interface to be used by Indirect Call Promotion 2016-01-20 01:26:34 +00:00
Support parseArch() supports more variations of arch names for PowerPC builds 2016-01-19 00:04:41 +00:00
TableGen [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC 2016-01-18 20:36:06 +00:00
Target [mips] Allowed dla instructions on 32-bit architectures. 2016-01-21 15:11:01 +00:00
Transforms Revert "[SLP] Truncate expressions to minimum required bit width" 2016-01-21 17:17:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile