1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib
Matthias Braun 9d6df3637c IfConversion: Use references instead of pointers where possible; NFC
Also put some commonly used subexpressions into variables.

llvm-svn: 278895
2016-08-17 02:52:01 +00:00
..
Analysis ObjCARC: Don't increment or dereference end() when scanning args 2016-08-17 01:02:18 +00:00
AsmParser Use range algorithms instead of unpacking begin/end 2016-08-11 21:15:00 +00:00
Bitcode Fix bitcode auto-upgrade when using bitcode lazy loading 2016-08-14 00:01:27 +00:00
CodeGen IfConversion: Use references instead of pointers where possible; NFC 2016-08-17 02:52:01 +00:00
DebugInfo Revert "Write the TPI stream from a PDB to Yaml." 2016-08-16 23:37:10 +00:00
ExecutionEngine Use the range variant of remove_if instead of unpacking begin/end 2016-08-12 04:32:37 +00:00
Fuzzer [libFuzzer] minor speed improvement 2016-08-16 21:28:05 +00:00
IR Scalar: Avoid dereferencing end() in IndVarSimplify 2016-08-17 01:54:41 +00:00
IRReader
LibDriver
LineEditor
Linker Linker: Avoid some ridiculous indentation by using a temporary. NFC 2016-08-15 22:41:42 +00:00
LTO [LTO] Simplify APIs and constify (NFC) 2016-08-16 05:46:05 +00:00
MC Avoid accessing LLVM/DWARF register mappings if undefined 2016-08-12 23:12:59 +00:00
Object Next set of additional error checks for invalid Mach-O files. 2016-08-12 20:10:25 +00:00
ObjectYAML [MachOYAML] Don't output empty ExportTrie 2016-08-11 00:20:03 +00:00
Option Use the range variant of remove_if instead of unpacking begin/end 2016-08-12 04:32:37 +00:00
Passes [PM] Port LoopDataPrefetch to new pass manager 2016-08-13 04:11:27 +00:00
ProfileData Use range algorithms instead of unpacking begin/end 2016-08-11 21:15:00 +00:00
Support Remove excessive padding from LineNoCacheTy 2016-08-16 19:20:10 +00:00
TableGen [TableGen] Autobrief-ize Record. NFC. 2016-07-14 14:53:14 +00:00
Target Some places that could using TargetParser in LLVM. NFC. 2016-08-17 02:08:28 +00:00
Transforms [Inliner] Add a flag to disable manual alloca merging in the Inliner. 2016-08-17 02:40:23 +00:00
CMakeLists.txt
LLVMBuild.txt