..
ADT
DenseMap: Remove poisoning of unused memory.
2015-05-16 14:19:54 +00:00
Analysis
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
2015-05-20 17:16:39 +00:00
AsmParser
Bitcode
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
2015-04-28 04:30:29 +00:00
CodeGen
SDAG: Give SDDbgValues their own allocator (and reset it)
2015-05-22 05:45:19 +00:00
Config
[ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
2015-03-26 19:25:01 +00:00
DebugInfo
Revert part of r237975, "Fix Clang -Wmissing-override warning" in DIContext.h, to appease g++-4.7.
2015-05-22 05:52:50 +00:00
ExecutionEngine
Revert "Fix Clang -Wmissing-override warning"
2015-05-22 06:01:04 +00:00
IR
[opaque pointer type] Allow gep_type_iterator to work with the pointee type from the GEP instruction
2015-05-21 21:12:43 +00:00
IRReader
LineEditor
Use 'override/final' instead of 'virtual' for overridden methods
2015-04-11 02:11:45 +00:00
Linker
Linker: Add flag to override linkage rules
2015-04-22 04:11:00 +00:00
LTO
LTO: Add API to choose whether to embed uselists
2015-04-27 23:38:54 +00:00
MC
MC: Shave a pointer off of MCSymbol::Name
2015-05-22 06:04:42 +00:00
Object
Make it easier to use DwarfContext with MCJIT
2015-05-21 21:24:32 +00:00
Option
Use 'override/final' instead of 'virtual' for overridden methods
2015-04-11 02:11:45 +00:00
Passes
[PM] Create a separate library for high-level pass management code.
2015-03-07 09:02:36 +00:00
ProfileData
Tidy comments in SampleProfile header. NFC.
2015-05-12 22:03:00 +00:00
Support
[Support] Fix ErrorOr equality operator.
2015-05-21 23:15:00 +00:00
TableGen
[TableGen] Make some variable names consistent with their type names and just generally consistent across all of the overloads.
2015-05-20 05:40:13 +00:00
Target
fix typos, remove function names from comments, NFC
2015-05-21 23:04:44 +00:00
Transforms
Exploit dereferenceable_or_null attribute in LICM pass
2015-05-18 18:07:00 +00:00
CMakeLists.txt
InitializePasses.h
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
2015-05-21 20:54:45 +00:00
LinkAllIR.h
LinkAllPasses.h
Add a speculative execution pass
2015-05-15 17:54:48 +00:00
module.modulemap
Fix modules build post-r235612.
2015-04-23 23:22:26 +00:00
module.modulemap.build
Pass.h
Use 'override/final' instead of 'virtual' for overridden methods
2015-04-11 02:11:45 +00:00
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
Revert r231276 (including r231277): Add a lock() function in PassRegistry to speed up multi-thread synchronization.
2015-03-05 17:53:00 +00:00
PassSupport.h