..
ADT
Make sure that pop_back_val() result is used.
2013-08-19 22:12:00 +00:00
Analysis
Add some constantness.
2013-08-20 23:04:15 +00:00
Assembly
Bitcode
Make .bc en/decoding of AttrKind stable
2013-07-26 04:16:55 +00:00
CodeGen
[stackprotector] Refactor out the end of isInTailCallPosition into the function returnTypeIsEligibleForTailCall.
2013-08-20 08:36:50 +00:00
Config
Remove all checking for the various terminfo headers (term.h and
2013-08-12 10:40:11 +00:00
DebugInfo
Add LLVM-style RTTI to DIContext/DWARFContext classes
2013-08-06 10:32:39 +00:00
ExecutionEngine
Fix include guards.
2013-08-20 22:52:02 +00:00
IR
[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 09:41:47 +00:00
IRReader
Split out the IRReader header and the utility functions it provides into
2013-03-26 02:25:37 +00:00
MC
MC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 07:28:44 +00:00
Object
Move #includes from .h to .cpp file.
2013-08-21 01:20:11 +00:00
Option
Options: Add new option kind that consumes remaining arguments
2013-08-13 21:09:50 +00:00
Support
Add Mach-O entry_point_command declaration.
2013-08-21 07:28:40 +00:00
TableGen
[typo] An LLVM.
2013-08-16 23:30:19 +00:00
Target
[SystemZ] Use SRST to optimize memchr
2013-08-20 09:38:48 +00:00
Transforms
Fix assert with GEP ptr vector indexing structs
2013-08-19 21:43:16 +00:00
AutoUpgrade.h
Remove trailing whitespace, fix file path in comment
2013-07-20 17:46:00 +00:00
CMakeLists.txt
DebugInfo.h
DebugInfo: Allow the addition of other (such as static data) members to a record type after construction
2013-08-16 20:42:14 +00:00
DIBuilder.h
DebugInfo: Allow the addition of other (such as static data) members to a record type after construction
2013-08-16 20:42:14 +00:00
GVMaterializer.h
InitializePasses.h
DataFlowSanitizer; LLVM changes.
2013-08-07 22:47:18 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Remove the simplify-libcalls pass (finally)
2013-06-20 19:48:07 +00:00
Linker.h
Fix a performance bug in the Linker.
2013-05-04 05:05:18 +00:00
Pass.h
PassAnalysisSupport.h
PassManager.h
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00
PassManagers.h
Use a DenseMap instead of a std::map for AnalysisID -> Pass* maps. This reduces the pass-manager overhead from FPPassManager::runOnFunction() by about 10%.
2013-02-26 01:31:59 +00:00
PassRegistry.h
This patch breaks up Wrap.h so that it does not have to include all of
2013-05-01 20:59:00 +00:00
PassSupport.h