| Commit message (Expand) | Author | Age | Files | Lines |
* | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 13 | -14/+9 |
* | only build .a version of this library | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | There is no need to build an archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+0 |
* | This file is hopelessly out of date | Chris Lattner | 2005-10-24 | 1 | -197/+0 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 7 | -0/+8 |
* | Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes | Chris Lattner | 2005-10-24 | 1 | -0/+2 |
* | don't bother building the archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | expose a ctor | Chris Lattner | 2005-10-24 | 1 | -0/+3 |
* | implement some prototypes | Chris Lattner | 2005-10-24 | 2 | -0/+10 |
* | move this to the analyze tool | Chris Lattner | 2005-10-24 | 1 | -105/+0 |
* | Fix a nasty bug that was causing miscompilation of global variables | Chris Lattner | 2005-10-23 | 1 | -1/+4 |
* | Shrinkify to match llc | Chris Lattner | 2005-10-23 | 1 | -3/+3 |
* | Simplify this, matching changes in the tblgen emitter | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | Simplify this due to changes in the tblgen side | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | mark this as beta | Chris Lattner | 2005-10-23 | 1 | -1/+1 |
* | If a user requests help, give them help on both features and processors | Chris Lattner | 2005-10-23 | 1 | -24/+40 |
* | Autogen subtarget information from .td files. | Chris Lattner | 2005-10-23 | 2 | -35/+12 |
* | Add subtarget feature/processor defns to the .td file | Chris Lattner | 2005-10-23 | 1 | -0/+22 |
* | rearrange things a bit so that instructions can use subtarget features in the | Chris Lattner | 2005-10-23 | 1 | -11/+9 |
* | add a marker | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | add a note that Nate mentioned last week | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | Put some of my random notes somewhere public | Chris Lattner | 2005-10-23 | 1 | -0/+70 |
* | Improve help output. | Chris Lattner | 2005-10-23 | 1 | -12/+16 |
* | improve -help output | Chris Lattner | 2005-10-23 | 1 | -5/+5 |
* | Move static functions from .h file, reduce #includes, pass strings by const&, | Chris Lattner | 2005-10-23 | 1 | -45/+99 |
* | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen | 2005-10-23 | 18 | -252/+266 |
* | Add several things. | Andrew Lenharth | 2005-10-23 | 2 | -23/+91 |
* | add TargetExternalSymbol | Andrew Lenharth | 2005-10-23 | 1 | -1/+13 |
* | Well, the Constant matching pattern works. Can't say much about calls or glo... | Andrew Lenharth | 2005-10-22 | 4 | -71/+113 |
* | This file is entirely ifdef'd out | Chris Lattner | 2005-10-22 | 2 | -1042/+0 |
* | BuildSDIV and BuildUDIV only work for i32/i64, but they don't check that | Chris Lattner | 2005-10-22 | 1 | -10/+20 |
* | Add g3 back to the mix and reorder to irritate them anal folk. Actually, it's | Jim Laskey | 2005-10-22 | 1 | -9/+10 |
* | 64-bit reg support should not be enabled by default, as support isn't complete. | Chris Lattner | 2005-10-21 | 1 | -2/+2 |
* | add a case missing from the dag combiner that exposed the failure on | Chris Lattner | 2005-10-21 | 1 | -0/+3 |
* | Instead of aborting if not a case we can handle specially, break out and | Chris Lattner | 2005-10-21 | 2 | -55/+52 |
* | Plugin new subtarget backend into the build. | Jim Laskey | 2005-10-21 | 5 | -80/+42 |
* | silence a release mode warning | Chris Lattner | 2005-10-21 | 1 | -1/+1 |
* | Make the coallescer a bit smarter, allowing it to join more live ranges. | Chris Lattner | 2005-10-21 | 1 | -30/+85 |
* | Fix LiveInterval::getOverlapingRanges to take things in the right order | Chris Lattner | 2005-10-21 | 1 | -3/+3 |
* | Match rotate. This does actually match the rotates in an rc5 cipher, but I | Nate Begeman | 2005-10-21 | 1 | -0/+3 |
* | My previous patch was too conservative. Reject FP and void types, but do | Chris Lattner | 2005-10-21 | 1 | -1/+2 |
* | Don't generate operations that aren't yet supported | Nate Begeman | 2005-10-21 | 1 | -1/+4 |
* | Kill some now-dead code. | Nate Begeman | 2005-10-21 | 1 | -159/+0 |
* | Fix a typo in the dag combiner, so that this can work on i64 targets | Nate Begeman | 2005-10-21 | 1 | -3/+2 |
* | byte zap not immediate goodness | Andrew Lenharth | 2005-10-21 | 1 | -12/+47 |
* | Invert the TargetLowering flag that controls divide by consant expansion. | Nate Begeman | 2005-10-21 | 5 | -66/+45 |
* | Inst cleanup. As a bonus, operands are in the correct order for cmovs. Expe... | Andrew Lenharth | 2005-10-20 | 2 | -47/+33 |
* | Use a literal to define ineg instead of immzero | Chris Lattner | 2005-10-20 | 1 | -2/+1 |