llvm-6502/include/llvm
2014-03-27 02:42:52 +00:00
..
ADT When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators 2014-03-19 00:23:30 +00:00
Analysis blockfreq: Implement Pass::releaseMemory() 2014-03-25 18:01:38 +00:00
AsmParser
Bitcode
CodeGen Simplify PBQP graph removeAdjEdgeId implementation. 2014-03-26 21:21:53 +00:00
Config
DebugInfo
ExecutionEngine [MCJIT] Check if there have been errors during RuntimeDyld execution. 2014-03-26 18:19:27 +00:00
IR Fix problem with r204836 2014-03-26 20:41:15 +00:00
IRReader
LineEditor
Linker
LTO
MC Move MCSymbolizer's constructor into header. It's trivial - there's no need for 2014-03-27 02:42:52 +00:00
Object
Option
ProfileData InstrProf: Check pointer size in raw profile 2014-03-23 03:38:12 +00:00
Support llvm-cov: When reading strings in gcov data, skip leading zeros 2014-03-27 00:06:36 +00:00
TableGen
Target Change @llvm.clear_cache default to call rt-lib 2014-03-26 14:01:32 +00:00
Transforms
CMakeLists.txt The llvm_headers_do_not_build project needs to be excluded from the default build, otherwise it gets built (at least in Visual Studio 2013). 2014-01-28 16:07:10 +00:00
InitializePasses.h
LinkAllIR.h
LinkAllPasses.h
Pass.h [C++11] Add 'override' keyword to IR library. 2014-03-05 06:35:38 +00:00
PassAnalysisSupport.h
PassManager.h
PassRegistry.h Re-sort all of the includes with ./utils/sort_includes.py so that 2014-01-07 11:48:04 +00:00
PassSupport.h