| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | add another plausible reason | Chris Lattner | 2005-02-21 | 1 | -0/+1 |
* | new testcase for PR523 | Chris Lattner | 2005-02-21 | 1 | -0/+11 |
* | Bug fixed. | Chris Lattner | 2005-02-20 | 1 | -0/+2 |
* | New testcase for PR522. | Chris Lattner | 2005-02-20 | 1 | -0/+7 |
* | Fix problems running the HowToUseJIT on powerpc, and probably problems with | Chris Lattner | 2005-02-20 | 1 | -2/+2 |
* | Fix silly mistake. | Jeff Cohen | 2005-02-20 | 1 | -1/+1 |
* | Implement standard I/O redirection in ExecuteAndWait(). | Jeff Cohen | 2005-02-20 | 1 | -7/+73 |
* | Add support for ".so" files compiled with LLVM which contain LLVM bytecode. | Chris Lattner | 2005-02-19 | 2 | -3/+11 |
* | Eliminate silly warnings from the linker of the form: | Chris Lattner | 2005-02-19 | 1 | -12/+0 |
* | typeo | Chris Lattner | 2005-02-19 | 1 | -1/+1 |
* | New entry. | Chris Lattner | 2005-02-19 | 1 | -0/+4 |
* | Bug fixed. | Chris Lattner | 2005-02-19 | 1 | -0/+2 |
* | Testcase for PR520 | Chris Lattner | 2005-02-19 | 1 | -0/+22 |
* | Adjust this test to pass after recent CFE changes. We now generate: | Chris Lattner | 2005-02-19 | 1 | -1/+1 |
* | Bug fixed. | Chris Lattner | 2005-02-19 | 1 | -0/+2 |
* | Make this testcase harder, to test the read case as well. | Chris Lattner | 2005-02-19 | 1 | -0/+3 |
* | new testcase. | Chris Lattner | 2005-02-19 | 1 | -0/+11 |
* | Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. | Jeff Cohen | 2005-02-19 | 5 | -5/+5 |