oota-llvm.git
2004-11-23 Chris LattnerImplement all of the methods
2004-11-23 Chris LattnerInitial checkin of the 32-bit PPC relocation types
2004-11-23 Chris LattnerMove JITInfo from PPCTM to PPC32TM
2004-11-23 Chris LattnerDo not provide the non-specialized PowerPCJITInfo objec...
2004-11-23 Chris LattnerLA is really addi. Be consistent with operand ordering...
2004-11-23 Tanya LattnerChanged the CreateCodeToLoadConst function to preserve...
2004-11-22 Chris LattnerRemove some dead code
2004-11-22 Chris LattnerComment out a couple of unused instructions.
2004-11-22 Chris LattnerDo not push two return addresses on the stack when...
2004-11-22 Chris LattnerAdd a note about the JIT changes.
2004-11-22 Chris LattnerRename Emitter.cpp -> JITEmitter.cpp
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerDisable this.
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-22 Chris LattnerThese methods are now obsolete
2004-11-22 Chris LattnerThis chunk of code needs to be rewritten
2004-11-22 Chris LattnerRemove some dead vars and some useless namespacification
2004-11-22 Chris LattnerImplement a disgusting hack to work around broken machi...
2004-11-22 Tanya LattnerFixed a bug where I was trying to ModuloSchedule a...
2004-11-22 Chris LattnerRemove JIT-specific code from the code emitter.
2004-11-22 Chris LattnerNew methods implemented
2004-11-22 Chris LattnerImplement the Sparc JIT interfaces, including relocatio...
2004-11-22 Chris LattnerExit only with a value from 0-255.
2004-11-22 Chris Lattner%p is expanded by dejagnu, avoid it in the test.
2004-11-22 Chris LattnerPull out failing test into a seperate file, which is...
2004-11-22 Chris LattnerThis was fixed
2004-11-22 Chris LattnerFix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
2004-11-22 Chris LattnerThese tests really are failing, do not let them acciden...
2004-11-22 Chris LattnerDon't stop make if there are XFAIL or XPASSes
2004-11-22 Reid SpencerAdd a note about the name change of libraries.
2004-11-22 Tanya LattnerMoved dejagnu log link to the template.
2004-11-22 Chris LattnerDo not count debugger intrinsics in size estimation.
2004-11-22 Chris LattnerIgnore debugger intrinsics when doing inlining size...
2004-11-22 Chris LattnerDo not consider debug intrinsics in the size computatio...
2004-11-22 Chris LattnerAdd a new debug intrinsic parent class. Patch contribu...
2004-11-22 John CriswellFixed typo.
2004-11-22 Tanya LattnerChanged to catch stderror of dejagnu and fixed missing...
2004-11-22 Chris LattnerThis is the proper code for this method, thanks to...
2004-11-22 John CriswellMoved into the poolalloc tree.
2004-11-22 Reid SpencerImplement a missing function called by JIT/Emitter...
2004-11-22 Brian GaekeAdd stub method for long shift codegen.
2004-11-22 Brian GaekeUpdate to-do list.
2004-11-22 Chris LattnerSupport targets that require stubs for external functio...
2004-11-22 Reid SpencerFix a comment to imply the correct semantics.
2004-11-22 Reid SpencerMake sure output goes in the temporary/output directory.
2004-11-22 Chris LattnerInitial checkin of the V9 relocation types
2004-11-21 Reid Spencer* Undo previous commit that breaks the test.
2004-11-21 Reid Spencer* Undo previous commit that breaks the test.
2004-11-21 Reid SpencerFirst version of manual page for llvm-ld.
2004-11-21 John CriswellFixed another typo.
2004-11-21 John CriswellCorrected spelling mistakes.
2004-11-21 John CriswellIt looks like I'm fixing a spelling mistake, but I...
2004-11-21 Brian GaekeImplement setcc on longs.
2004-11-21 Brian GaekeAdd all the rest of the ADD and SUB variants, some...
2004-11-21 Brian GaekeSupport add, sub, mul, div, rem on longs/ulongs (latter...
2004-11-21 Brian GaekeUpdate to-do list.
2004-11-21 Nate BegemanFix Shootout-C++/wc, which was broken by my recent...
2004-11-21 Chris LattnerFix a warning
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
2004-11-21 Chris LattnerClean up DEBUG output
2004-11-21 Chris LattnerAllow targets to avoid emitting a stub for EVERY lazily...
2004-11-21 Brian GaekeFix extraStack calculation -- I think in fact it might...
2004-11-21 Brian GaekeUpdate list of failing benchmarks & to-do list.
2004-11-21 Chris LattnerAdd another bit, to make the JIT a bit more efficient.
2004-11-21 Reid SpencerTest archive built with GNU ar(1).
2004-11-21 Tanya LattnerMade dejagnu option lower case.
2004-11-21 Tanya LattnerAdded the ability to run Dejagnu tests.
2004-11-21 Chris Lattnerignore generated files
2004-11-21 Chris Lattnerignore generated files.
2004-11-21 Chris LattnerIgnore generated files
2004-11-20 Chris LattnerIgnore files
2004-11-20 Chris LattnerImplement relocation support by adding a target indepen...
2004-11-20 Chris LattnerRemove all JIT specific code and switch the code genera...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces
2004-11-20 Chris LattnerDescribe the X86 target-specific relocations.
2004-11-20 Chris LattnerWe implement these interfaces
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerChange this interface a bit
2004-11-20 Tanya LattnerAdding missing dg file.
2004-11-20 Chris LattnerThis method does not exist any longer.
2004-11-20 Chris LattnerAdd new methods that a target should implement
2004-11-20 Tanya LattnerRemoving unnecessary copies. Use %p to reference them.
2004-11-20 Chris LattnerAdd missing #include
2004-11-20 Tanya LattnerFixed assertion from triggering. We need to check if...
2004-11-20 Reid SpencerCast the void* handle data member to HMODULE* to keep...
2004-11-20 Brian GaekeSupport most cases of vaarg (except double).
2004-11-20 Brian GaekeUpdate failing test cases & to-do list.
2004-11-20 Reid SpencerUse llvmc to compile test cases
2004-11-20 Reid SpencerGet the -o option right
2004-11-20 Reid SpencerGet the -o option right
2004-11-20 Reid SpencerNot needed any more.
2004-11-20 Reid SpencerContent moved to llvm-ld.cpp
2004-11-20 Reid SpencerIncorporate GenerateCode.cpp. Make static things static.
2004-11-20 Reid SpencerFirst cut at implementing generic link-time Optimization
2004-11-20 Reid SpencerThe Archive class now has differentiation for BSD4...
2004-11-20 Reid SpencerTest floating point constants
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-20 Reid SpencerAn llvm-ar test.
2004-11-20 Reid SpencerProvide the srcdir variable.
2004-11-20 Reid SpencerDescribe the Archive test suite.
next