.. |
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
|
Pass a MemoryBufferRef when we can avoid taking ownership.
|
2014-08-26 21:49:01 +00:00 |
Bitcode
|
[opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'
|
2015-04-28 04:30:29 +00:00 |
CodeGen
|
fix typo in comment; NFC
|
2015-05-22 15:31:47 +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
|
Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for DIContext.h, to apease g++-4.7.
|
2015-05-22 10:11:07 +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
|
Pass a MemoryBufferRef when we can avoid taking ownership.
|
2014-08-26 21:49:01 +00:00 |
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
|
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)."
|
2015-05-22 07:17:07 +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 typo, 80-col; NFC
|
2015-05-22 15:32:33 +00:00 |
Transforms
|
Exploit dereferenceable_or_null attribute in LICM pass
|
2015-05-18 18:07:00 +00:00 |
CMakeLists.txt
|
Remove llvm_headers_do_not_build for the benefit of XCode and Visual Studio users.
|
2014-08-14 00:51:47 +00:00 |
InitializePasses.h
|
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format)."
|
2015-05-22 07:17:07 +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
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
PassInfo.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
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
|
Defining a new API for debug options that doesn't rely on static global cl::opts.
|
2014-10-15 21:54:35 +00:00 |