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