1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/include/llvm
2015-08-12 21:10:41 +00:00
..
ADT Update a comment; Emscripten no longer uses le32 and le64. NFC. 2015-08-12 20:34:40 +00:00
Analysis Move the object being used to move-initialize when calling the base class' constructor from the ctor-initializer. This should have no effect given the triviality of the class, but it allows for easier maintenance should the semantics of the base class change. NFC intended. 2015-08-12 21:10:41 +00:00
AsmParser AsmParser: Add a function to parse a standalone constant value. 2015-07-17 22:07:03 +00:00
Bitcode Fix testing for end of stream in bitstream reader. 2015-08-03 18:01:50 +00:00
CodeGen [X86] Allow x86 call frame optimization to fold more loads into pushes 2015-08-12 10:14:58 +00:00
Config Temporarily revert r244012 while we see if it's really necessary. 2015-08-05 05:32:22 +00:00
DebugInfo -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 2015-08-05 20:20:29 +00:00
ExecutionEngine -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 2015-08-05 20:20:29 +00:00
IR Print vectorization analysis when loop hint is specified. 2015-08-11 01:09:15 +00:00
IRReader
LibDriver LibDriver: Replace references to lld-link2 with lld-link. 2015-08-06 19:00:42 +00:00
LineEditor
Linker
LTO
MC [MCDwarf] Use more idiomatic [u]int8_t types. 2015-08-07 19:19:44 +00:00
Object Don't iterate over all sections in the ELFFile constructor. 2015-08-10 21:29:35 +00:00
Option Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. 2015-07-29 17:34:41 +00:00
Passes
ProfileData Fix some comment typos. 2015-08-08 18:27:36 +00:00
Support Reformat headers in ADT and Support partially. 2015-08-10 04:22:36 +00:00
TableGen [TableGen] Remove unused constructor. 2015-08-12 06:43:10 +00:00
Target Add new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN 2015-08-11 09:13:05 +00:00
Transforms [LoopVer] Optionally allow using memchecks from LAA 2015-08-12 16:51:19 +00:00
CMakeLists.txt
InitializePasses.h Create a wrapper pass for BranchProbabilityInfo. 2015-07-15 22:48:29 +00:00
LinkAllIR.h
LinkAllPasses.h [PM/AA] Hoist the interface for BasicAA into a header file. 2015-08-06 07:33:15 +00:00
module.modulemap
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h