aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* adjust itfChris Lattner2005-11-081-1/+1
* Add a new option to indicate we want the code generator to emit code quickly,Chris Lattner2005-11-081-3/+4
* Change a comment slightlyChris Lattner2005-11-061-2/+4
* Add the necessary support to the ISel to allow targets to codegen the newNate Begeman2005-11-061-1/+18
* Make sure to initialize the alignment fieldChris Lattner2005-11-061-1/+2
* allow functions and modules to have an explicit alignmentChris Lattner2005-11-061-0/+7
* add an accessorChris Lattner2005-11-051-0/+4
* Add support alignment of allocation instructions.Nate Begeman2005-11-052-9/+30
* <cassert> no longer required to make VC++ happy.Jeff Cohen2005-11-041-2/+0
* change NULL to 0, unbreaks the ppc target when building on ia64Duraid Madina2005-11-041-2/+2
* 1. Remove ranges from itinerary data.Jim Laskey2005-11-031-20/+7
* Keep VC++ happy.Jeff Cohen2005-11-021-0/+1
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-013-1/+60
* Remove the LowerConstantExpressionsPass passChris Lattner2005-10-292-6/+0
* remove a dead headerChris Lattner2005-10-291-63/+0
* Structures used to hold scheduling information.Jim Laskey2005-10-271-0/+46
* Move some constant folding functions into LLVMAnalysis since they are usedJohn Criswell2005-10-272-8/+37
* Fix comment.Jeff Cohen2005-10-261-1/+1
* Eliminate use of sed in Visual Studio builds.Jeff Cohen2005-10-264-7/+28
* Add a methodChris Lattner2005-10-251-1/+4
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-254-4/+4
* Add a missing Module::setTargetTriple method.Chris Lattner2005-10-252-12/+10
* Preparation of supporting scheduling info. Need to find info based on selectedJim Laskey2005-10-251-9/+27
* Move the END_WITH_NULL marker. Vladimir suggests that this works better withChris Lattner2005-10-241-7/+2
* Remove a prototypeChris Lattner2005-10-241-5/+0
* This pass is very old and quite useless, remove it.Chris Lattner2005-10-242-64/+0
* Don't link these three passes in anymoreChris Lattner2005-10-241-3/+0
* add a protoChris Lattner2005-10-241-0/+4
* new headerChris Lattner2005-10-241-0/+64
* 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