New testcase, distilled from povray I think.
[oota-llvm.git] / lib /
2004-03-13 Chris LattnerThis change makes two big adjustments.
2004-03-13 Chris LattnerThis little patch speeds up the loop used to update...
2004-03-13 Chris LattnerFix a tiny bug that caused an incorrect assertion failu...
2004-03-13 Chris LattnerIt helps if I save the file. :)
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-13 Chris LattnerImplement sub.ll:test14
2004-03-12 Chris LattnerImplement InstCombine/sub.ll:test12 & test13
2004-03-12 Chris LattnerFix a couple of minor problems. Because PHI nodes...
2004-03-12 Chris LattnerImplement mod/ref analysis for a trivial case where...
2004-03-12 Brian GaekeMake -print-machineinstrs show us the code both before...
2004-03-12 Alkis EvlogimenosAdd support for a wider range of CMOV instructions.
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanKeep transitively-required passes alive for queries...
2004-03-12 Misha BrukmanEvaluate ModRef information in addition to regular...
2004-03-12 Misha BrukmanImplement getModRefInfo() for DSA to calculate whether...
2004-03-12 Chris LattnerAdd support for checking the select instruction
2004-03-12 Chris LattnerKnow the opcode name of the select instruction
2004-03-12 Chris LattnerAdd support for select constant expressions. Use reser...
2004-03-12 Chris LattnerAdd new function
2004-03-12 Chris LattnerTeach the constant folder how to do select instructions
2004-03-12 Chris LattnerPrint select instructions correctly
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-03-12 Chris LattnerAdd sccp support for select instructions
2004-03-12 Chris LattnerAdd trivial optimizations for select instructions
2004-03-12 Chris LattnerADd support for select instructions
2004-03-12 Chris LattnerWrite select instructions to bytecode
2004-03-12 Chris LattnerRead select instrs from bytecode
2004-03-12 Chris LattnerAllow parsing select instruction and constant expr
2004-03-12 Misha BrukmanMake code more readable.
2004-03-11 Misha BrukmanFix indentation.
2004-03-11 Misha BrukmanMove implementations of functions here, which avoids...
2004-03-11 Brian GaekeGet rid of the abort in PhyRegAlloc::finishSavingState().
2004-03-11 Brian GaekeGive pass a name
2004-03-11 Misha BrukmanFix compilation on Sparc: assert(0) => abort()
2004-03-11 Brian GaekeIn PhyRegAlloc::saveState(), dump Arguments' saved...
2004-03-11 Brian GaekeRemove ghostly directory from the build
2004-03-10 Brian GaekeMove all the SaveState options and stuff inton one...
2004-03-10 Brian GaekeOnly call verifySavedState if SaveRegAllocState is...
2004-03-10 Chris LattnerFix PR284: [indvars] Induction variable analysis violat...
2004-03-10 Brian GaekeMy fix for PR274 broke the build on Darwin/PPC. As...
2004-03-09 Chris Lattnerimplement new method
2004-03-09 Alkis EvlogimenosSpill explicit physical register defs as well.
2004-03-09 Alkis EvlogimenosCheck if printing of implicit uses is required for...
2004-03-09 Brian GaekeAddress PR274 - '[JIT] Programs cannot resolve the...
2004-03-09 Brian GaekeHmm, who left this sitting around in my tree
2004-03-09 Alkis EvlogimenosDifferentiate between extended precision floats (80...
2004-03-09 Alkis EvlogimenosUse newly added API to emit bytes for instructions...
2004-03-09 Alkis EvlogimenosAdd emitInstruction() API so that we can get the bytes...
2004-03-09 Alkis EvlogimenosConstify things a bit
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 Chris LattnerSwitch to using edge profiling information as the basic...
2004-03-08 Chris LattnerRefactor implementations
2004-03-08 Chris LattnerImport the trace class from the reoptimizer
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 initial support for reading edge counts. This...
2004-03-08 Chris LattnerInitial support for edge profiling
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
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 LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-08 Chris LattnerEliminate nightmarish API
2004-03-08 Chris LattnerEliminate a REALLY HORRIBLE API: mutateReferences,...
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 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-07 Chris LattnerImplement: ArgumentPromotion/chained.ll
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 LattnerFix a minor bug and turn debug output into, well, debug...
2004-03-07 Chris LattnerNew LLVM pass: argument promotion. This version only...
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 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 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...
next