..
ADT
[bpf] rename triple names bpf_be -> bpfeb
2015-06-05 16:11:14 +00:00
Analysis
[LAA] Fix estimation of number of memchecks
2015-06-08 10:27:06 +00:00
AsmParser
Bitcode
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
2015-05-29 19:43:39 +00:00
CodeGen
Remove MachineModuleInfo::UsedFunctions as it has no users.
2015-06-11 01:04:56 +00:00
Config
[omp] Add a configuration variable for the default OpenMP runtime.
2015-05-28 01:47:22 +00:00
DebugInfo
Re-unique_ptrify LoadedObjectInfo::clone after it was reverted due to some other changes that broke on GCC around the same time
2015-06-04 20:54:32 +00:00
ExecutionEngine
Re-unique_ptrify LoadedObjectInfo::clone after it was reverted due to some other changes that broke on GCC around the same time
2015-06-04 20:54:32 +00:00
IR
Stop returning a Use* from allocHungOffUses.
2015-06-10 22:38:46 +00:00
IRReader
LibDriver
LibDriver, llvm-lib: introduce.
2015-06-09 21:50:22 +00:00
LineEditor
Linker
Linker: Add flag to override linkage rules
2015-04-22 04:11:00 +00:00
LTO
Make the C++ LTO API easier to use from C++ clients.
2015-06-01 20:08:30 +00:00
MC
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC.
2015-06-10 12:11:26 +00:00
Object
Remove object_error::success and use std::error_code() instead
2015-06-09 15:20:42 +00:00
Option
Passes
ProfileData
Tidy comments in SampleProfile header. NFC.
2015-05-12 22:03:00 +00:00
Support
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC.
2015-06-10 12:11:26 +00:00
TableGen
[TableGen] Use the SMLoc header file instead of SourceMgr header file in a couple places. NFC
2015-06-08 01:35:40 +00:00
Target
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
2015-06-09 19:07:19 +00:00
Transforms
Add new EliminateAvailableExternally module pass, which is performed in
2015-06-10 17:49:28 +00:00
CMakeLists.txt
InitializePasses.h
Add new EliminateAvailableExternally module pass, which is performed in
2015-06-10 17:49:28 +00:00
LinkAllIR.h
LinkAllPasses.h
[NFC] added a missing space
2015-06-10 22:54:02 +00:00
module.modulemap
Fix modules build post-r235612.
2015-04-23 23:22:26 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h