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