summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Doxygenify the comments of ISD nodes.Nadav Rotem2012-07-23
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.NAKAMURA Takumi2012-07-22
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-21
* baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes2012-07-20
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* Fix few warnings.Galina Kistanova2012-07-20
* raw_ostream: Add a has_colors() method.Daniel Dunbar2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Make RegisterOperand a subclass of DAGOperand so that RegisterOperands can be...Owen Anderson2012-07-20
* Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes.Benjamin Kramer2012-07-19
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Fixed few warnings.Galina Kistanova2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Remove tabs.Bill Wendling2012-07-18
* Allow PointerIntPairs to be created from const void *.Jordan Rose2012-07-18
* Add some missed ELF constants definitions:Simon Atanasyan2012-07-18
* Update config.h.cmake corresponding to config.h.in.NAKAMURA Takumi2012-07-18
* SCEVTraversal: Add a visited set.Andrew Trick2012-07-18
* Fix broken ipo_ext_iterator constructors.Jakob Stoklund Olesen2012-07-17
* Allow for customized graph edge pruning in PostOrderIterator.hJakob Stoklund Olesen2012-07-17
* Revert commit r160307. We decide to move builtins selection to the backend.Simon Atanasyan2012-07-17
* TableGen: Allow conditional instruction pattern in multiclass.Jim Grosbach2012-07-17
* MIPS: Create two definitions for __builtin_mips_shll_qb builtin.Simon Atanasyan2012-07-16
* Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard2012-07-16
* include/llvm: Add R600 Intrinsics v6Tom Stellard2012-07-16
* Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth2012-07-16
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-15
* Update the header guard I missed when moving the header.Chandler Carruth2012-07-15
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-15
* Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem2012-07-15
* Move IsSameValue from clang's ASTImporter to be methods on theEric Christopher2012-07-15
* LSR Fix: check SCEV expression safety before expansion.Andrew Trick2012-07-13
* Factor SCEV traversal code so I can use it elsewhere. No functionality.Andrew Trick2012-07-13
* Fixed few warnings.Galina Kistanova2012-07-13
* Initializers for some fields were missing in Option::OptionAlexander Kornienko2012-07-13
* Regenerate.Eric Christopher2012-07-12
* Add intrinsics for Ivy Bridge's rdrand instruction.Benjamin Kramer2012-07-12
* Teach the LiveInterval::join function to use the fast merge algorithm,Chandler Carruth2012-07-10
* Move [get|set]BasePtrStackAdjustment() from MachineFrameInfo toChad Rosier2012-07-10
* Add support for dynamic stack realignment in the presence of dynamic allocas onChad Rosier2012-07-10
* Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth2012-07-10
* Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth2012-07-10
* Allow intrinsics to be used in place of node matchables.Jim Grosbach2012-07-10
* Remove some trivial copy ctors so the classes become trivially copyable and g...Benjamin Kramer2012-07-08
* SmallVector: Make use of move semantics to speed up moving objects in erase()...Benjamin Kramer2012-07-08
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07
* whitespaceAndrew Trick2012-07-07