oota-llvm.git
2003-06-02 Brian GaekeDeal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
2003-06-02 Chris LattnerOld testcase
2003-06-02 Brian GaekeThe flag modifications weren't picking up the old value...
2003-06-02 Chris LattnerRemove obsolete code
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-06-01 Chris LattnerMove X86 specific code out of the JIT into the X86...
2003-06-01 Chris LattnerChanges to be compatible with MachineCodeEmitter.h
2003-06-01 Chris LattnerHack up MachineCodeEmitter to actually be target indepe...
2003-06-01 Brian GaekeFix induction variable name clash in for loops, in...
2003-06-01 Brian GaekeMake the .inc file depend on $(TBLGEN), so that changes...
2003-06-01 Chris LattnerDon't print out unique identifier for opaque types
2003-06-01 Chris Lattner* Implement cast (long|ulong) to bool
2003-06-01 Chris LattnerAdd RR forms of test instruction
2003-06-01 Chris LattnerAdd tests for cast of long to bool
2003-06-01 Chris LattnerFix a bug with casts to bool. This fixes testcase...
2003-06-01 Chris LattnerImplement xform: (X != 0) -> (bool)X
2003-06-01 Chris LattnerNew testcases
2003-06-01 Anand ShuklaAdd map info for arguments to call (copies)
2003-06-01 Anand ShuklaAdded the #(internal functions) to output
2003-06-01 Chris LattnerAdd tests for 64 bit shifts
2003-06-01 Chris LattnerAdd support for shl and shr for 64 bit integer types
2003-06-01 Chris LattnerAdd definitions for TEST instructions
2003-06-01 Chris LattnerAdd new cmovne32 instruction
2003-05-31 Chris LattnerFix bug: CBackend/2003-05-31-MissingStructName.ll
2003-05-31 Chris LattnerNew testcase
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-AllInternalDecls.ll
2003-05-31 Chris LattnerAdd support for: -o -
2003-05-31 Chris LattnerNew testcase
2003-05-31 Chris LattnerNew testcase for behavior we depend on.
2003-05-31 Chris LattnerFix bug: FuncResolve/2003-05-31-InternalDecl.ll
2003-05-31 Chris LattnerNew testcase
2003-05-31 Chris LattnerSimplify funcresolve a bit more
2003-05-31 Chris LattnerFix bug: FunctionResolve/2003-05-31-FuncPointerResolve.ll
2003-05-31 Chris LattnerAdd another testcase
2003-05-31 Chris LattnerNew testcase
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-31 Chris Lattner* Correct title
2003-05-31 John Criswell*** empty log message ***
2003-05-31 Vikram S. AdveMade a single common InvalidRegNum = -1.
2003-05-31 Vikram S. AdveRenamed a variable.
2003-05-31 Vikram S. AdveSupport for annul/pred and other future flags on op...
2003-05-31 Vikram S. AdveMinor changes.
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-31 Vikram S. AdveAllow explicit physical registers for implicit operands.
2003-05-31 Vikram S. AdveChanges to allow explicit physical register arguments...
2003-05-31 Vikram S. AdveSeveral bug fixes: globals in call operands were not...
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-31 Vikram S. AdveReverting previous beautification changes.
2003-05-31 Misha BrukmanFixed rewriting of branches -- they now work forward...
2003-05-31 Misha BrukmanRemoved useless code -- the byte order of output code...
2003-05-31 Misha BrukmanThe 'rd' register is consistently mentioned last in...
2003-05-31 Misha Brukman* Put back into action SLL/SRL/SRA{r,i}6 instructions
2003-05-31 Misha BrukmanCode beautification, no functional changes.
2003-05-31 Vikram S. Adve3 more bugs from the SPEC codes and from richards_bench...
2003-05-31 Misha BrukmanEnabling some of these passes causes lli to break
2003-05-31 Misha BrukmanThe actual order of parameters in a 2-reg-immediate...
2003-05-30 Chris LattnerNew testcase
2003-05-30 Misha BrukmanSince malloc is no longer used, no need to free() memory.
2003-05-30 Misha BrukmanWhen converting virtual registers to immediate constant...
2003-05-30 Misha BrukmanAdded saveBBreferences() for BasicBlock resolution.
2003-05-30 Misha BrukmangetValueOp() now takes a MachineInstr as well as a...
2003-05-30 Misha BrukmanAdded:
2003-05-30 Misha BrukmanFixed the namespace to match SparcInternals.h; added...
2003-05-30 Misha BrukmanThe register types need to be visible outside of the...
2003-05-30 Misha BrukmanMoved and expanded convertOpcodeFromRegToImm() to conve...
2003-05-30 Misha BrukmanMake LLI behave just like LLC with regard to the compil...
2003-05-30 Chris LattnerAdd SRoA pass to gccas
2003-05-30 Chris LattnerMove indvars pass after mem2reg pass where it is more...
2003-05-30 Chris LattnerOkay totally give up on trying to optimize aggregates...
2003-05-30 Misha BrukmanMade the register and immediate versions of instruction...
2003-05-30 Chris Lattneradd a check that allows the SRoA pass to avoid breaking...
2003-05-30 Misha BrukmanBecause the format of the shift instructions is `shift...
2003-05-30 Tanya LattnerSorry, correcting small typo.
2003-05-30 John CriswellAdded configurable options for the Linker and Archiver.
2003-05-30 Tanya LattnerAdded the CloneTrace function which clones traces....
2003-05-30 Tanya LattnerAdded support for cloning a trace.
2003-05-30 Brian GaekeMakefile: Make SparcV9CodeEmitter.inc depend on SparcV9...
2003-05-30 Chris LattnerFix bug: ScalarRepl/2003-05-30-MultiLevel.ll
2003-05-30 Chris LattnerNew testcase
2003-05-30 Chris LattnerFix bug: ScalarRepl/2003-05-29-ArrayFail.ll
2003-05-30 Brian GaekeFix call to mmap, so that it can be used on sparc.
2003-05-30 Guochun Shi so far everything compiles
2003-05-29 Sumant KowshikImplementation of Equivalence Classes
2003-05-29 Sumant KowshikChanges to support function pointers
2003-05-29 Sumant KowshikAdded support for function pointers
2003-05-29 Misha BrukmanPrevent lines from wrapping.
2003-05-29 Dinakar DhurjatiAdded documentation for the project options
2003-05-29 Chris LattnerNew testcase
2003-05-29 Chris LattnerGet rid of extraneous ""s
2003-05-29 Chris LattnerAdd comment
2003-05-29 Chris LattnerInitial checkin
2003-05-29 Chris LattnerNew testcases
2003-05-29 Misha BrukmanSince there is now another derived .inc file, ignore...
2003-05-29 Misha BrukmanUse an absolute path to TableGen because not everyone...
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.
next