llvm-6502/lib
David Blaikie 7117d739d6 Use unique_ptr to handle ownership of synthesized args in DerivedArgList
This might be able to be simplified further by using Arg as a value type
in a linked list (to maintain pointer validity), but here's something
simple to start with.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206724 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-20 22:37:46 +00:00
..
Analysis Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-19 22:46:00 +00:00
AsmParser
Bitcode
CodeGen Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-19 22:46:00 +00:00
DebugInfo [llvm-symbolizer] Print file/line for a PC even if there is no DIE describing it. 2014-04-18 22:22:44 +00:00
ExecutionEngine
IR Fix bug 19437 - Only add discriminators for DWARF 4 and above. 2014-04-17 22:33:50 +00:00
IRReader
LineEditor
Linker
LTO Remove some empty statements 2014-04-19 23:56:35 +00:00
MC Patch by Ray Donnelly to print register names instead of numbers. 2014-04-19 05:40:09 +00:00
Object
Option Use unique_ptr to handle ownership of synthesized args in DerivedArgList 2014-04-20 22:37:46 +00:00
ProfileData ProfileData: Remove an extra semicolon 2014-04-19 23:42:50 +00:00
Support
TableGen
Target C++ has a bool type! (And C's had one too, for 15 years...) 2014-04-20 22:15:37 +00:00
Transforms Remove some empty statements 2014-04-19 23:56:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile