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