oota-llvm.git
2004-03-09 Chris LattnerBug fixed
2004-03-09 Chris LattnerCheckin testcase for PR261
2004-03-09 Chris LattnerJohn fixed this bug
2004-03-08 Brian GaekeChange PhyRegAlloc::saveStateForValue()'s arg type...
2004-03-08 Brian GaekeSave argument list alloc state by recording it as the...
2004-03-08 Brian GaekeMake AllocInfo's Instruction an int, so that we can...
2004-03-08 Misha BrukmanFix some spelling and grammar.
2004-03-08 Chris LattnerUpdate the profiling section
2004-03-08 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerSwitch over to using edge profile information as the...
2004-03-08 Chris LattnerRefactor implementations
2004-03-08 Chris LattnerWe don't want to make this a pure interface, as it...
2004-03-08 Chris LattnerRearrange some methods, implement the dominates method
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
2004-03-08 Chris LattnerDefault to using edge counts
2004-03-08 Chris LattnerAnnotate functions with edge counts as well, if they...
2004-03-08 Chris LattnerIf we have edge counts, we can produce block counts...
2004-03-08 Chris LattnerAdjust to new interface
2004-03-08 Chris LattnerAdd the ability to put an annotation at the end of...
2004-03-08 Chris LattnerAdd initial support for reading edge counts. This...
2004-03-08 Chris LattnerAdd support for representing edge counts
2004-03-08 Chris LattnerAdd edge profiling support to the runtime library
2004-03-08 Misha BrukmanFix link to license: point to current version in CVS.
2004-03-08 Chris LattnerInitial support for edge profiling
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
2004-03-08 Chris LattnerRemove the comment "Constants must always have an initi...
2004-03-08 Chris Lattnerfinegrainify namespacification
2004-03-08 Chris LattnerInsert functions into the module promptly, not lazily...
2004-03-08 Chris LattnerImplement test/Regression/Assembler/2004-03-07-Function...
2004-03-08 Chris LattnerNew testcase for folding in some important situations...
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-08 Chris LattnerEliminate nightmarish API
2004-03-08 Chris Lattnerremove *THANKFULLY* dead method
2004-03-08 Chris LattnerEliminate a REALLY HORRIBLE API: mutateReferences,...
2004-03-08 Chris LattnerNew testcase for PR269
2004-03-08 Chris LattnerBug fixed
2004-03-08 Chris LattnerTestcase that crashes the C front-end.
2004-03-08 Chris LattnerFix a bug handling globals that are constants, but...
2004-03-08 Chris LattnerAvoid allocating special registers a bit more robustly
2004-03-08 Chris LattnerNew code-quality testcase.
2004-03-08 Chris LattnerImplement folding explicit load instructions into binar...
2004-03-08 Chris LattnerRearrange and refactor some code. No functionality...
2004-03-08 Chris LattnerImplement ArgumentPromotion/aggregate-promote.ll
2004-03-08 Chris LattnerNew testcase
2004-03-07 Chris LattnerImplement: ArgumentPromotion/chained.ll
2004-03-07 Chris LattnerNew testcase for missed case
2004-03-07 Chris LattnerFix another minor bug, exposed by perlbmk
2004-03-07 Chris LattnerSince 'load null' is undefined, we can make it do whate...
2004-03-07 Chris LattnerRun the new pass in gccld now that it passes all tests
2004-03-07 Chris LattnerFix a minor bug and turn debug output into, well, debug...
2004-03-07 Chris LattnerAdd prototype
2004-03-07 Chris LattnerNew LLVM pass: argument promotion. This version only...
2004-03-07 Chris LattnerNew testcase
2004-03-07 Alkis EvlogimenosAdd memory operand version of conditional move.
2004-03-06 Alkis EvlogimenosAs I wrote in the docs, simple is the default spiller :-)
2004-03-06 Alkis EvlogimenosAdd simple spiller.
2004-03-06 Alkis EvlogimenosThe default register allocator is local not simple.
2004-03-06 Brian GaekeSupport return values of basic integer types.
2004-03-06 Brian GaekeSort stanzas into Sparc V8 book page number order.
2004-03-06 Brian GaekeHack it so we do not try to allocate values to G0.
2004-03-06 Brian GaekeMake prolog align stack properly. Make epilog not...
2004-03-06 Brian GaekeEmit register names in lowercase, as required by the...
2004-03-06 Brian GaekeTeach getRegClassForType where to find FP registers
2004-03-05 Chris LattnerFix a minor bug
2004-03-05 Misha BrukmanUnbreak the build on Sparc.
2004-03-05 Brian GaekeAsm output is looking a lot better; not correct for...
2004-03-04 Chris LattnerFix a bug in a previous checkin that broke 175.vpr
2004-03-04 Chris LattnerAdd support for strto* and v*printf
2004-03-04 Chris LattnerAdd non-crappy support for varargs
2004-03-04 Chris LattnerImplement a FIXME, improving the efficiency of DSA...
2004-03-04 Brian GaekeSupport -print-machineinstrs
2004-03-04 Chris LattnerSpeed up the cbu pass from taking somewhere near the...
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
2004-03-04 Alkis EvlogimenosAdd assertion for scale verification.
2004-03-04 Alkis EvlogimenosFix bug introduced by yesterday's changes.
2004-03-04 Alkis EvlogimenosHide variable from other functions.
2004-03-04 Chris LattnerFix BU datastructures with povray!
2004-03-04 Chris LattnerMinor changes, remove some debugging code that got...
2004-03-04 Brian GaekeAsm printer support, based on x86 - only prints mnemoni...
2004-03-04 Brian GaekeDouble-FP pseudo-registers.
2004-03-04 Brian GaekeSubtract instructions; minor cleanups
2004-03-04 Brian GaekeFloating point regs
2004-03-04 Chris LattnerOnly clone nodes that are needed in the caller, don...
2004-03-04 Brian GaekeSimple copyConstantToReg support, SETHIi and ORri
2004-03-03 Brian GaekeSupport add - note, still missing important copyConstan...
2004-03-03 Chris LattnerFix a minor bug handling incomplete programs
2004-03-03 Chris LattnerFix a DSA bug that caused DSA to generate incredibly...
2004-03-03 Chris LattnerRename method, add new method
2004-03-03 Chris LattnerDeinline methods, add fast exit
2004-03-03 Chris LattnerDe-inline methods
2004-03-03 Brian GaekeMake MachineOperand's value named 'contents'. Make...
2004-03-03 Brian GaekeSquash /usr/dcs path; use a 'require <version>' instead.
2004-03-03 Brian GaekeAdd my regression finding by binary searching cvs script.
2004-03-03 Chris LattnerFix a node mapping problem that was causing the pool...
2004-03-03 Chris LattnerSPECIFY a target data to initialize the CBE target...
2004-03-03 Chris LattnerAdd a new constructor
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
2004-03-02 Chris LattnerFINALLY be able to get symbolic type names in the globa...
2004-03-02 Chris LattnerReally, only if reopen
next