1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
2017-07-11 21:36:58 +00:00
..
Analysis Whitespace. 2017-07-11 02:31:54 +00:00
AsmParser [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC 2017-07-09 07:04:00 +00:00
BinaryFormat Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library."""" 2017-07-08 03:06:10 +00:00
Bitcode Bitcode: Include any strings added to the string table in the module hash. 2017-07-06 17:56:01 +00:00
CodeGen Revert Revert [MBP] do not rotate loop if it creates extra branch 2017-07-11 08:34:58 +00:00
DebugInfo [lld/pdb] Create an empty public symbol record stream. 2017-07-10 22:40:20 +00:00
Demangle
ExecutionEngine [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
Fuzzer [LibFuzzer] Fix -Wcomment warning emitted by GCC. 2017-07-11 18:27:52 +00:00
IR [IR] Remove unnecessary const_casts from ConstantDataSequential and it's subclasses. 2017-07-11 15:52:21 +00:00
IRReader
LineEditor
Linker
LTO Use DenseMap instead std::map for GVSummaryMapTy. 2017-07-10 20:12:54 +00:00
MC [WebAssembly] Fix use of cast vs dyn_cast 2017-07-11 02:21:57 +00:00
Object Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library."""" 2017-07-08 03:06:10 +00:00
ObjectYAML [ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 2017-07-01 01:35:55 +00:00
Option [Bash-autocompletion] Auto complete cc1 options if -cc1 is specified 2017-07-08 17:48:59 +00:00
Passes [PM] Enable registration of out-of-tree passes with PassBuilder 2017-07-10 10:57:55 +00:00
ProfileData llvm-profdata: Reduce memory usage by using Error callback rather than member 2017-07-10 03:04:59 +00:00
Support [Support] - Add bad alloc error handler for handling allocation malfunctions 2017-07-11 16:45:30 +00:00
TableGen
Target [mips][mt] Correct spelling error in comment. NFCI. 2017-07-11 21:36:58 +00:00
Testing
ToolDrivers
Transforms [LoopUnrollRuntime] NFC: Add some debugging trace messages for why loop wasn't unrolled. 2017-07-11 20:44:37 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt