oota-llvm.git
2004-05-04 John CriswellFixed inconsistent indentation.
2004-05-04 Brian GaekeMissing piece of fix for Bug 333
2004-05-04 Brian GaekeBugs fixed
2004-05-04 Brian Gaekeupdate command guide to have --tool-args
2004-05-04 Brian GaekeAdd --tool-args flag which lets you pass arguments...
2004-05-04 Brian GaekeCorrectly mangle function names when they are used...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-05-04 Chris LattnerRemove unneeded check
2004-05-04 Chris LattnerImprove signed division by power of 2 *dramatically...
2004-05-04 Misha BrukmanProvide visit(Module&) and visitModule(Module&) functio...
2004-05-04 Brian GaekeAdd stub support for reading BBTraces.
2004-05-04 Brian GaekeAdd BBTrace accessor method and data member.
2004-05-04 Chris LattnerBug fixed
2004-05-04 Chris LattnerDo not mark instructions in unreachable sections of...
2004-05-04 Chris LattnerNew testcase for PR332
2004-05-04 Brian GaekeNew header file containing profile info enums shared...
2004-05-04 Brian GaekeShare ProfilingType enum with the C profiling runtime...
2004-05-04 Brian GaekeShare the profile info type enum with the C++ analysis...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Brian GaekeConstants for profile info type changed names to match...
2004-05-04 Chris LattnerImprove code generated for integer multiplications...
2004-05-04 Chris LattnerMinor efficiency tweak, suggested by Patrick Meredith
2004-05-03 Brian GaekeFix typo
2004-05-03 Brian GaekeAdd initial implementation of basic block tracing runtime
2004-05-03 Brian GaekeAdd basic block tracing functions as exported symbols.
2004-05-03 Brian GaekeAdd basic block tracing information as a type of "profi...
2004-05-03 Brian GaekeIn InsertProfilingInitCall(), make it legal to pass...
2004-05-03 Brian GaekeAdd initial implementation of basic-block tracing instr...
2004-05-02 Chris LattnerInitialize member out of paranoia
2004-05-02 Chris LattnerFix a problem with double freeing memory. For some...
2004-05-02 Chris LattnerPlug a minor memory leak
2004-05-02 Chris LattnerDo not clone arbitrary condition instructions.
2004-05-02 Chris LattnerDo not infinitely "unroll" single BB loops.
2004-05-02 Chris LattnerAdd some stuff to the release notes.
2004-05-02 Brian GaekeChris told me to take these assertions out a few days...
2004-05-02 Chris LattnerDont' merge terminators that are needed to select PHI...
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-merge.ll
2004-05-01 Chris LattnerNew testcase:
2004-05-01 Chris LattnerMake sure to reprocess instructions used by deleted...
2004-05-01 Chris LattnerMake sure the instruction combiner doesn't lose track...
2004-05-01 Chris LattnerFix my missing parens
2004-05-01 Chris LattnerImplement SimplifyCFG/branch-cond-prop.ll
2004-05-01 Chris LattnerNew testcase for case that simplifycfg should catch
2004-05-01 Chris LattnerRemove unused #include
2004-05-01 Chris LattnerIterate over the Machine CFG that Brian added instead...
2004-05-01 Chris LattnerOperate on the Machine CFG instead of on the LLVM CFG
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-05-01 Chris LattnerStop LiveVariables from using BasicBlocks as part of...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-05-01 Chris LattnerAdd comment about optimizations
2004-05-01 Chris LattnerAdd a constructor that got lost
2004-05-01 Brian GaekeGeneralize the strlen size_t hack, for the benefit...
2004-04-30 Chris LattnerFix broken link, again.
2004-04-30 Tanya LattnerSorry, now friend class name should be right!!
2004-04-30 Tanya LattnerFixed friend class name for ModuloScheduling.
2004-04-30 Tanya LattnerFixed friend class name for ModuloSched
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-04-30 Chris LattnerFix a broken link
2004-04-30 Chris LattnerFix a major pessimization in the instcombiner. If...
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2004-04-29 Misha BrukmanWrapped code and comments at 80 cols; doxygenified...
2004-04-29 Misha BrukmanReorder #includes as per style guide.
2004-04-28 Misha BrukmanAdded `zeroinitializer' keyword.
2004-04-28 Misha Brukmanclass AssemblyWriter:
2004-04-28 Misha Brukman* Make contained ostream not public.
2004-04-28 Misha BrukmanSend text and numbers directly to CachedWriter's contai...
2004-04-28 Misha BrukmanSquelch compile-time warning (profile build).
2004-04-28 Misha Brukman* Add ability to print out type as symbolic
2004-04-28 Misha Brukman* Add ability to get and set the output stream
2004-04-28 Brian GaekeAdd pred./succ. list size methods.
2004-04-28 Brian GaekeMake RequiresFPRegKill() take a MachineBasicBlock arg.
2004-04-28 Brian GaekeIn InsertFPRegKills(), use the machine-CFG itself rathe...
2004-04-28 Brian GaekeUpdate the machine-CFG edges whenever we see a branch.
2004-04-28 Brian GaekeMove private methods to end of class decl at Chris...
2004-04-28 Brian GaekeFix thinkos that Chris caught for me.
2004-04-28 Brian GaekeAdd machine-code CFG support: MachineBasicBlocks may...
2004-04-27 Brian GaekeIntegrate the rest of my random sparcv9 scribblings...
2004-04-27 Chris LattnerFix warning building in optimized mode
2004-04-27 Chris LattnerFix warning
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Brian GaekeBecause I like being able to instantiate the cfgprinter...
2004-04-26 Brian GaekeAdd functions that return instances of these printer...
2004-04-26 Brian GaekeFix a typo in a comment.
2004-04-26 Chris LattnerIf an object is not in the scalar map then it must...
2004-04-26 Chris LattnerInstcombine X/-1 --> 0-X
2004-04-26 Chris LattnerAdd a new testcase for X/-1, fix bug that prevented...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-25 Brian GaekeAdd a getRegisterInfo() accessor just like on the X86...
2004-04-25 Brian GaekeRegularize file header comment and include guard.
2004-04-25 Brian GaekeAdd MRegisterInfo subclass for the SparcV9 target ...
2004-04-24 Misha BrukmanStandardize header comments of top-level Makefiles.
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-04-23 Misha Brukman* Allow aggregating extracted function arguments (contr...
2004-04-23 Brian GaekeFix a typo.
2004-04-23 Chris LattnerMove the scev expansion code into this pass, where...
2004-04-23 Chris LattnerEliminate all of the SCEV Expansion code which is reall...
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
2004-04-23 Brian GaekeMerged this file into the SparcV9 target.
2004-04-23 Brian GaekeMerge TargetRegInfo.h into SparcV9RegInfo.h, which...
next