aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* add some prototypesChris Lattner2005-10-241-0/+4
* Don't invade the system namespaceChris Lattner2005-10-241-1/+1
* There is no need for this to be VC++ onlyChris Lattner2005-10-241-15/+6
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-231-1/+6
* Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner2005-10-231-68/+7
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-233-2/+11
* add TargetExternalSymbolAndrew Lenharth2005-10-232-3/+8
* add missing prototypeChris Lattner2005-10-211-0/+4
* Invert the TargetLowering flag that controls divide by consant expansion.Nate Begeman2005-10-211-10/+23
* add a new methodChris Lattner2005-10-201-0/+5
* Enable targets to say that integer divide is expensive, which will triggerNate Begeman2005-10-201-0/+16
* Make this work with the internalize changeChris Lattner2005-10-191-1/+1
* Add the ability to lower return instructions to TargetLowering. ThisNate Begeman2005-10-181-0/+6
* add an option to the internalize passChris Lattner2005-10-181-3/+5
* Fix errors when compiling with -pedanticChris Lattner2005-10-141-5/+5
* SimplifySelectCC is deadNate Begeman2005-10-131-6/+0
* remove a comma to compile with pedantic gccChris Lattner2005-10-081-1/+1
* Remove prolific source of VC++ truncation warnings.Jeff Cohen2005-10-071-1/+2
* add a helper classChris Lattner2005-10-051-0/+17
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-043-14/+6
* Fix case of pathChris Lattner2005-10-031-1/+1
* This member can be const tooChris Lattner2005-10-031-1/+1
* Expose the actual valuetype of each register classChris Lattner2005-10-021-2/+8
* Annotate nodes with their addresses if a graph requests it.Chris Lattner2005-10-011-2/+13
* add a methodChris Lattner2005-10-011-0/+6
* Reverting change moving to selection dag graph.Jim Laskey2005-09-301-1/+1
* Added allnodes_size for scheduling support.Jim Laskey2005-09-301-0/+1
* Add the node name (thus the address) to node label.Jim Laskey2005-09-301-1/+1
* Rename MRegisterDesc -> TargetRegisterDesc for consistencyChris Lattner2005-09-301-11/+13
* trim down the target info structs now that we have a preferred spill register...Chris Lattner2005-09-301-14/+0
* expose a new virtual methodChris Lattner2005-09-301-0/+7
* Change these methods to take RC'sChris Lattner2005-09-301-2/+4
* Add FP versions of the binary operators, keeping the int and fp worlds seperate.Chris Lattner2005-09-281-1/+4
* Add a new flag for targets where setjmp/longjmp saves/restores the signal mask,Chris Lattner2005-09-271-1/+18
* allow demotion to volatile valuesChris Lattner2005-09-271-1/+1
* Make this slightly more efficient by pushing actual type information downChris Lattner2005-09-271-8/+11
* Split SimpleConstantVal up into its components, so each Constant subclass getsChris Lattner2005-09-273-35/+32
* add a new functionChris Lattner2005-09-261-0/+5
* Add long-overdue helpers for getting constants with known upper bitsChris Lattner2005-09-241-0/+14
* change proto slightlyChris Lattner2005-09-241-1/+2
* move the live interval headers out of lib/CodeGen/Chris Lattner2005-09-211-1/+1
* 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