summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith2014-04-15
* FastISel: constrain the RegClass of operands when emitting instructions.Tim Northover2014-04-15
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Pass the size to the deallocation function. This, on someChandler Carruth2014-04-15
* [Allocator] Fix r206256 which got the enabling case backwards on theseChandler Carruth2014-04-15
* Fix broken build of llvm using clang.Nick Lewycky2014-04-15
* [Allocator] MSVC apparantly has broken SFINAE context handling ofChandler Carruth2014-04-15
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Add a DenseMapInfo specialization for PointerUnion. In tree user to land shor...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [Allocator] Constrain the Deallocate templated overloads to only applyChandler Carruth2014-04-15
* Use unique_ptr to manage ownership of GCFunctionInfos in GCStrategyDavid Blaikie2014-04-15
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-15
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-15
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* Add iterator_range for MachineInstr defs.Jim Grosbach2014-04-15
* [Allocator] Add Deallocate support to the AllocatorBase CRTP class,Chandler Carruth2014-04-15
* [Allocator] Hack around the fact that GCC can't compile theChandler Carruth2014-04-15
* [Allocator] Factor the Allocate template overloads into a base classChandler Carruth2014-04-15
* [cleanup] Run clang-format over most of YAMLParser.h to fix a bunch ofChandler Carruth2014-04-14
* [ARM64] Add big endian target arm64_be.James Molloy2014-04-14
* Teach llvm-lto to respect the given RelocModel.James Molloy2014-04-14
* [Allocator] Hoist the external helper function into a namespace scopeChandler Carruth2014-04-14
* [cleanup] Normalize YAMLParser.h's doxygen markers with '\foo' insteadChandler Carruth2014-04-14
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* Fix the compile from r206147 in release builds by moving a variableChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* Add back some typecasts I accidentally lost in r206142.Craig Topper2014-04-14
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-12
* blockfreq: Rename BlockProbInfoT to BranchProbabilityInfoTDuncan P. N. Exon Smith2014-04-11
* blockfreq: Remove unnecessary template parametersDuncan P. N. Exon Smith2014-04-11
* blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-11
* Format fixes for r205990David Blaikie2014-04-11
* Make doxygen comment match the declaration.Benjamin Kramer2014-04-11
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-11
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-11
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-11
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* SDNode: Add uses() iterator_range convenience methods.Jim Grosbach2014-04-11