oota-llvm.git
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
2003-05-22 Chris LattnerNew testcase
2003-05-22 Chris LattnerAdd documentation for the new cl::CommaSeparated modifier
2003-05-22 Chris Lattneradd support for an explicit EXPORTED_SYMBOL_LIST
2003-05-22 Chris LattnerMake the list accept comma separated names
2003-05-22 Chris LattnerAdd new CommaSeparated option modifier
2003-05-22 Chris LattnerAdd support for a new "CommaSeparated" modifier
2003-05-22 Chris LattnerKill using declarations
2003-05-22 Chris LattnerDestroy using declarations
2003-05-22 Chris LattnerSpecify a list of symbols that should be exported by...
2003-05-22 Chris Lattner* Revert to old behavior of ignoring a module if it...
2003-05-22 Chris LattnerAdd option to internalize to allow it to read a file...
2003-05-22 Chris LattnerUpdate to match typename produced by the C frontend
2003-05-22 Chris LattnerMinor cleanups.
2003-05-22 Chris LattnerFix bug: Assembler/2003-05-03-BytecodeReaderProblem.llx
2003-05-22 Chris LattnerDo not assert fail or crash when a bytecode parse fails!
2003-05-22 Chris LattnerEliminate the uchar typedef, use unsigned char explicitly
2003-05-22 Chris LattnerMake the testcase even more insane
2003-05-22 Chris LattnerNew testcase
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris LattnerNew testcase that was killing the CFE
2003-05-21 Chris LattnerNew document
2003-05-21 Chris LattnerNew graphic for web page
2003-05-21 Chris LattnerFix bug: FunctionResolve/2003-05-21-MissingArguments.ll
2003-05-21 Chris LattnerNew testcase that crashes the funcresolve pass.
2003-05-21 Chris LattnerAllow disabling final cleanups
2003-05-21 Chris LattnerFix Bug: BasicAA/2003-05-21-GEP-Problem.ll
2003-05-21 Chris LattnerTrim testcase a bit
2003-05-21 Chris LattnerNew testcase identified by joel
2003-05-21 Chris LattnerIncrease odds that this won't bork things
2003-05-21 Misha BrukmanFixed `volatile' typo.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris Lattner* Fix divide by zero error with empty structs
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-05-21 Chris LattnerAdd support for shift constant expressions
2003-05-21 Chris LattnerNew method
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerNew testcase, found by inspection
2003-05-21 Chris LattnerNew testcase
2003-05-21 Chris LattnerFix bugs:
2003-05-21 Chris LattnerAdd run string
2003-05-21 Chris LattnerNew testcase
2003-05-20 Misha BrukmanI fixed that ``thang'', yo.
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
next