oota-llvm.git
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...
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
2004-04-23 Brian GaekeGet rid of the old byte-at-a-time emission code used...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
2004-04-23 Brian Gaekemmap of a zero length file returns null on some platfor...
2004-04-23 Brian GaekeUse emitWordAt() to emit forward-branch fixups.
2004-04-23 Brian GaekeEmit SPARC machine code a word at a time instead of...
2004-04-23 Brian GaekeImplement emitWordAt() for the JIT emitter.
2004-04-23 Brian GaekeImplement emitWordAt() for the debug emitter and the...
2004-04-23 Brian GaekeAdd emitWordAt() - a quick and dirty interface that...
2004-04-22 Misha BrukmanAdd command-line option to select whether to isolate...
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a flag to choose between isolating a function or...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-04-22 Misha BrukmanAdd a space before result for readability on the comman...
2004-04-22 Chris LattnerDisable a previous patch that was causing indvars to...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerFix an extremely serious thinko I made in revision...
2004-04-22 Chris LattnerAdd a method
2004-04-21 Chris LattnerImplement a todo, rewriting all possible scev expressio...
2004-04-21 Chris LattnerThis code really wants to iterate over the OPERANDS...
2004-04-21 Chris LattnerImplement a fixme. The helps loops that have induction...
2004-04-21 Chris LattnerFix an incredibly nasty iterator invalidation problem...
2004-04-21 Chris Lattnerbug fixed
2004-04-21 Chris Lattnernew testcase for PR326
2004-04-21 Misha BrukmanAdd doxygenified comments to functions.
2004-04-21 Misha BrukmanI'm allergic to the word `stuff'.
2004-04-21 Brian GaekeMake SparcV9RegInfo::getRegType() return the right...
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-04-21 Alkis EvlogimenosDeclare iterator as public since it is defined as such...
2004-04-21 Chris LattnerFix typeo
2004-04-20 Chris LattnerREALLY fix PR324: don't delete linkonce functions until...
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAllow getting the module from a call graph
2004-04-20 Chris LattnerChange it to take a callgraph, from which we can get...
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-20 Chris LattnerFix PR325
2004-04-20 Chris LattnerFix PR324 and testcase: Inline/2004-04-20-InlineLinkOnc...
2004-04-20 Chris LattnerNew testcase, distilled from PR324
2004-04-20 Brian GaekeMake it legal to ask for the type of a specialreg
2004-04-20 Brian GaekeAdd some PRs which were fixed, but not previously menti...
2004-04-20 Chris LattnerAdd support for the select instruction
2004-04-19 Brian GaekeMake it legal to request a load or store of %fsr.
2004-04-19 Brian GaekeFix typo.
2004-04-19 Brian GaekeRegularize include guards and remove some excess whites...
2004-04-19 Brian GaekeTighten up SparcV9FloatCCRegClass::getRegName()'s asser...
2004-04-19 Brian GaekeRegularize include guards, remove some excess whitespac...
2004-04-19 Chris LattnerInitial checkin of a simple loop unswitching pass....
2004-04-19 Chris LattnerNew testcase
2004-04-19 Chris LattnerAdd accessor for a Loop Unswitching pass
2004-04-19 Chris LattnerEliminate a poorly conceived method
2004-04-19 Chris LattnerIt's not just a printer, it's actually an analysis too
2004-04-19 Misha BrukmanAs per Chris, greatly simplify handling of external...
2004-04-19 Misha Brukman* Remove note about "UNSUPPORTED: " feature that just...
2004-04-19 Misha Brukman* Reorder #includes
2004-04-19 Misha BrukmanDisplay sample bugpoint output with the `code' styleshe...
2004-04-19 Chris Lattner* Improve file header comment
2004-04-19 Chris LattnerRemove code to update loop depths
2004-04-19 Chris LattnerAdd #include
2004-04-19 Misha BrukmanAdd notes about PRs 38 and 290 being fixed.
2004-04-19 Misha BrukmanWrap (some) lines to 80 cols.
2004-04-19 Misha BrukmanFinally implement rewriting global initializers which...
next