oota-llvm.git
2002-07-10 Chris LattnerNew implementation of data structure analysis
2002-07-10 Chris LattnerNew implementation of data structure analysis. Only...
2002-07-10 Chris LattnerDisable folding g-e-p instructions into loads and stores.
2002-07-10 Chris LattnerDisable pool allocation stuff until data structure...
2002-07-10 Chris LattnerReimplement data structure analysis
2002-07-10 Chris LattnerFix broken test
2002-07-10 Vikram S. AdveInclude Makefile.singlesrc in order to compile .c tests.
2002-07-10 Vikram S. AdveSome of these are feature tests, not regression tests.
2002-07-10 Vikram S. AdveBug fix: cast (bool) has higher precedence than %....
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveAdded a few more methods for creating instructions.
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-10 Vikram S. AdveAdd support for marking each operand as a %hh, %hm...
2002-07-10 Vikram S. AdveChanged interface to insertCallerSavingCode().
2002-07-10 Vikram S. AdveStop using pseudo-instructions (SETX, SETUW, SETSW)
2002-07-10 Vikram S. AdveAdd support to print %hh, %hm, %lm, or %lo in an operan...
2002-07-10 Vikram S. AdveMajor overhaul to stop using pseudo-instructions (SETX...
2002-07-10 Vikram S. AdveMore important fixes:
2002-07-10 Vikram S. AdvePut caller-saving code *before* argument copying code!
2002-07-10 Vikram S. AdveMinor change in comments.
2002-07-10 Chris Lattner*** empty log message ***
2002-07-10 Chris LattnerAllow specifying a module for context instead of a...
2002-07-09 Chris LattnerAdd a new testcase. It actually is not infinite loopin...
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-07-09 Anand Shuklachanged mem_fun to std::mem_fun
2002-07-09 Anand Shuklaadded std:: to hash_set
2002-07-09 Anand ShuklaAdded std:: to mem_fun for 64-bit gcc
2002-07-09 Chris LattnerImplementing shift left & shift right on pointers
2002-07-09 Chris LattnerInclude header in the compiler-neutral location
2002-07-09 Vikram S. AdveAdded support for printing constant global references to
2002-07-09 Vikram S. AdveAdd makefile-mode flag for emacs.
2002-07-08 Vikram S. AdveFix iteration and InsertPos bugs introduced when Chris...
2002-07-08 Vikram S. AdveNumerous changes in interface to class SparcRegInfo...
2002-07-08 Vikram S. Adveclass MachineCodeForBasicBlock is now an annotation...
2002-07-08 Vikram S. AdveBA no longer has the unused CC operand.
2002-07-08 Vikram S. AdveHave to save a boolean (setCC) value whenever use is...
2002-07-08 Vikram S. AdveBA has only one argument.
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveSignificant changes to correctly spill CC registers...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveRename static struct Initializer to avoid name conflict...
2002-07-08 Vikram S. AdveFix printing of BB in dump.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-07-08 Vikram S. AdveImplementation of class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-07-08 Vikram S. AdvecpMem<->Reg functions now support CC registers (int...
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.
2002-07-08 Vikram S. AdvegetUsableUniRegAtMI interface simplified slightly.
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr* in vector are not const (and never really...
2002-07-08 Vikram S. AdveAdded two more helper functions for instruction creation.
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-07-08 Anand Shuklachanges BBsorting and oredering
2002-07-08 Anand Shuklasmall corrections
2002-07-08 Anand Shuklachanged function numbering
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-30 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-30 Chris LattnerStrip the symbols out of the bytecode to inflate genera...
2002-06-30 Chris LattnerYEs, we really do want to sort.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-30 Chris LattnerRemove diff-cluttering tags
2002-06-30 Chris LattnerRemove tag that just clutters diffs
2002-06-30 Chris LattnerFix anands changes
2002-06-30 Chris LattnerConvert tabs to spaces
2002-06-30 Chris LattnerFix anand's last checkin
2002-06-30 Chris LattnerFix comment
2002-06-28 Chris LattnerCleanup
2002-06-25 Anand Shuklachanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Anand Shuklacorrecting makefile: incorrectly checked in wrong versi...
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaadditions and bug fixes
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Anand Shuklaminor change in removing endl
2002-06-25 Chris LattnerWe must with with GCC 2.95 :(
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerAvoid calling LLVM "Strongly typed"
2002-06-25 Anand ShuklaAdded setSuccessor() method to terminator instructions
2002-06-25 Chris LattnerNew testcase
2002-06-25 Chris LattnerAdd borders to truth tables
2002-06-25 Chris LattnerMinor tuning and fleshing out of the language reference.
2002-06-25 Chris LattnerBuild all subdirectories
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerDescription of a large patch that I checked in
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-06-25 Chris Lattner* Update with MegaPatch
2002-06-25 Chris Lattner* Update to work with Megapatch
next