summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Support: Move OnDiskHashTable from clang to llvmJustin Bogner2014-04-17
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-16
* iterator_range for machine block terminators.Jim Grosbach2014-04-16
* Added new functionality to LLVM C API to use DiagnosticInfo to handle errorsTom Stellard2014-04-16
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [LCG] Stop playing fast and loose with reference members and assignment.Chandler Carruth2014-04-16
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* [Allocator] Nuke to useless functions. The implicit ones are sufficientChandler Carruth2014-04-16
* Convert SelectionDAG::getVTList to use ArrayRefCraig Topper2014-04-16
* [Allocator] Fold the two templated overloads into a single one withChandler Carruth2014-04-15
* [Allocator] Remove a really problematic overload. This is very confusingChandler Carruth2014-04-15
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-15
* 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