| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clear a bit in this file that was causing a miscompilation of 178.galgel. | Chris Lattner | 2005-10-25 | 1 | -1/+1 |
* | Preparation of supporting scheduling info. Need to find info based on selected | Jim Laskey | 2005-10-25 | 3 | -28/+54 |
* | Stop using deprecated types | Alkis Evlogimenos | 2005-10-25 | 1 | -1/+2 |
* | do not wrap this whole file in namespace llvm | Chris Lattner | 2005-10-24 | 2 | -8/+2 |
* | Handle allocations that, even after removing dead uses, still have more than | Chris Lattner | 2005-10-24 | 1 | -3/+15 |
* | Fix a bug where we would 'promote' an allocation from one type to another | Chris Lattner | 2005-10-24 | 1 | -2/+6 |
* | Before promoting a malloc type, remove dead uses. This makes instcombine | Chris Lattner | 2005-10-24 | 1 | -0/+20 |
* | Pull some code out into a function, no functionality change | Chris Lattner | 2005-10-24 | 1 | -25/+36 |
* | Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! | Chris Lattner | 2005-10-24 | 2 | -4/+4 |
* | Alkis agrees that that iterative scan allocator isn't going to be worked on | Chris Lattner | 2005-10-24 | 2 | -504/+1 |
* | Remove this pass, it is not useful | Chris Lattner | 2005-10-24 | 1 | -106/+0 |
* | Remove some beta code that no longer has an owner. | Chris Lattner | 2005-10-24 | 9 | -3043/+0 |
* | Do not build the ProfilePaths directory anymore | Chris Lattner | 2005-10-24 | 1 | -1/+0 |
* | 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 |