.. |
ADT
|
Twine: Explicitly default the copy ctor as it's otherwise deprecated in C++11 by the presence of a user-declared copy assignment operator.
|
2015-03-03 18:29:25 +00:00 |
Analysis
|
Another missing include for MSVC.
|
2015-03-01 22:34:04 +00:00 |
AsmParser
|
Pass a MemoryBufferRef when we can avoid taking ownership.
|
2014-08-26 21:49:01 +00:00 |
Bitcode
|
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
|
2015-02-25 01:08:52 +00:00 |
CodeGen
|
Refactor DebugLocDWARFExpression so it doesn't require access to the
|
2015-03-02 22:02:33 +00:00 |
Config
|
[Support/Timer] Make GetMallocUsage() aware of jemalloc.
|
2015-02-19 07:27:14 +00:00 |
DebugInfo
|
[llvm-pdbdump] Many minor fixes and improvements
|
2015-03-02 04:39:56 +00:00 |
ExecutionEngine
|
Orc/JITSymbol.h requires not "Compiler.h" but "DataTypes.h" due to uint64_t.
|
2015-02-23 11:12:52 +00:00 |
IR
|
Make llvm.eh.begincatch use an outparam
|
2015-03-03 17:41:09 +00:00 |
IRReader
|
Pass a MemoryBufferRef when we can avoid taking ownership.
|
2014-08-26 21:49:01 +00:00 |
LineEditor
|
|
|
Linker
|
[LTO API] add lto_codegen_set_module to set the destination module.
|
2015-02-24 00:45:56 +00:00 |
LTO
|
[LTO API] fix memory leakage introduced at r230290.
|
2015-02-25 21:20:53 +00:00 |
MC
|
Remove useless .debug_macinfo section setup.
|
2015-03-02 19:52:42 +00:00 |
Object
|
[obj2yaml/yaml2obj] Add SHT_GROUP support.
|
2015-02-21 04:28:26 +00:00 |
Option
|
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 |
ProfileData
|
Add another missing header that used to be included transitively.
|
2015-03-02 01:08:07 +00:00 |
Support
|
Support: Use const pointers for reads.
|
2015-03-02 21:50:28 +00:00 |
TableGen
|
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 |
Target
|
[X86] Special-case 2x CMOV when custom-inserting.
|
2015-03-03 01:21:16 +00:00 |
Transforms
|
LowerBitSets: Use byte arrays instead of bit sets to represent in-memory bit sets.
|
2015-03-03 00:49:28 +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
|
Remove the Forward Control Flow Integrity pass and its dependencies.
|
2015-02-27 19:03:38 +00:00 |
LinkAllIR.h
|
|
|
LinkAllPasses.h
|
Remove the Forward Control Flow Integrity pass and its dependencies.
|
2015-02-27 19:03:38 +00:00 |
module.modulemap
|
[modules] Add include/llvm/IR/DebugInfoFlags.def to the textual headers list.
|
2015-02-25 01:44:09 +00:00 |
module.modulemap.build
|
|
|
Pass.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 |
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
|
[PM] Remove an unused and rather expensive mapping from an analysis
|
2014-10-06 00:30:59 +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 |