oota-llvm.git
2003-05-29 Misha BrukmanAdded a path to the current version of the built TableGen.
2003-05-29 Chris LattnerCheck in old tests
2003-05-29 Chris LattnerMinor reordering of options
2003-05-29 John CriswellRemoved configuration options that are better served...
2003-05-29 John CriswellMoved the FLEX and BISON macros from Makefile.common...
2003-05-29 Misha BrukmanAdded the target-independent part of TableGen data.
2003-05-29 Dinakar DhurjatiAdded project options to the Makefile.common
2003-05-29 Chris LattnerRun more post-link xforms
2003-05-29 Chris LattnerChange tests to use testrunner
2003-05-29 Chris LattnerFix formatting in file
2003-05-29 Chris LattnerEliminate unnecessary ->get calls that are now automati...
2003-05-29 Chris Lattner* Separate all of the grunt work of inlining out into...
2003-05-29 Chris LattnerDon't require the user to do something like isa<foo...
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-05-29 Chris LattnerDoxygenify comments
2003-05-29 Misha BrukmanWhen TableGen finds an error in the SparcV9.td file...
2003-05-29 Misha BrukmanFixed misspelling and broke a line that was wrapping.
2003-05-29 Misha BrukmanFixed to use the correct format of the instruction.
2003-05-29 Misha BrukmanThis should work better with re-generating the SparcV9C...
2003-05-29 Misha Brukman* Broke up SparcV9.td into separate files as it was...
2003-05-28 Misha Brukmanmmap() seems to be failing on Sparc, so just use malloc...
2003-05-28 Misha BrukmanOutput the opcode name of the instruction being emitted...
2003-05-28 Misha BrukmanCorrectly write out binary data as chars, before they...
2003-05-28 Misha BrukmanFixed ordering of elements in instructions: although...
2003-05-28 Brian GaekeAdd dependency to make TableGen rule fire.
2003-05-28 Vikram S. AdveThree kinds of boolean values handled incorrectly:
2003-05-27 Misha BrukmanFixed an error preventing compilation.
2003-05-27 Misha BrukmanAdded the 'r' and 'i' annotations to instructions as...
2003-05-27 Misha BrukmanAdded a debugging code emitter that prints code to...
2003-05-27 Misha BrukmanKeep track of the current BasicBlock being processed...
2003-05-27 Misha BrukmanAdded 'r' and 'i' annotations to instructions as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Misha BrukmanAdded entries for each of the instructions with annotat...
2003-05-27 Misha BrukmanOne of the first major changes to make the work of...
2003-05-27 Misha BrukmanCannot output `static' in generated cpp code: results...
2003-05-27 Misha Brukman* Allow passing in an unsigned configuration to allocat...
2003-05-27 Misha Brukman* Now outputting a static function getBinaryCodeForInst...
2003-05-27 Misha BrukmanMoved generation of the SparcV9CodeEmitter.inc file...
2003-05-27 Misha BrukmanAdd prototypes to add passes to JIT compilation and...
2003-05-27 Misha BrukmanDefines a pass-through debugging emitter -- it writes...
2003-05-27 Misha BrukmanAllow allocation of a Sparc TargetMachine.
2003-05-27 Misha BrukmanBroke out class definition from SparcV9CodeEmitter...
2003-05-27 Chris LattnerUpdate to match the reality that is now.
2003-05-27 Misha BrukmanLink in Sparc libs for the JIT, even on X86 to be able...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-27 Chris LattnerRemove ugly hack (that I put in originally) for buildin...
2003-05-27 Misha BrukmanSparcV9CodeEmitter.cpp is a part of the Sparc code...
2003-05-27 Misha BrukmanAdded definitions for a bunch of floating-point instruc...
2003-05-27 Chris LattnerFix constant folding to ALWAYS work.
2003-05-27 Chris LattnerAdd compatibility option
2003-05-27 Chris LattnerNew testcase
2003-05-27 Chris LattnerFix bug: Instcombine/2003-05-27-ConstExprCrash.ll
2003-05-27 Chris LattnerMake _sure_ we don't go into an infinite loop if a...
2003-05-27 Chris LattnerStart testing SRoA
2003-05-27 Chris Lattner* Actually USE the statistic that we made
2003-05-27 Chris LattnerExpose proto for SRoA pass.
2003-05-27 Chris LattnerInitial testcases for scalar replacement of aggregates...
2003-05-27 Chris LattnerImplementation of the simple "scalar replacement of...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-27 Vikram S. AdveRenamed MachienOperand::opIsDef to MachineOperand:...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-27 Vikram S. AdveRenamed opIsDef to opIsDefOnly.
2003-05-27 Vikram S. AdveAdded special register class containing (for now) ...
2003-05-26 Chris LattnerFix bug: InstCombine/2003-05-26-CastMiscompile.ll
2003-05-26 Chris LattnerNew testcase
2003-05-26 Misha BrukmanChanged tank... => http://llvm, and removed an extraneo...
2003-05-25 Vikram S. AdveBug fix: right shift for int divide-by-power-of-2 was...
2003-05-25 Vikram S. AdveBug fix: padding bytes within a structure should go...
2003-05-25 Vikram S. AdveBug fix: sign-extension was not happening for C = ...
2003-05-25 Chris LattnerPredicate things better
2003-05-25 Misha BrukmanDo not show errors when moving file. The error is shown...
2003-05-25 Chris LattnerFix problem with last checkin.
2003-05-25 Vikram S. AdveMake case of GetNumOfInt/FloatArgRegs functions to...
2003-05-25 Vikram S. AdveAdd support for compiling varargs functions.
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanAdd ability to utilize the code emitter generator ...
2003-05-24 Misha BrukmanFirst cut at the Code Generator using the TableGen...
2003-05-24 Misha BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-05-24 Misha BrukmanNOP instructions are pseudo-instructions. We should...
2003-05-23 Brian GaekeSuggest -save-temps instead of -S, -E.
2003-05-23 Brian GaekeRemove ".bc" from the end of InputFile if it is there, in
2003-05-23 Brian Gaekegccld.cpp:
2003-05-23 Chris LattnerFix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
2003-05-23 Chris LattnerRemove some cruft, add some methods to allow implementa...
2003-05-23 Misha BrukmanCleaned up code layout; no functional changes.
2003-05-23 Chris LattnerMinor rewording/cleanups
2003-05-23 Chris LattnerNew testcase identified by Brian Gaeke. Gotta love...
2003-05-23 Chris LattnerFix a problem brian identified.
2003-05-23 Brian GaekeClarify BugDriver.cpp:BugDriver::ParseInputFile()'s...
2003-05-22 Chris LattnerRemove long dead code
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerAdd using declarations
2003-05-22 Misha BrukmanCleaned up code layout. No functional changes.
2003-05-22 Chris LattnerRemove using declarations and extraneous #includes
2003-05-22 Chris LattnerFix static constructor ordering problem
2003-05-22 Misha BrukmanKill `using' directives.
2003-05-22 Chris LattnerRemove using declarations
2003-05-22 Chris LattnerFix testcase
next