summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2005-04-21Add two new methods for getting the User Id and Group Id values for theReid Spencer1-0/+10
2005-04-21Add doxygen comments, patch contributed by Evan Jones.Chris Lattner1-6/+6
2005-04-21add support for taking the address of free.Chris Lattner1-4/+8
2005-04-21Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner1-31/+31
2005-04-15Make pattern isel default for ppcNate Begeman1-0/+7
2005-04-15new passChris Lattner1-0/+1
2005-04-15add a new prototypeChris Lattner1-0/+7
2005-04-13Add a new helper method which returns the and that is equivalent to whatChris Lattner1-0/+4
2005-04-13Remove the ZERO_EXTEND_INREG node which is redundant with ANDChris Lattner1-7/+5
2005-04-12add an argument.Chris Lattner1-1/+1
2005-04-11rename addU64Imm() to addImm64()Duraid Madina1-2/+2
2005-04-11Eliminate major source of VC++ "possible loss of data" warnings.Jeff Cohen1-2/+2
2005-04-10* store immediate values as int64_t, not int. come on, we should be happyDuraid Madina2-3/+22
2005-04-09add routines to track the livein/out set for a functionChris Lattner1-0/+21
2005-04-09Add a new nodeChris Lattner1-0/+7
2005-04-08fix this method for 64-bit constantsChris Lattner1-1/+3
2005-04-07Allow targets which produce setcc results in non-MVT::i1 registers to describeChris Lattner1-1/+23
2005-04-06document these nodes, as they are nonobviousChris Lattner1-1/+5
2005-04-05Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64bNate Begeman1-1/+1
2005-04-03a wise man once said:Duraid Madina1-4/+4
2005-04-02merge EquivClassGraphs.h into DataStructure.h with the other DSA pass definit...Chris Lattner2-129/+105
2005-04-02add and use a callee_iterator typedefChris Lattner2-5/+7
2005-04-02Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner2-6/+24
2005-04-02add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina1-0/+19
2005-04-02Add two happy new nodes for FABS and FNEGChris Lattner1-0/+4
2005-04-02fix a commentChris Lattner1-1/+1
2005-04-02add some new nodes.Chris Lattner1-0/+6
2005-04-01Add ISD::UNDEF nodeNate Begeman1-0/+3
2005-03-31Fix spelling of `corresponds'Misha Brukman1-1/+1
2005-03-31PCMarker support for DAG and AlphaAndrew Lenharth1-0/+2
2005-03-28First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth1-0/+1
2005-03-28Fix VC++ build breakageJeff Cohen1-1/+1
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos1-1/+1
2005-03-26Change LowerCallTo to take a boolean isVarArg argument. This is neededNate Begeman1-3/+2
2005-03-24add new spliceFrom methods.Chris Lattner1-0/+10
2005-03-23if a function doesn't access memory at all, it definitely doesn't read it.Chris Lattner1-1/+2
2005-03-23a hack to allow count-aa to work with ds-aa :(Chris Lattner1-5/+4
2005-03-22Fix a serious bug where we didn't insert globals into the globalset whenChris Lattner1-1/+6
2005-03-22add a methodChris Lattner1-0/+6
2005-03-22Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner1-7/+2
2005-03-22remove a dead ctorChris Lattner1-2/+0
2005-03-22now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner1-2/+1
2005-03-22drop the second argument to cloneInto, which is always the local scalar map.Chris Lattner1-1/+1
2005-03-22move this stuff out of lineChris Lattner1-15/+4
2005-03-21allow passing clone flags into the ctorChris Lattner1-1/+2
2005-03-21add a new mapChris Lattner1-0/+8
2005-03-21make this const correctChris Lattner1-1/+1
2005-03-21Ugh, for some reason, I can't call this unless the reference is const!?!?!?Chris Lattner1-1/+1
2005-03-21Make the first operand of this method be modifiable.Chris Lattner1-1/+1
2005-03-21add a methodChris Lattner1-0/+4