aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a new callbackChris Lattner2005-09-171-0/+8
* new methodChris Lattner2005-09-121-0/+6
* Add a new argument to ReplaceAllUsesWith to keep track of nodes deleted byChris Lattner2005-09-071-3/+11
* add a map for nullary opsChris Lattner2005-09-021-0/+1
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-021-0/+5
* Move a bunch of non-deprecated methods above the "deprecated line"Chris Lattner2005-09-021-27/+30
* Fix VC++ build errorsJeff Cohen2005-09-021-0/+1
* Teach live intervals to not crash on dead livein regsChris Lattner2005-09-021-1/+2
* Add a new ANY_EXTEND node, which operates like an extension but has undefinedChris Lattner2005-09-021-0/+3
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-4/+7
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-011-0/+145
* First pass at the DAG Combiner. It isn't used anywhere yet, but it shouldNate Begeman2005-09-011-0/+6
* remove an inappropriate commentChris Lattner2005-08-311-2/+1
* Add support for count trailing zeroes, and population count. These areNate Begeman2005-08-311-5/+37
* Allow physregs to occur in the dag with multiple types. Though I don't likeChris Lattner2005-08-301-1/+1
* Add AssertSext, AssertZext nodes for targets that pass arguments inNate Begeman2005-08-301-0/+7
* add some method variantsChris Lattner2005-08-301-0/+39
* improve commentChris Lattner2005-08-291-1/+3
* Add a new API for nateChris Lattner2005-08-291-0/+5
* Change the names of member variables per Chris' instructions, and documentReid Spencer2005-08-271-11/+13
* Fix a typo.Reid Spencer2005-08-271-1/+1
* add some forward defsChris Lattner2005-08-261-0/+2
* spell this right!Chris Lattner2005-08-261-1/+1
* Add a hookChris Lattner2005-08-261-0/+11
* Add a new instruction flagChris Lattner2005-08-261-0/+12
* Add a new version of ReplaceAllUsesWith, make the comments more useful.Chris Lattner2005-08-261-1/+4
* Change ConstantPoolSDNode to actually hold the Constant itself instead ofChris Lattner2005-08-262-7/+8
* Fix a huge annoyance: SelectNodeTo took types before the opcode unlikeChris Lattner2005-08-261-10/+10
* Change unsigned lng to unsigned.Jim Laskey2005-08-261-7/+7
* Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey2005-08-251-0/+182
* add a methodChris Lattner2005-08-251-0/+10
* add an enum valueChris Lattner2005-08-251-1/+2
* Recommended to use std::algorithms instead.Jim Laskey2005-08-251-78/+0
* Added support for generic linear/binary search.Jim Laskey2005-08-251-0/+78
* Fix a problem Duraid noticed, where we weren't removing values from the killsChris Lattner2005-08-251-2/+20
* Add support for TargetConstantPool nodeChris Lattner2005-08-252-4/+8
* add a new TargetFrameIndex nodeChris Lattner2005-08-252-4/+7
* add a methodChris Lattner2005-08-241-0/+1
* add two new methodsChris Lattner2005-08-241-0/+5
* rename hasNativeSupportFor* -> is(Operation|Type)Legal.Chris Lattner2005-08-241-10/+12
* Wrap long linesMisha Brukman2005-08-241-2/+4
* Remove some tabs.Reid Spencer2005-08-241-4/+5
* For PR616:Reid Spencer2005-08-242-3/+8
* Keep the killed/dead sets sorted, so that "KillsRegister" can do a quickChris Lattner2005-08-241-22/+26
* Change live variables from using multimaps to using maps of vectors andChris Lattner2005-08-231-46/+62
* Add RegisterDefIsDead to correspond to KillsRegister, mark both constChris Lattner2005-08-231-2/+14
* add a methodChris Lattner2005-08-231-0/+2
* add a methodChris Lattner2005-08-211-0/+3
* ADd a methodChris Lattner2005-08-211-0/+2
* Add 5-operand version of SelectNodeToChris Lattner2005-08-212-0/+15