aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2005-09-07Add a new argument to ReplaceAllUsesWith to keep track of nodes deleted byChris Lattner
2005-09-02add a map for nullary opsChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-02Move a bunch of non-deprecated methods above the "deprecated line"Chris Lattner
2005-09-02Fix VC++ build errorsJeff Cohen
2005-09-02Teach live intervals to not crash on dead livein regsChris Lattner
2005-09-02Add a new ANY_EXTEND node, which operates like an extension but has undefinedChris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-09-01This new class provides support for platform specific "features". The intentJim Laskey
2005-09-01First pass at the DAG Combiner. It isn't used anywhere yet, but it shouldNate Begeman
2005-08-31remove an inappropriate commentChris Lattner
2005-08-31Add support for count trailing zeroes, and population count. These areNate Begeman
2005-08-30Allow physregs to occur in the dag with multiple types. Though I don't likeChris Lattner
2005-08-30Add AssertSext, AssertZext nodes for targets that pass arguments inNate Begeman
2005-08-30add some method variantsChris Lattner
2005-08-29improve commentChris Lattner
2005-08-29Add a new API for nateChris Lattner
2005-08-27Change the names of member variables per Chris' instructions, and documentReid Spencer
2005-08-27Fix a typo.Reid Spencer
2005-08-26add some forward defsChris Lattner
2005-08-26spell this right!Chris Lattner
2005-08-26Add a hookChris Lattner
2005-08-26Add a new instruction flagChris Lattner
2005-08-26Add a new version of ReplaceAllUsesWith, make the comments more useful.Chris Lattner
2005-08-26Change ConstantPoolSDNode to actually hold the Constant itself instead ofChris Lattner
2005-08-26Fix a huge annoyance: SelectNodeTo took types before the opcode unlikeChris Lattner
2005-08-26Change unsigned lng to unsigned.Jim Laskey
2005-08-25Added cl::bits option type (bit vectors). See "Collecting options as a setJim Laskey
2005-08-25add a methodChris Lattner
2005-08-25add an enum valueChris Lattner
2005-08-25Recommended to use std::algorithms instead.Jim Laskey
2005-08-25Added support for generic linear/binary search.Jim Laskey
2005-08-25Fix a problem Duraid noticed, where we weren't removing values from the killsChris Lattner
2005-08-25Add support for TargetConstantPool nodeChris Lattner
2005-08-25add a new TargetFrameIndex nodeChris Lattner
2005-08-24add a methodChris Lattner
2005-08-24add two new methodsChris Lattner
2005-08-24rename hasNativeSupportFor* -> is(Operation|Type)Legal.Chris Lattner
2005-08-24Wrap long linesMisha Brukman
2005-08-24Remove some tabs.Reid Spencer
2005-08-24For PR616:Reid Spencer
2005-08-24Keep the killed/dead sets sorted, so that "KillsRegister" can do a quickChris Lattner
2005-08-23Change live variables from using multimaps to using maps of vectors andChris Lattner
2005-08-23Add RegisterDefIsDead to correspond to KillsRegister, mark both constChris Lattner
2005-08-23add a methodChris Lattner
2005-08-21add a methodChris Lattner
2005-08-21ADd a methodChris Lattner
2005-08-21Add 5-operand version of SelectNodeToChris Lattner
2005-08-19ADd support for TargetGlobalAddress nodesChris Lattner
2005-08-19Add a new field to TargetInstrDescriptor for tracking information aboutChris Lattner