oota-llvm.git
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
2004-03-02 John CriswellAdded EH support.
2004-03-02 Alkis EvlogimenosMake <di> into <dt> (definition list term).
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-02 Misha BrukmanMake a note that this is usually used via bugpoint.
2004-03-01 Misha BrukmanDoxygenify some comments.
2004-03-01 Alkis EvlogimenosFix <p> missing <p> tag
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
2004-03-01 Chris LattnerAdd new method
2004-03-01 Chris LattnerCorrectly add an array marker on a node when appropriate!
2004-03-01 Misha BrukmanFix grammar and doxygenify comments.
2004-03-01 Misha Brukman* Add implementation of ExtractBasicBlock()
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-03-01 Misha Brukman* HTML 4.01 Strict compliance
2004-03-01 Misha BrukmanHTML 4.01 Strict compliance.
2004-03-01 Chris LattnerAdd this back, as its absence introduces assertions...
2004-03-01 Tanya Lattnerfix bug in previous checkin
next