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