summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* MachineModuleInfo: Turn nested std::pairs into a proper struct.Benjamin Kramer2014-03-09
* [C++11] Add range views for various parts of a Module.Chandler Carruth2014-03-09
* Change documentation based on feedback from Chandler.Ahmed Charles2014-03-09
* [C++11] Now that we have C++11 and I've replaced the use of thisChandler Carruth2014-03-09
* [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now thatChandler Carruth2014-03-09
* [C++11] Add llvm::make_unique, according to N3656.Ahmed Charles2014-03-09
* Revert "Clean up SmallString a bit"David Blaikie2014-03-09
* Clean up SmallString a bitDavid Blaikie2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Adding some includes to appease build bots. Amends r203354Aaron Ballman2014-03-08
* Adding range-based STL-like helper APIs. llvm::distance() is the range versio...Aaron Ballman2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Add support for hashing location information for CU level hashes.Eric Christopher2014-03-08
* Two part patch:Eric Christopher2014-03-07
* Actually include the ArrayRef header rather than rely on the forwardEric Christopher2014-03-07
* [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.Jordan Rose2014-03-07
* MC: Use MachO::SectionType for MCSectionMachO::getType's return typeDavid Majnemer2014-03-07
* "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber2014-03-07
* [C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer2014-03-07
* Make header standalone for libstdc++.Benjamin Kramer2014-03-07
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles2014-03-07
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* clang-format a bit of code to make the next patch easier to read.Rafael Espindola2014-03-07
* Add iterator_range support for MachineInstr's operand and memoperand iterators.Owen Anderson2014-03-07
* Remove shouldEmitUsedDirectiveFor.Rafael Espindola2014-03-06
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* R600: Fix extloads from i8 / i16 to i64.Matt Arsenault2014-03-06
* Teach lint about address spacesMatt Arsenault2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth2014-03-06
* [Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth2014-03-06
* [cleanup] Re-sort the standard library include lines.Chandler Carruth2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* Change the tag on this iterator to bidir and implement enough operators to ma...Owen Anderson2014-03-06
* Fix issues in the NamedMDNode operand iterator, including those pointed out byOwen Anderson2014-03-06
* Add a iterator and interator_range interface to the operands of a NamedMDNode.Owen Anderson2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera2014-03-06
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* Work around MSVC bug in IntrusiveRefCntPtr.hHans Wennborg2014-03-05