summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* add another plausible reasonChris Lattner2005-02-211-0/+1
* new testcase for PR523Chris Lattner2005-02-211-0/+11
* Bug fixed.Chris Lattner2005-02-201-0/+2
* New testcase for PR522.Chris Lattner2005-02-201-0/+7
* Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner2005-02-201-2/+2
* Fix silly mistake.Jeff Cohen2005-02-201-1/+1
* Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen2005-02-201-7/+73
* Add support for ".so" files compiled with LLVM which contain LLVM bytecode.Chris Lattner2005-02-192-3/+11
* Eliminate silly warnings from the linker of the form:Chris Lattner2005-02-191-12/+0
* typeoChris Lattner2005-02-191-1/+1
* New entry.Chris Lattner2005-02-191-0/+4
* Bug fixed.Chris Lattner2005-02-191-0/+2
* Testcase for PR520Chris Lattner2005-02-191-0/+22
* Adjust this test to pass after recent CFE changes. We now generate:Chris Lattner2005-02-191-1/+1
* Bug fixed.Chris Lattner2005-02-191-0/+2
* Make this testcase harder, to test the read case as well.Chris Lattner2005-02-191-0/+3
* new testcase.Chris Lattner2005-02-191-0/+11
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-195-5/+5
OpenPOWER on IntegriCloud