..
Analysis
[LCG] Simplify a bunch of the LCG code with range for loops and auto.
2014-03-09 12:20:34 +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
StackColoring: Use range-based for loops.
2014-03-09 15:44:45 +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] Switch new pass manager from polymorphic_ptr to unique_ptr now that
2014-03-09 11:49:53 +00:00
IRReader
Replace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 05:51:42 +00:00
LineEditor
[CMake] Use LINK_LIBS instead of target_link_libraries().
2014-02-26 06:41:29 +00:00
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: Cleanup MCSectionMachO::ParseSectionSpecifier
2014-03-10 00:55:07 +00:00
Object
Replace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 05:51:42 +00:00
Option
Avoid buffer copies when a Twine already is a StringRef.
2013-12-03 18:18:28 +00:00
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
[Sparc] Add support for decoding 'swap' instruction.
2014-03-09 23:32:07 +00:00
Transforms
SimplifyCFG: Simplify the weight scaling algorithm.
2014-03-09 14:42:55 +00:00
CMakeLists.txt
Introduce line editor library.
2014-01-31 23:46:14 +00:00
LLVMBuild.txt
Introduce line editor library.
2014-01-31 23:46:14 +00:00
Makefile
Introduce line editor library.
2014-01-31 23:46:14 +00:00