summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* SimplifySelectCC is deadNate Begeman2005-10-13
* remove a comma to compile with pedantic gccChris Lattner2005-10-08
* Remove prolific source of VC++ truncation warnings.Jeff Cohen2005-10-07
* add a helper classChris Lattner2005-10-05
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-04
* Fix case of pathChris Lattner2005-10-03
* This member can be const tooChris Lattner2005-10-03
* Expose the actual valuetype of each register classChris Lattner2005-10-02
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-01
* add a methodChris Lattner2005-10-01
* Reverting change moving to selection dag graph.Jim Laskey2005-09-30
* Added allnodes_size for scheduling support.Jim Laskey2005-09-30
* Add the node name (thus the address) to node label.Jim Laskey2005-09-30
* Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner2005-09-30
* trim down the target info structs now that we have a preferred spill register...Chris Lattner2005-09-30
* expose a new virtual methodChris Lattner2005-09-30
* Change these methods to take RC'sChris Lattner2005-09-30
* Add FP versions of the binary operators, keeping the int and fp worlds seperate.Chris Lattner2005-09-28
* Add a new flag for targets where setjmp/longjmp saves/restores the signal mask,Chris Lattner2005-09-27
* allow demotion to volatile valuesChris Lattner2005-09-27
* Make this slightly more efficient by pushing actual type information downChris Lattner2005-09-27
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-27
* add a new functionChris Lattner2005-09-26
* Add long-overdue helpers for getting constants with known upper bitsChris Lattner2005-09-24
* change proto slightlyChris Lattner2005-09-24
* move the live interval headers out of lib/CodeGen/Chris Lattner2005-09-21
* add a new callbackChris Lattner2005-09-17
* new methodChris Lattner2005-09-12
* Add a new argument to ReplaceAllUsesWith to keep track of nodes deleted byChris Lattner2005-09-07
* add a map for nullary opsChris Lattner2005-09-02
* Add help support for -mcpu and -mattr.Jim Laskey2005-09-02
* Move a bunch of non-deprecated methods above the "deprecated line"Chris Lattner2005-09-02
* Fix VC++ build errorsJeff Cohen2005-09-02
* Teach live intervals to not crash on dead livein regsChris Lattner2005-09-02
* Add a new ANY_EXTEND node, which operates like an extension but has undefinedChris Lattner2005-09-02
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-01
* This new class provides support for platform specific "features". The intentJim Laskey2005-09-01
* First pass at the DAG Combiner. It isn't used anywhere yet, but it shouldNate Begeman2005-09-01
* remove an inappropriate commentChris Lattner2005-08-31
* Add support for count trailing zeroes, and population count. These areNate Begeman2005-08-31
* Allow physregs to occur in the dag with multiple types. Though I don't likeChris Lattner2005-08-30
* Add AssertSext, AssertZext nodes for targets that pass arguments inNate Begeman2005-08-30
* add some method variantsChris Lattner2005-08-30
* improve commentChris Lattner2005-08-29
* Add a new API for nateChris Lattner2005-08-29
* Change the names of member variables per Chris' instructions, and documentReid Spencer2005-08-27
* Fix a typo.Reid Spencer2005-08-27
* add some forward defsChris Lattner2005-08-26
* spell this right!Chris Lattner2005-08-26
* Add a hookChris Lattner2005-08-26