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