1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Xinliang David Li 3e9db36c77 [MBP] Code cleanup /NFC
This is second patch to clean up the code.

In this patch, the logic to determine block outlinining
is refactored and more comments are added.
 

llvm-svn: 272514
2016-06-12 16:54:03 +00:00
..
Analysis [LICM] Make isGuaranteedToExecute more accurate. 2016-06-11 21:48:25 +00:00
AsmParser [DebugInfo] Add calling convention support for DWARF and CodeView 2016-06-08 20:34:29 +00:00
Bitcode BitcodeReader: Use std:::piecewise_construct when upgrading type refs 2016-06-09 20:46:33 +00:00
CodeGen [MBP] Code cleanup /NFC 2016-06-12 16:54:03 +00:00
DebugInfo [pdb] Fix issues with pdb writing. 2016-06-10 21:47:26 +00:00
ExecutionEngine [MCJIT] Update MCJIT and get the fibonacci example working again. 2016-06-11 05:47:04 +00:00
Fuzzer [LibFuzzer] Fix some unit test crashes on OSX. 2016-06-10 05:33:07 +00:00
IR [X86] Remove sse2 pshufd/pshuflw/pshufhw intrinsics and upgrade them to shufflevector. 2016-06-12 14:11:32 +00:00
IRReader
LibDriver
LineEditor
Linker Move instances of std::function. 2016-06-12 16:13:55 +00:00
LTO Move instances of std::function. 2016-06-12 16:13:55 +00:00
MC Apply most suggestions of clang-tidy's performance-unnecessary-value-param 2016-06-08 19:09:22 +00:00
Object
ObjectYAML
Option
Passes [PM] Port DeadArgumentElimination to the new PM 2016-06-12 09:16:39 +00:00
ProfileData Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
Support [STLExtras] Introduce and use llvm::count_if; NFC 2016-06-10 21:18:39 +00:00
TableGen Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
Target Move instances of std::function. 2016-06-12 16:13:55 +00:00
Transforms Move instances of std::function. 2016-06-12 16:13:55 +00:00
CMakeLists.txt
LLVMBuild.txt