oota-llvm.git
2002-12-13 Misha BrukmanFixed bug with running out of registers. Also, reinstat...
2002-12-13 Chris LattnerReturn success on success
2002-12-13 Chris LattnerTest more phi stuff
2002-12-13 Chris LattnerCode gen phi's correctly
2002-12-13 Chris LattnerPrint X86 PHI nodes in a sane manner
2002-12-13 Misha BrukmanThis should handle register allocating PHI nodes.
2002-12-13 Misha BrukmanAdded moveReg2Reg() and moveImm2Reg() to accomodate...
2002-12-13 Chris LattnerFinal version of BuildMI for symmetry and because I...
2002-12-13 Brian Gaekelib/Target/X86/InstSelectSimple.cpp: Start counting...
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerGet rid of deprecated function
2002-12-13 Chris Lattnerreturn 0 on success
2002-12-13 Chris LattnerImplement getelementptr constant exprs
2002-12-13 Brian Gaekebrg
2002-12-13 Chris Lattnergetelementptr uses long instead of uint indexes
2002-12-13 Chris LattnerStop sucking
2002-12-13 Misha BrukmanMaking main() return 0 so that we know it ran successfu...
2002-12-13 Misha BrukmanMaking main() return 0 to exit without error when no...
2002-12-13 Chris LattnerFix testcase
2002-12-13 Chris LattnerImplement branches
2002-12-13 Chris LattnerInfinite loops, are, well, not good
2002-12-13 Chris LattnerEmit the right form of mod/rm mod field
2002-12-13 Chris LattnerNicify a bit
2002-12-13 Misha BrukmanThis way it's easier to test: if the call to external...
2002-12-13 Chris LattnerFix encoding of CBW instruction
2002-12-13 Misha BrukmanStart allocating stack space at [ebp-4] to not overwrit...
2002-12-13 Misha BrukmanMoves now select correct opcode based on the data size.
2002-12-13 Chris LattnerRemove extranous #include
2002-12-13 Chris LattnerRename MemArg* to Arg*
2002-12-13 Chris LattnerMake mem size an assert
2002-12-13 Misha BrukmanThis is supposed to provide correct size for datatypes...
2002-12-12 Misha BrukmanTake advantage of our knowledge of 2-address X86 instru...
2002-12-12 Misha BrukmanDefine the 2-address flag used by X86 instructions...
2002-12-12 Misha BrukmanAdded the flag to mark instructions which are really...
2002-12-12 Brian GaekeThis checkin is brought to you by the brian gaeke allni...
2002-12-12 Misha Brukman'graph' is spelled without a 'c'.
2002-12-12 Chris LattnerMake a release build compile. This field is not really...
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-12 Misha BrukmanNo need to specify the class if the method is within...
2002-12-12 Chris LattnerRemove #includes
2002-12-12 Chris LattnerInclude tablegen
2002-12-12 Chris LattnerFix header
2002-12-10 Vikram S. AdveExternal routines used to identify Cilk operations...
2002-12-10 Vikram S. AdveThis file implements the function DemoteRegToStack...
2002-12-10 Vikram S. AdveThis file provides the function DemoteRegToStack()...
2002-12-10 Vikram S. AdveThis file implements a pass that automatically parallel...
2002-12-10 Vikram S. AdveThe pass Parallelize automatically parallelizes a progr...
2002-12-09 Vikram S. AdveFix link errors due to new IPModRef pass.
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-12-08 Vikram S. AdveIterator that enumerates the ProgramDependenceGraph...
2002-12-08 Vikram S. AdveAn explicit representation of dependence graphs, and...
2002-12-08 Chris LattnerNamespacify more
2002-12-08 Chris LattnerAdd support to count the number of dynamic instructions...
2002-12-07 Chris LattnerAdd total instruction, bb, & function counts
2002-12-07 Chris LattnerFix bug that was bugging bugpoint
2002-12-07 Chris LattnerRemove dead code
2002-12-07 Chris LattnerCheck in an old testcase
2002-12-07 Chris LattnerGive better error message if two passes of the same...
2002-12-06 Vikram S. AdveStronger assertion in getNodeId(): node id must exist...
2002-12-06 Vikram S. AdveTwo bug fixes:
2002-12-06 Vikram S. AdveFix several related bugs in DSNode::mergeWith() caused...
2002-12-06 Vikram S. AdveAdded static helper method MergeNodes(). See DataStruc...
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-12-06 Brian GaekeImplement a lot of cast functionality (no FP or 64)
2002-12-06 Chris LattnerMake sure to print indirect node again
2002-12-06 Chris LattnerFix bug
2002-12-06 Chris LattnerAllow printing partially constructed bitsets
2002-12-06 Chris LattnerDon't delete values that may still be referenced!
2002-12-06 Chris LattnerTighten up assertion checking
2002-12-06 Chris LattnerOnly build jello when compiling on X86
2002-12-06 Chris LattnerFix to make jello compile on Sparc even though it won...
2002-12-06 Chris LattnerExport a new ARCH variable indicating what platform...
2002-12-05 Chris LattnerFix bug: 2002-12-05-MissedConstProp.ll pointed out...
2002-12-05 Chris LattnerNew testcase pointed out by Casey Carter
2002-12-05 Vikram S. AdveCute bug fix: when moving links from N to this, some...
2002-12-05 Brian GaekeTarget/X86/Printer.cpp: Add sizePtr function, and use...
2002-12-04 Misha BrukmanReturn 0 to make it into a fully-functioning "Hello...
2002-12-04 Misha BrukmanAdded code generation for function prologues and epilogues.
2002-12-04 Misha BrukmanImplemented functions for emitting prologues and epilogues;
2002-12-04 Misha BrukmanAdded push and pop instructions.
2002-12-04 Misha BrukmanAdded prototypes for emitting prologue and epilogue...
2002-12-04 Chris LattnerFix testcase
2002-12-04 Chris LattnerFix handling of function calls that return void
2002-12-04 Chris LattnerImplement initial support for return values from call...
2002-12-04 Misha BrukmanFun arithmetic with iterators aimed at fixing a bug...
2002-12-04 Misha BrukmanAdjust the stack pointer after a function call, proport...
2002-12-04 Misha BrukmanAdded instructions to add/subtract imm32 to/from a...
2002-12-04 Chris LattnerNew testcase
2002-12-04 Chris LattnerFix bogus assertion failures
2002-12-04 Chris LattnerAvoid bad assertion
2002-12-04 Chris LattnerRemove think-o assertion
2002-12-04 Chris LattnerAvoid crashing on Arguments, just silently miscompile
2002-12-04 Chris LattnerAdd main functions to benchmarks
2002-12-04 Misha BrukmanstoreReg2RegOffset() and loadRegOffset2Reg() now take...
2002-12-04 Misha BrukmanOn `make clean', kill the core files produced, which...
2002-12-04 Chris LattnerNew testcase
2002-12-04 Misha BrukmanMoved buildReg2RegClassMap() into from X86RegisterInfo...
2002-12-04 Chris LattnerAdd a "Lazy Function Resolution in Jello" section
2002-12-04 Chris LattnerFix a bug I introduced in a previous change
2002-12-04 Chris LattnerAdd support for global value references
next