| Commit message (Expand) | Author | Age | Files | Lines |
* | remove extraneous cast | Chris Lattner | 2005-02-26 | 1 | -2/+1 |
* | make BB labels be exported for debuging, add fp negation optimization, furthe... | Andrew Lenharth | 2005-02-25 | 3 | -30/+61 |
* | add an entry, add links to entries for demo page. | Chris Lattner | 2005-02-25 | 1 | -27/+53 |
* | Handle null a bit more carefully. | Chris Lattner | 2005-02-25 | 1 | -1/+11 |
* | Use DataInstall macro instead of INSTALL. | Reid Spencer | 2005-02-24 | 1 | -4/+4 |
* | Remove a -C I forgot to remove earlier. | Reid Spencer | 2005-02-24 | 1 | -1/+1 |
* | Don't try to strip bytecode files! | Reid Spencer | 2005-02-24 | 1 | -1/+1 |
* | The install program doesn't know how to strip bytecode files so install | Reid Spencer | 2005-02-24 | 1 | -1/+1 |
* | For PR528: | Reid Spencer | 2005-02-24 | 2 | -16/+16 |
* | This instruction: | Chris Lattner | 2005-02-24 | 1 | -1/+2 |
* | Adjust to changes needed to more easily support projects via the new | Reid Spencer | 2005-02-24 | 1 | -20/+24 |
* | Update to reflect various changes in the autoconf directory. THe | Reid Spencer | 2005-02-24 | 1 | -34/+38 |
* | Remove auxilliary files that are now picked up from llvm/autoconf. This | Reid Spencer | 2005-02-24 | 3 | -6642/+0 |
* | * Move all the "standard" configuration stuff to the start of the file | Reid Spencer | 2005-02-24 | 1 | -15/+15 |
* | Don't put generated files into CVS. | Reid Spencer | 2005-02-24 | 1 | -21/+0 |
* | Fix a bug introduced by revision 1.187 of this file. | Chris Lattner | 2005-02-24 | 1 | -1/+2 |
* | * Fix an output message | Reid Spencer | 2005-02-24 | 1 | -3/+3 |
* | fix Allocas. Really. I mean it this time. | Andrew Lenharth | 2005-02-24 | 1 | -1/+6 |
* | Add a call to AC_CONFIG_COMMANDS to ensure that llvm_src is set properly | Reid Spencer | 2005-02-24 | 1 | -0/+1 |
* | This macro cannot assume that the location of install-sh and mkinstalldirs | Reid Spencer | 2005-02-24 | 1 | -1/+3 |
* | Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro | Reid Spencer | 2005-02-24 | 1 | -0/+14 |
* | Fix some problems where the verifier would crash on invalid input instead of | Chris Lattner | 2005-02-24 | 2 | -3/+7 |
* | Fix the other half of PR528 .. don't try to strip header files! | Reid Spencer | 2005-02-24 | 1 | -3/+3 |
* | Implement Transforms/SimplifyCFG/switch_thread.ll | Chris Lattner | 2005-02-24 | 1 | -4/+190 |
* | new testcase for a simple optimization that simplifycfg is about to do. | Chris Lattner | 2005-02-24 | 1 | -0/+78 |
* | switch instructions only allow constantints for their values, be more specific. | Chris Lattner | 2005-02-24 | 2 | -8/+9 |
* | use more specific cast. | Chris Lattner | 2005-02-24 | 1 | -1/+1 |
* | add more checking | Chris Lattner | 2005-02-24 | 1 | -2/+6 |
* | Do not read free'd memory when printing an error message. | Chris Lattner | 2005-02-24 | 1 | -1/+1 |
* | For PR528: | Reid Spencer | 2005-02-24 | 2 | -15/+16 |
* | add a new method. | Chris Lattner | 2005-02-24 | 2 | -1/+16 |
* | Only print out machine instructions before modulo scheduling if we are actual... | Tanya Lattner | 2005-02-24 | 1 | -1/+1 |
* | add another testcase to make sure it gets turned into a switch (answer: yes i... | Chris Lattner | 2005-02-24 | 1 | -0/+15 |
* | Ah the problems you have to fix when you stray from the One True Way (TM) | Andrew Lenharth | 2005-02-23 | 1 | -2/+2 |
* | make this more efficient. Scan up to 16 nodes, not the whole list. | Chris Lattner | 2005-02-23 | 2 | -2/+2 |
* | new method | Chris Lattner | 2005-02-23 | 1 | -0/+13 |
* | Add new method. | Chris Lattner | 2005-02-23 | 1 | -2/+7 |
* | Reduce the amount of searching this assertion does. On a testcase of mine, | Chris Lattner | 2005-02-23 | 1 | -1/+3 |
* | Fix a bugpoint crash that JeffC noticed, looking like this: | Chris Lattner | 2005-02-23 | 1 | -1/+2 |
* | Silence some uninit variable warnings. | Chris Lattner | 2005-02-23 | 1 | -0/+2 |
* | Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug ... | Tanya Lattner | 2005-02-23 | 4 | -92/+150 |
* | remove some more dead templates and a dead macro. | Chris Lattner | 2005-02-22 | 1 | -33/+0 |
* | oops | Andrew Lenharth | 2005-02-22 | 1 | -1/+1 |
* | Remove use of bind_obj, deleter, and finegrainify namespacification. | Chris Lattner | 2005-02-22 | 1 | -18/+15 |
* | Remove use of bind_obj | Chris Lattner | 2005-02-22 | 1 | -2/+3 |
* | Remove a bunch of dead templates. | Chris Lattner | 2005-02-22 | 1 | -73/+0 |
* | C++ is not a functional programming language. | Chris Lattner | 2005-02-22 | 1 | -5/+7 |
* | dynamic stack allocas | Andrew Lenharth | 2005-02-22 | 2 | -65/+154 |
* | Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code. | Chris Lattner | 2005-02-22 | 1 | -2/+1 |
* | no longer build as a shared library | Andrew Lenharth | 2005-02-22 | 1 | -1/+0 |