oota-llvm.git
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
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-04 Chris LattnerPrint out direct global references
2002-12-04 Chris LattnerAdd support for direct global references
2002-12-04 Chris LattnerInitial checkin of global var support code
2002-12-04 Chris LattnerImplement simple global variable support
2002-12-04 Chris LattnerImplement external function support
2002-12-04 Chris LattnerExpose target data through a method for uniformity
2002-12-04 Chris LattnerInitial checkin of Unresolved function fault handler
2002-12-04 Chris LattnerImplement lazy resolution of function calls
2002-12-03 Misha BrukmanThis should fix the bug seen with some registers not...
2002-12-03 Misha BrukmanAdded support for callee- and caller-save registers.
2002-12-03 Misha BrukmanRegisterInfo now supports handing out caller- and calle...
2002-12-03 Chris LattnerFix broken ret opcode, grr...
2002-12-03 Chris LattnerInitial checkin of virtual machine implementation.
2002-12-03 Chris LattnerCheckin debug implementation of MCE
2002-12-03 Chris LattnerAdd virtual dtor, expose a debug impl
2002-12-03 Chris LattnerFix instsel for calls
2002-12-03 Chris LattnerTestcase for call instruction
2002-12-03 Chris LattnerStandard hello-world test
2002-12-03 Chris LattnerAdd code that can be used for debugging
2002-12-03 Chris LattnerDisable timing of bytecode loader
2002-12-03 Chris LattnerSimplify code
2002-12-03 Chris LattnerFix big bug introduced with symbol table changes
2002-12-03 Chris LattnerFix the build
2002-12-03 Brian Gaekebrg
2002-12-03 Chris LattnerSplit the machine code emitter completely out of the...
2002-12-03 Chris LattnerFinal tweak to printer
2002-12-03 Chris LattnerImplement trivially simple debugger for MachineCodeEmit...
2002-12-03 Chris LattnerContinue implementing field initializers
2002-12-03 Chris LattnerDon't delete temporary files
2002-12-03 Chris Lattner* Move information about Implicit Defs/Uses into X86Ins...
2002-12-03 Chris LattnerInitialize implicit uses/defs fields for sparc backend...
2002-12-03 Chris LattnerAdd entries to track information about implicit uses...
2002-12-03 Brian Gaekebrg
2002-12-02 Chris LattnerMore support
2002-12-02 Chris LattnerMore support for machine code emission: raw instructions
2002-12-02 Chris LattnerExpose explicit type
2002-12-02 Chris LattnerStart implementing MachineCodeEmitter
2002-12-02 Chris LattnerStart adding to the meat of MachineCodeEmitter
2002-12-02 Chris LattnerEliminate OtherFrm
2002-12-02 Chris LattnerRemove comment
2002-12-02 Chris LattnerInitial support for machine code emission
2002-12-02 Chris LattnerAdd initial support for machine code emission
2002-12-02 Chris LattnerInitial version of MachineCodeEmitter interface: empty
2002-12-02 Chris LattnerThe hopefully final version of addPassesToEmitMachineCo...
2002-12-02 Misha BrukmanIgnore generated files gram.tab.c and gram.tab.h
2002-12-02 Misha BrukmanIgnore generated files Lexer.cpp and llvmAsmParser.*
2002-12-02 Misha BrukmanIgnore generated files FileLexer.* and FileParser.*
2002-12-02 Chris LattnerAdd comment about ownership semantics
2002-12-02 Misha Brukman* Abstracted out stack space allocation into its own...
2002-12-02 Misha BrukmanFix order of operands on a store from reg to [reg+offset].
2002-12-02 Chris LattnerAdd stub to emit machine code for JIT
2002-12-02 Chris LattnerContinued support for field intitializers
next