Age | Commit message (Expand) | Author |
2004-11-22 | These methods are obsolete | Chris Lattner |
2004-11-22 | These methods are now obsolete | Chris Lattner |
2004-11-22 | This chunk of code needs to be rewritten | Chris Lattner |
2004-11-22 | Remove some dead vars and some useless namespacification | Chris Lattner |
2004-11-22 | Implement a disgusting hack to work around broken machine code emission of | Chris Lattner |
2004-11-22 | Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ... | Tanya Lattner |
2004-11-22 | Remove JIT-specific code from the code emitter. | Chris Lattner |
2004-11-22 | New methods implemented | Chris Lattner |
2004-11-22 | Implement the Sparc JIT interfaces, including relocation support. | Chris Lattner |
2004-11-22 | Exit only with a value from 0-255. | Chris Lattner |
2004-11-22 | %p is expanded by dejagnu, avoid it in the test. | Chris Lattner |
2004-11-22 | Pull out failing test into a seperate file, which is xfailed | Chris Lattner |
2004-11-22 | This was fixed | Chris Lattner |
2004-11-22 | Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c | Chris Lattner |
2004-11-22 | These tests really are failing, do not let them accidentally be XPASS. | Chris Lattner |
2004-11-22 | Don't stop make if there are XFAIL or XPASSes | Chris Lattner |
2004-11-22 | Add a note about the name change of libraries. | Reid Spencer |
2004-11-22 | Moved dejagnu log link to the template. | Tanya Lattner |
2004-11-22 | Do not count debugger intrinsics in size estimation. | Chris Lattner |
2004-11-22 | Ignore debugger intrinsics when doing inlining size computations. | Chris Lattner |
2004-11-22 | Do not consider debug intrinsics in the size computations for loop unrolling. | Chris Lattner |
2004-11-22 | Add a new debug intrinsic parent class. Patch contributed by Michael | Chris Lattner |
2004-11-22 | Fixed typo. | John Criswell |
2004-11-22 | Changed to catch stderror of dejagnu and fixed missing quote. | Tanya Lattner |
2004-11-22 | This is the proper code for this method, thanks to Reid for getting CVS working | Chris Lattner |
2004-11-22 | Moved into the poolalloc tree. | John Criswell |
2004-11-22 | Implement a missing function called by JIT/Emitter.cpp but never defined. | Reid Spencer |
2004-11-22 | Add stub method for long shift codegen. | Brian Gaeke |
2004-11-22 | Update to-do list. | Brian Gaeke |
2004-11-22 | Support targets that require stubs for external functions better | Chris Lattner |
2004-11-22 | Fix a comment to imply the correct semantics. | Reid Spencer |
2004-11-22 | Make sure output goes in the temporary/output directory. | Reid Spencer |
2004-11-22 | Initial checkin of the V9 relocation types | Chris Lattner |
2004-11-21 | * Undo previous commit that breaks the test. | Reid Spencer |
2004-11-21 | * Undo previous commit that breaks the test. | Reid Spencer |
2004-11-21 | First version of manual page for llvm-ld. | Reid Spencer |
2004-11-21 | Fixed another typo. | John Criswell |
2004-11-21 | Corrected spelling mistakes. | John Criswell |
2004-11-21 | It looks like I'm fixing a spelling mistake, but I'm really trying to | John Criswell |
2004-11-21 | Implement setcc on longs. | Brian Gaeke |
2004-11-21 | Add all the rest of the ADD and SUB variants, some of which are important for | Brian Gaeke |
2004-11-21 | Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). | Brian Gaeke |
2004-11-21 | Update to-do list. | Brian Gaeke |
2004-11-21 | Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer | Nate Begeman |
2004-11-21 | Fix a warning | Chris Lattner |
2004-11-21 | There is no reason to emit function stubs for direct calls. | Chris Lattner |
2004-11-21 | Clean up DEBUG output | Chris Lattner |
2004-11-21 | Allow targets to avoid emitting a stub for EVERY lazily resolved call. In | Chris Lattner |
2004-11-21 | Fix extraStack calculation -- I think in fact it might be getting a bit *too* | Brian Gaeke |
2004-11-21 | Update list of failing benchmarks & to-do list. | Brian Gaeke |