llvm-6502/lib
Chandler Carruth 436906ab3c [TTI] There is actually no realistic way to pop TTI implementations off
the stack of the analysis group because they are all immutable passes.
This is made clear by Craig's recent work to use override
systematically -- we weren't overriding anything for 'finalizePass'
because there is no such thing.

This is kind of a lame restriction on the API -- we can no longer push
and pop things, we just set up the stack and run. However, I'm not
invested in building some better solution on top of the existing
(terrifying) immutable pass and legacy pass manager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203437 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-10 02:45:14 +00:00
..
Analysis [TTI] There is actually no realistic way to pop TTI implementations off 2014-03-10 02:45:14 +00:00
AsmParser IR: Change inalloca's grammar a bit 2014-03-09 06:41:58 +00:00
Bitcode [C++11] Add range based accessors for the Use-Def chain of a Value. 2014-03-09 03:16:01 +00:00
CodeGen [TTI] There is actually no realistic way to pop TTI implementations off 2014-03-10 02:45:14 +00:00
DebugInfo Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
ExecutionEngine Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
IR [PM] While I'm here, fix a few other clang-format issues. Pulls some 2014-03-10 02:12:14 +00:00
IRReader Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
LineEditor
Linker [Layering] Sink Linker.h into a Linker subdirectory to make it 2014-03-06 03:42:23 +00:00
LTO [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
MC MC: Appease the buildbots 2014-03-10 01:04:18 +00:00
Object Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
Option
Support Fix inconsistent whitespace. 2014-03-09 23:17:28 +00:00
TableGen Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
Target [TTI] There is actually no realistic way to pop TTI implementations off 2014-03-10 02:45:14 +00:00
Transforms SimplifyCFG: Simplify the weight scaling algorithm. 2014-03-09 14:42:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile