1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib
Jan Vesely 65aa39b751 R600: Use c++11 style for loop
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-by: Tom Stellard <tom@stellard.net>
llvm-svn: 230987
2015-03-02 18:56:52 +00:00
..
Analysis Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
AsmParser Teach the LLParser to fail gracefully when it encounters an invalid label name. 2015-03-02 05:25:09 +00:00
Bitcode Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
CodeGen Refactor DebugLocDWARFExpression so it doesn't require access to the 2015-03-02 17:21:06 +00:00
DebugInfo [llvm-pdbdump] Many minor fixes and improvements 2015-03-02 04:39:56 +00:00
ExecutionEngine Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Fuzzer [fuzzer] one more experimental search mode: -use_coverage_pairs=1 2015-02-20 03:02:37 +00:00
IR AsmWriter: Only print one space after the load type 2015-03-02 15:24:41 +00:00
IRReader
LineEditor
Linker [LTO API] add lto_codegen_set_module to set the destination module. 2015-02-24 00:45:56 +00:00
LTO [LTO API] fix memory leakage introduced at r230290. 2015-02-25 21:20:53 +00:00
MC Make some non-constant static variables non-static or fully const. 2015-03-01 18:09:56 +00:00
Object Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Option Prefer SmallVector::append/insert over push_back loops. 2015-02-17 15:29:18 +00:00
ProfileData Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Support Detect malformed YAML sequence in yaml::Input::beginSequence() 2015-03-02 17:26:43 +00:00
TableGen Add missing includes. make_unique proliferated everywhere. 2015-03-01 21:28:53 +00:00
Target R600: Use c++11 style for loop 2015-03-02 18:56:52 +00:00
Transforms SLPVectorizer: Rewrite ArrayRef slice compare to be more idiomatic. 2015-03-02 15:24:36 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile