summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Structures used to hold scheduling information.Jim Laskey2005-10-27
* Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell2005-10-27
* Fix comment.Jeff Cohen2005-10-26
* Eliminate use of sed in Visual Studio builds.Jeff Cohen2005-10-26
* Add a methodChris Lattner2005-10-25
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-25
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-25
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-24
* Remove a prototypeChris Lattner2005-10-24
* This pass is very old and quite useless, remove it.Chris Lattner2005-10-24
* Don't link these three passes in anymoreChris Lattner2005-10-24
* add a protoChris Lattner2005-10-24
* new headerChris Lattner2005-10-24
* add some prototypesChris Lattner2005-10-24
* Don't invade the system namespaceChris Lattner2005-10-24
* There is no need for this to be VC++ onlyChris Lattner2005-10-24
* Work around GCC's dislike of attributes on function definitions.Jeff Cohen2005-10-23
* Move static functions to .cpp file, reduce #includes, pass strings byChris Lattner2005-10-23
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* add TargetExternalSymbolAndrew Lenharth2005-10-23
* add missing prototypeChris Lattner2005-10-21
* Invert the TargetLowering flag that controls divide by consant expansion.Nate Begeman2005-10-21
* add a new methodChris Lattner2005-10-20
* Enable targets to say that integer divide is expensive, which will triggerNate Begeman2005-10-20
* Make this work with the internalize changeChris Lattner2005-10-19
* Add the ability to lower return instructions to TargetLowering. ThisNate Begeman2005-10-18
* add an option to the internalize passChris Lattner2005-10-18
* Fix errors when compiling with -pedanticChris Lattner2005-10-14
* 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