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