aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-05-08Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy
2012-05-08Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper
2012-05-08Ordinary patch for PR1255.Stepan Dyatkovskiy
2012-05-07Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().Jakob Stoklund Olesen
2012-05-07Constify (trivially) ImmutableSet::iterator::getVisitState().Jordy Rose
2012-05-07Add TRI::getCommonSuperRegClass().Jakob Stoklund Olesen
2012-05-07Fix trivial typo in llvm_move.John McCall
2012-05-07Add SSE4A MOVNTSS/MOVNTSD instructions.Craig Topper
2012-05-07Tidy up. Whitespace.Jim Grosbach
2012-05-05reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner
2012-05-05revert my patches, which are causing problems.Chris Lattner
2012-05-05add missing header <shame>Chris Lattner
2012-05-05Nuke a few dead remnants of the CBE.Jim Grosbach
2012-05-05[Support] Add sys::Process::GetRandomNumber().Daniel Dunbar
2012-05-05[build] Add build check for ::arc4random().Daniel Dunbar
2012-05-05Add a new target hook "predictableSelectIsExpensive".Benjamin Kramer
2012-05-04Teach the code extractor how to extract a sequence of blocks fromChandler Carruth
2012-05-04Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski
2012-05-04Factor the computation of input and output sets into a public interfaceChandler Carruth
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth
2012-05-04Remove the SubRegClasses field from RegisterClass descriptions.Jakob Stoklund Olesen
2012-05-04Remove TargetRegisterClass::SuperRegClasses.Jakob Stoklund Olesen
2012-05-04Use SuperRegClassIterator for findRepresentativeClass().Jakob Stoklund Olesen
2012-05-04Add a SuperRegClassIterator class.Jakob Stoklund Olesen
2012-05-04A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth
2012-05-03Add a FoldingSetVector datastructure which is analogous to a SetVector,Chandler Carruth
2012-05-03Use a shared implementation of getMatchingSuperRegClass().Jakob Stoklund Olesen
2012-05-03Add TargetRegisterClass::getSuperRegIndices().Jakob Stoklund Olesen
2012-05-03Factor the logic for testing whether a basic block is viable for codeChandler Carruth
2012-05-03Add rudimentary CMake logic for detecting Graphviz.Ted Kremenek
2012-05-03add support for calloc to objectsize loweringNuno Lopes
2012-05-03Fix the type of SubClassMask.Jakob Stoklund Olesen
2012-05-03Don't override subreg functions in targets without subregisters.Jakob Stoklund Olesen
2012-05-03Added TargetRegisterInfo::getAllocatableClass.Andrew Trick
2012-05-02Move llvm-tblgen's StringMatcher into the TableGen library so it canDouglas Gregor
2012-05-02[llvm-c] Make a few function declarations proper prototypesAnders Waldenborg
2012-05-02Update SmallVector to support move semantics if the host does.John McCall
2012-05-01Target independent Hexagon Packetizer fix.Sirish Pande
2012-05-01YAMLParser: get rid of global ctors & dtors.Benjamin Kramer
2012-05-01Change the PassManager from a reference to a pointer.Bill Wendling
2012-04-30Second attempt at PR12573:Bill Wendling
2012-04-29Remove superfluous 'inline'Craig Topper
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky
2012-04-29SmallVector: Don't rely on having an assignment operator around in push_back ...Benjamin Kramer
2012-04-29Fix comments from copy-paste to a more relevant meaningEli Bendersky
2012-04-29Add constants for first and last integer vector types to be consistent with f...Craig Topper
2012-04-29Remove tab charactersCraig Topper
2012-04-29Mark the default cases of MVT::getVectorElementType and MVT:getVectorNumEleme...Craig Topper
2012-04-28Don't update spill weights when joining intervals.Jakob Stoklund Olesen