oota-llvm.git
2004-03-12 John CriswellPoint to the new license (includes year 2004).
2004-03-12 John CriswellAdded a header indicating that the Linux and MacOS...
2004-03-12 Alkis EvlogimenosAdd support for a wider range of CMOV instructions.
2004-03-12 John CriswellUpdated copyright to year 2004.
2004-03-12 Misha BrukmanSimplify code to process CallSites (thanks to Chris).
2004-03-12 Misha BrukmanTest the mod/ref analysis in DSA.
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 Misha BrukmanAdd AnalysisUsage::addRequiredTransitive() to keep...
2004-03-12 Chris Lattnertest instruction combiner opts for select instruction
2004-03-12 Chris LattnerTeach vim about the select instruction. Allow it...
2004-03-12 Chris LattnerTeach emacs about the select instruction
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 Chris LattnerAdd the visitSelectInst visitor method
2004-03-12 Chris LattnerAdd the SelectInst class
2004-03-12 Chris LattnerAdd the Instruction::Select enum
2004-03-12 Chris LattnerAdd support for select constant exprs
2004-03-12 Chris LattnerThis is no longer an open project
2004-03-12 Chris LattnerCleanup the cast section, add the select instruction
2004-03-12 Chris LattnerNew testcase
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 Misha BrukmanMove function implementations to a .cpp file, avoid...
2004-03-11 Misha BrukmanForward-declare templates for fix compilation when...
2004-03-11 Misha BrukmanDoxygenified and cleand up comments.
2004-03-11 Misha BrukmanMiscellaneous additions are a separate section.
2004-03-11 Brian GaekeMake sure libcrtend.a gets installed when you make...
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 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-03-11 Alkis EvlogimenosFix spelling.
2004-03-11 Brian GaekeIn PhyRegAlloc::saveState(), dump Arguments' saved...
2004-03-11 Brian GaekeRemove ghostly directory from the build
2004-03-11 Alkis EvlogimenosEmbed a floating frame of the bugzilla query in the...
2004-03-11 Chris LattnerMinor additions and cleanups
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 LattnerBugz fixed
2004-03-10 Chris LattnerFix PR284: [indvars] Induction variable analysis violat...
2004-03-10 Chris LattnerNew testcase for PR284: [indvars] Induction variable...
2004-03-10 Alkis EvlogimenosAdd link to bugzilla query of unassigned enhancements...
2004-03-10 Misha BrukmanWe need a logo.
2004-03-10 Brian GaekeAdd brainstorm for a random test vector generator
2004-03-10 Brian GaekeRecommend using install-bytecode target
2004-03-10 Brian GaekeMy fix for PR274 broke the build on Darwin/PPC. As...
2004-03-10 Brian GaekeAdd support for 'install-bytecode' target, used for...
2004-03-10 Brian GaekeFix up a seriously outdated comment.
2004-03-10 Chris LattnerNew testcase for PR275
2004-03-09 Chris LattnerNew testcase for PR276: llvm-g++ does not mangle method...
2004-03-09 Chris Lattnerimplement new method
2004-03-09 Chris Lattnernew method
2004-03-09 Alkis EvlogimenosSpill explicit physical register defs as well.
2004-03-09 Brian GaekeNow that I read it again, this part in particular strik...
2004-03-09 Alkis EvlogimenosCheck if printing of implicit uses is required for...
2004-03-09 Brian Gaekeb00g fixed
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-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
next