oota-llvm.git
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
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
next