llvm-6502/include/llvm
2014-05-06 01:01:29 +00:00
..
ADT Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object. 2014-05-06 01:01:29 +00:00
Analysis [LCG] Add the last (and most complex) of the edge insertion mutation 2014-05-04 09:38:32 +00:00
AsmParser
Bitcode
CodeGen Remove the -disable-cfi option. 2014-05-05 17:33:26 +00:00
Config
DebugInfo
ExecutionEngine Fix MSVC build broken by r207580 2014-04-29 22:04:55 +00:00
IR Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls marked tail in the IR to 470k, however this improvement does not carry into an improvement of the call/jmp ratio on x86. The most common pattern is a tail call + br to a block with nothing but a 'ret'. 2014-05-05 23:59:03 +00:00
IRReader
LineEditor
Linker
LTO Rename member variable to try to fix the bots. 2014-05-03 15:28:13 +00:00
MC Walk back commits for unused function parameters - they're still being 2014-05-05 23:26:59 +00:00
Object Add range access to ELFFile's sections collection. 2014-05-05 06:48:34 +00:00
Option
ProfileData
Support Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object. 2014-05-06 01:01:29 +00:00
TableGen
Target Fix typo (also tab character). 2014-05-05 21:40:41 +00:00
Transforms Add llvm::function_ref (and a couple of uses of it), representing a type-erased reference to a callable object. 2014-05-06 01:01:29 +00:00
CMakeLists.txt
InitializePasses.h Add an optimization that does CSE in a group of similar GEPs. 2014-05-01 18:38:36 +00:00
LinkAllIR.h
LinkAllPasses.h Add an optimization that does CSE in a group of similar GEPs. 2014-05-01 18:38:36 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h