aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-2413-14/+9
* only build .a version of this libraryChris Lattner2005-10-241-0/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* There is no need to build an archive version of this libraryChris Lattner2005-10-241-1/+0
* This file is hopelessly out of dateChris Lattner2005-10-241-197/+0
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-241-0/+1
* Only build .a file versions of these libraries, instead of .a and .o versions.Chris Lattner2005-10-247-0/+8
* Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodesChris Lattner2005-10-241-0/+2
* don't bother building the archive version of this libraryChris Lattner2005-10-241-1/+1
* expose a ctorChris Lattner2005-10-241-0/+3
* implement some prototypesChris Lattner2005-10-242-0/+10
* move this to the analyze toolChris Lattner2005-10-241-105/+0
* Fix a nasty bug that was causing miscompilation of global variablesChris Lattner2005-10-231-1/+4
* Shrinkify to match llcChris Lattner2005-10-231-3/+3
* Simplify this, matching changes in the tblgen emitterChris Lattner2005-10-231-9/+0
* Simplify this due to changes in the tblgen sideChris Lattner2005-10-231-9/+0
* mark this as betaChris Lattner2005-10-231-1/+1
* If a user requests help, give them help on both features and processorsChris Lattner2005-10-231-24/+40
* Autogen subtarget information from .td files.Chris Lattner2005-10-232-35/+12
* Add subtarget feature/processor defns to the .td fileChris Lattner2005-10-231-0/+22
* rearrange things a bit so that instructions can use subtarget features in theChris Lattner2005-10-231-11/+9
* add a markerChris Lattner2005-10-231-0/+5
* add a note that Nate mentioned last weekChris Lattner2005-10-231-0/+5
* Put some of my random notes somewhere publicChris Lattner2005-10-231-0/+70
* Improve help output.Chris Lattner2005-10-231-12/+16
* improve -help outputChris Lattner2005-10-231-5/+5
* Move static functions from .h file, reduce #includes, pass strings by const&,Chris Lattner2005-10-231-45/+99
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-2318-252/+266
* Add several things.Andrew Lenharth2005-10-232-23/+91
* add TargetExternalSymbolAndrew Lenharth2005-10-231-1/+13
* Well, the Constant matching pattern works. Can't say much about calls or glo...Andrew Lenharth2005-10-224-71/+113
* This file is entirely ifdef'd outChris Lattner2005-10-222-1042/+0
* BuildSDIV and BuildUDIV only work for i32/i64, but they don't check thatChris Lattner2005-10-221-10/+20
* Add g3 back to the mix and reorder to irritate them anal folk. Actually, it'sJim Laskey2005-10-221-9/+10
* 64-bit reg support should not be enabled by default, as support isn't complete.Chris Lattner2005-10-211-2/+2
* add a case missing from the dag combiner that exposed the failure onChris Lattner2005-10-211-0/+3
* Instead of aborting if not a case we can handle specially, break out andChris Lattner2005-10-212-55/+52
* Plugin new subtarget backend into the build.Jim Laskey2005-10-215-80/+42
* silence a release mode warningChris Lattner2005-10-211-1/+1
* Make the coallescer a bit smarter, allowing it to join more live ranges.Chris Lattner2005-10-211-30/+85
* Fix LiveInterval::getOverlapingRanges to take things in the right orderChris Lattner2005-10-211-3/+3
* Match rotate. This does actually match the rotates in an rc5 cipher, but INate Begeman2005-10-211-0/+3
* My previous patch was too conservative. Reject FP and void types, but doChris Lattner2005-10-211-1/+2
* Don't generate operations that aren't yet supportedNate Begeman2005-10-211-1/+4
* Kill some now-dead code.Nate Begeman2005-10-211-159/+0
* Fix a typo in the dag combiner, so that this can work on i64 targetsNate Begeman2005-10-211-3/+2
* byte zap not immediate goodnessAndrew Lenharth2005-10-211-12/+47
* Invert the TargetLowering flag that controls divide by consant expansion.Nate Begeman2005-10-215-66/+45
* Inst cleanup. As a bonus, operands are in the correct order for cmovs. Expe...Andrew Lenharth2005-10-202-47/+33
* Use a literal to define ineg instead of immzeroChris Lattner2005-10-201-2/+1