1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib
Sanjay Patel b77b1c0c07 use range-based for loop; NFCI
llvm-svn: 253048
2015-11-13 16:21:23 +00:00
..
Analysis Revert r252990. 2015-11-13 01:44:32 +00:00
AsmParser [IR] Add support for empty tokens 2015-11-11 21:57:16 +00:00
Bitcode use range-based for loop; NFCI 2015-11-13 16:21:23 +00:00
CodeGen [SDAG] Fix expansion of BITREVERSE 2015-11-13 10:02:36 +00:00
DebugInfo dwarfdump: Added macro support to llvm-dwarfdump tool. 2015-11-12 09:38:54 +00:00
ExecutionEngine [RuntimeDyld] Add support for R_X86_64_PC8 relocation. 2015-11-08 19:34:17 +00:00
Fuzzer [libFuzzer] make libFuzzer build even with a compiler that does not have sanitizer headers 2015-11-13 01:54:40 +00:00
IR Revert r252990. 2015-11-13 01:44:32 +00:00
IRReader
LibDriver [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
LineEditor
Linker [lib/Linker] Convert assert(false) to llvm_unreachable(). 2015-11-13 02:16:51 +00:00
LTO Add a libLTO diagnostic handler that supports lto_get_error_message API 2015-11-11 19:59:08 +00:00
MC Implement .reloc (constant offset only) with support for R_MIPS_NONE and R_MIPS_32. 2015-11-12 13:33:00 +00:00
Object [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data 2015-11-12 09:40:29 +00:00
Option [Option] Use an ArrayRef to store the Option Infos in OptTable. NFC 2015-10-21 16:30:42 +00:00
Passes [PM] Port StripDeadPrototypes to the new pass manager 2015-10-30 23:28:12 +00:00
ProfileData [llvm-profdata] Add check for text profile formats and improve error reporting (2nd try) 2015-11-13 03:47:58 +00:00
Support Cull non-standard variants of ARM architectures (NFC) 2015-11-12 15:51:41 +00:00
TableGen [TblGen] ArrayRefize TGParser. No functional change intended. 2015-10-24 12:46:45 +00:00
Target [ARM] Replace ARMISD::RBIT with ISD::BITREVERSE 2015-11-13 16:05:22 +00:00
Transforms [GlobalOpt] Make sure all debug lines end with '\n' 2015-11-13 11:05:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile