Add some missing functions. Make sure to handle calls together in case the
[oota-llvm.git] / lib /
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-16 Chris LattnerFix PR294
2004-03-15 Alkis EvlogimenosAdd LAHF instruction
2004-03-15 Chris LattnerRestore old inlining heuristic. As the comment indicat...
2004-03-15 Chris LattnerOk, the assertion was bogus. Calls that do not read...
2004-03-15 Chris LattnerThis assertion is bogus now that calls do not necessari...
2004-03-15 Chris LattnerAdd counters for the number of calls elimianted
2004-03-15 Chris LattnerImplement CSE of call instructions in the most trivial...
2004-03-15 Chris LattnerFix a minor bug, implementing GCSE/call_pure_function.ll
2004-03-15 Chris LattnerImplement LICM of calls in simple cases. This is suffi...
2004-03-15 Chris LattnerDon't be COMPLETELY pessimistic in the face of function...
2004-03-15 Chris LattnerDeinline some virtual methods, provide better mod/ref...
2004-03-15 Chris LattnerPass through the boolean queries
2004-03-15 Chris LattnerTeach basicaa about some stdc functions.
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-15 Chris LattnerFix several bugs in the loop extractor. In particular...
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
2004-03-14 Chris LattnerSimplify the code a bit by making the collection of...
2004-03-14 Alkis EvlogimenosAnother API change to MRegisterInfo::foldMemoryOperand...
2004-03-14 Chris LattnerSplit into two passes. Now there is the general loop...
2004-03-14 Alkis EvlogimenosChange MRegisterInfo::foldMemoryOperand to return the...
2004-03-14 Chris LattnerPasses don't print stuff!
2004-03-14 Chris LattnerDo not create empty basic blocks when the lowerswitch...
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerFunctionPass's should not define their own 'run' method.
2004-03-14 Chris LattnerIf a block is dead, dominators will not be calculated...
2004-03-14 Chris LattnerCatch some more cases of broken code. The loop extract...
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-14 Chris LattnerverifyFunction has been broken for a long time now...
2004-03-14 Chris LattnerMove prototype to IPO.h instead of Scalar.h
2004-03-14 Chris LattnerIndent anon namespace properly, add copyright block
2004-03-14 Chris LattnerMove to the IPO library. Utils shouldn't contain passes.
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerAdd some debugging output
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...
next