aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Exit only with a value from 0-255.Chris Lattner2004-11-221-2/+3
* %p is expanded by dejagnu, avoid it in the test.Chris Lattner2004-11-221-1/+1
* Pull out failing test into a seperate file, which is xfailedChris Lattner2004-11-222-6/+9
* This was fixedChris Lattner2004-11-221-1/+0
* Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.cChris Lattner2004-11-221-0/+1
* These tests really are failing, do not let them accidentally be XPASS.Chris Lattner2004-11-225-5/+5
* Don't stop make if there are XFAIL or XPASSesChris Lattner2004-11-221-1/+1
* Add a note about the name change of libraries.Reid Spencer2004-11-221-0/+5
* Moved dejagnu log link to the template.Tanya Lattner2004-11-222-3/+1
* Do not count debugger intrinsics in size estimation.Chris Lattner2004-11-221-2/+6
* Ignore debugger intrinsics when doing inlining size computations.Chris Lattner2004-11-221-1/+2
* Do not consider debug intrinsics in the size computations for loop unrolling.Chris Lattner2004-11-221-0/+3
* Add a new debug intrinsic parent class. Patch contributed by MichaelChris Lattner2004-11-221-4/+28
* Fixed typo.John Criswell2004-11-221-2/+2
* Changed to catch stderror of dejagnu and fixed missing quote.Tanya Lattner2004-11-221-1/+1
* This is the proper code for this method, thanks to Reid for getting CVS workingChris Lattner2004-11-221-5/+14
* Moved into the poolalloc tree.John Criswell2004-11-221-93/+0
* Implement a missing function called by JIT/Emitter.cpp but never defined.Reid Spencer2004-11-221-0/+7
* Add stub method for long shift codegen.Brian Gaeke2004-11-222-0/+42
* Update to-do list.Brian Gaeke2004-11-222-2/+0
* Support targets that require stubs for external functions betterChris Lattner2004-11-221-2/+18
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-221-1/+1
* Make sure output goes in the temporary/output directory.Reid Spencer2004-11-224-9/+9
* Initial checkin of the V9 relocation typesChris Lattner2004-11-221-0/+42
* * Undo previous commit that breaks the test.Reid Spencer2004-11-213-4/+6
* * Undo previous commit that breaks the test.Reid Spencer2004-11-211-2/+3
* First version of manual page for llvm-ld.Reid Spencer2004-11-211-0/+161
* Fixed another typo.John Criswell2004-11-211-1/+1
* Corrected spelling mistakes.John Criswell2004-11-213-12/+12
* It looks like I'm fixing a spelling mistake, but I'm really trying toJohn Criswell2004-11-211-1/+1
* Implement setcc on longs.Brian Gaeke2004-11-212-42/+72
* Add all the rest of the ADD and SUB variants, some of which are important forBrian Gaeke2004-11-212-4/+26
* Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls).Brian Gaeke2004-11-212-4/+130
* Update to-do list.Brian Gaeke2004-11-212-6/+4
* Fix Shootout-C++/wc, which was broken by my recent changes to emit fewerNate Begeman2004-11-211-5/+6
* Fix a warningChris Lattner2004-11-211-0/+1
* There is no reason to emit function stubs for direct calls.Chris Lattner2004-11-212-2/+1
* Clean up DEBUG outputChris Lattner2004-11-211-5/+5
* Allow targets to avoid emitting a stub for EVERY lazily resolved call. InChris Lattner2004-11-211-9/+30
* Fix extraStack calculation -- I think in fact it might be getting a bit *too*Brian Gaeke2004-11-212-18/+44
* Update list of failing benchmarks & to-do list.Brian Gaeke2004-11-212-12/+2
* Add another bit, to make the JIT a bit more efficient.Chris Lattner2004-11-211-10/+23
* Test archive built with GNU ar(1).Reid Spencer2004-11-211-0/+0
* Made dejagnu option lower case.Tanya Lattner2004-11-211-1/+1
* Added the ability to run Dejagnu tests.Tanya Lattner2004-11-212-1/+100
* ignore generated filesChris Lattner2004-11-213-0/+7
* ignore generated files.Chris Lattner2004-11-211-0/+2
* Ignore generated filesChris Lattner2004-11-211-0/+3
* Ignore filesChris Lattner2004-11-201-0/+2
* Implement relocation support by adding a target independent resolver interface.Chris Lattner2004-11-201-12/+133