summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-03-07"Mac OS/X" -> "Mac OS X" spelling fixes for llvm.Nico Weber
2014-03-07[C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer
2014-03-07Make header standalone for libstdc++.Benjamin Kramer
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer
2014-03-07Change MCDisassembler::setSymbolizer to take unique_ptr by value.Ahmed Charles
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer
2014-03-07Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola
2014-03-07clang-format a bit of code to make the next patch easier to read.Rafael Espindola
2014-03-07Add iterator_range support for MachineInstr's operand and memoperand iterators.Owen Anderson
2014-03-06Remove shouldEmitUsedDirectiveFor.Rafael Espindola
2014-03-06Support: split object format out of environmentSaleem Abdulrasool
2014-03-06Revert create_symbolic_link and both depending changesReid Kleckner
2014-03-06[Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis
2014-03-06R600: Fix extloads from i8 / i16 to i64.Matt Arsenault
2014-03-06Teach lint about address spacesMatt Arsenault
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-06[Modules] Fix a layering issue that is actually impacting the modulesChandler Carruth
2014-03-06[Layering] Move GVMaterializer.h into the IR library where itsChandler Carruth
2014-03-06[cleanup] Re-sort the standard library include lines.Chandler Carruth
2014-03-06[Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth
2014-03-06[Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth
2014-03-06Change the tag on this iterator to bidir and implement enough operators to ma...Owen Anderson
2014-03-06Fix issues in the NamedMDNode operand iterator, including those pointed out byOwen Anderson
2014-03-06Add a iterator and interator_range interface to the operands of a NamedMDNode.Owen Anderson
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-06[Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth
2014-03-06Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera
2014-03-05Always print the implicit .text at the start of an asm file.Rafael Espindola
2014-03-05Work around MSVC bug in IntrusiveRefCntPtr.hHans Wennborg
2014-03-05ARM: Correctly align arguments after a byval struct is passed on the stackOliver Stannard
2014-03-05Add a ThreadSafeRefCountedBaseBen Langmuir
2014-03-05[Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth
2014-03-05[Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth
2014-03-05[C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles
2014-03-05[C++11] Make this interface accept const Use pointers and use overrideChandler Carruth
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-05[C++11] Add release() to OwningPtr.Ahmed Charles
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-05[C++11] Add 'override' keyword to IR library.Craig Topper
2014-03-05[C++11] Add 'override' keywords to tablegen code.Craig Topper
2014-03-05[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.Peter Zotov
2014-03-05Check for dynamic allocas and inline asm that clobbers sp before buildingHans Wennborg
2014-03-05C API: Add functions to get or set a GlobalValue's DLLStorageClassReid Kleckner
2014-03-05[C++11] Sink the iterator over a Value's users into the Value typeChandler Carruth
2014-03-05Partially roll back r202915.Rui Ueyama
2014-03-05Fix endianness bug.Rui Ueyama
2014-03-04Remove dependence on std::function.Richard Smith