Implement eliminateCallFramePseudoInstr().
[oota-llvm.git] / lib /
2004-10-10 Brian GaekeImplement eliminateCallFramePseudoInstr().
2004-10-10 Brian GaekeModel calls as *both* using *and* killing O0..O5, becau...
2004-10-10 Brian GaekeFix whitespace and wrap some long lines.
2004-10-10 Chris LattnerFix 2004-10-10-CastStoreOnce.llx, by adjusting types...
2004-10-10 Chris LattnerImplement GlobalOpt/deadglobal-2.llx, deletion of globa...
2004-10-10 Chris LattnerAvoid calling use_size() which could (in theory) be...
2004-10-10 Chris Lattnerbling bling!
2004-10-09 Chris LattnerEliminate global pointers that are only stored a single...
2004-10-09 Chris LattnerInstead of silently breaking, print notification of...
2004-10-09 Chris LattnerUse DEBUG instead of DebugFlag directly, as DebugFlag...
2004-10-09 Brian Gaekeupdate according to tonight's info
2004-10-09 Brian GaekeImplement getModuleMatchQuality and getJITMatchQuality...
2004-10-09 Chris LattnerFix infinite loop due to iteration
2004-10-09 Chris LattnerImplement sub.ll:test17, -X/C -> X/-C
2004-10-09 Chris LattnerAdd a check to avoid an assertion on malformed input
2004-10-08 Chris LattnerThe person who was planning to add SSE support isn...
2004-10-08 Chris LattnerFix a major regression from the bugfix for 2004-10...
2004-10-08 Chris LattnerIf we found a dead global, we should at least delete...
2004-10-08 Chris Lattner* Pull out the meat of runOnModule into another functio...
2004-10-08 Chris LattnerWe might as well delete the known-dead global sooner...
2004-10-08 Misha BrukmanHyphenate target-(in)dependent for more tasty grammar...
2004-10-08 Chris LattnerTemporarily disable a buggy transformation until it...
2004-10-08 Misha BrukmanAdjust paths due to moving InstrSched to lib/Target...
2004-10-08 Misha BrukmanInstrSched has been moved to lib/Target/SparcV9
2004-10-08 Misha BrukmanInstrSched is SparcV9-specific and so has been moved...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Misha BrukmanBuild InstrSched as well, and all three subdirs can...
2004-10-08 Misha Brukman* Adjust for the move to lib/Target/SparcV9/InstrSched
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Chris LattnerImplement SRA for global variables. This allows the...
2004-10-08 Chris LattnerFix bug: 2004-10-08-SelectSetCCFold.llx. Normally...
2004-10-08 Chris LattnerInstcombine (X & FF00) + xx00 -> (X+xx00) & FF00,...
2004-10-08 Chris LattnerLittle patch to turn (shl (add X, 123), 4) -> (add...
2004-10-08 Nate BegemanImplement logical and with an immediate that consists...
2004-10-07 Nate BegemanSeveral fixes and enhancements to the PPC32 backend.
2004-10-07 Nate BegemanAdd ori reg, reg, 0 as a move instruction. This can...
2004-10-07 Nate BegemanRemove unnecessary header include
2004-10-07 Chris LattnerImprove comments, no functionality changes
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-10-07 Chris LattnerUnfortunately the fix for the previous bug introduced...
2004-10-07 Chris LattnerFix a bug in my previous change. Unfortunately this...
2004-10-07 Chris LattnerFix a bug in the safety analysis routine
2004-10-07 Chris LattnerComment cleanups
2004-10-07 Chris Lattner* Rename pass to globalopt, since we do more than just...
2004-10-06 Chris LattnerImplement GlobalConstifier/trivialstore.llx, and also...
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-10-06 Chris LattnerChange Type::isAbstract to have better comments, a...
2004-10-06 Chris LattnerCorrect some typeos
2004-10-06 Chris LattnerInstcombine: -(X sdiv C) -> (X sdiv -C), tested by...
2004-10-06 Chris LattnerRemove debugging code, fix encoding problem. This...
2004-10-06 Nate BegemanTurning on fsel code gen now that we can do so would...
2004-10-06 Nate BegemanImplement floating point select for lt, gt, le, ge...
2004-10-06 Chris LattnerCodegen signed mod by 2 or -2 more efficiently. Instea...
2004-10-06 Chris LattnerReally fix FreeBSD, which apparently doesn't tolerate...
2004-10-06 Chris LattnerFix a scary bug with signed division by a power of...
2004-10-06 Chris LattnerCodegen signed divides by 2 and -2 more efficiently...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
2004-10-06 Chris LattnerReduce code growth implied by the tail duplication...
2004-10-06 Chris LattnerFreeBSD uses GCC. Patch contributed by Jeff Cohen!
2004-10-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
2004-10-05 Chris LattnerMake sure the const bit gets inherited correctly when...
2004-10-05 Reid SpencerAdjust sys/stat.h inclusion so its only for SunOS.
2004-10-05 Tanya LattnerAdded a couple of includes to get this to compile on...
2004-10-05 Chris LattnerSolaris doesn't have MAP_FILE.
2004-10-04 Reid SpencerExcise the ill-advised RLCOMP compression algorithm...
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Chris LattnerFix build if not HAVE_BZIP2
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-04 Chris LattnerConvert some missed patterns to support AT&T style
2004-10-04 Chris LattnerApparently the GNU assembler has a HUGE hack to be...
2004-10-04 Chris LattnerFix incorrect suffix
2004-10-04 Chris LattnerFix some more missed suffixes and swapped operands
2004-10-04 Chris LattnerAdd missing suffixes to FP instructions for AT&T mode
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-10-03 Chris LattnerAdd support to the instruction patterns for AT&T style...
2004-10-03 Chris LattnerAdd initial support for variants
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-10-01 Chris LattnerPretty print a bit nicer :)
2004-10-01 Alkis EvlogimenosDocument this class a bit :-)
2004-09-30 Brian GaekeMake EmitMappingInfo into an "external location" option...
2004-09-30 Brian GaekeAdd accessor function.
2004-09-30 Brian GaekeCorrect type of accessor functions.
2004-09-30 Brian GaekeNamespacify. Add accessor function.
2004-09-30 Brian GaekeI think this will handle double args.
2004-09-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-30 Chris LattnerUse more efficient map operations. Fix a bug that...
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-30 Brian GaekeMark the instructions that have delay slots with the...
2004-09-30 Brian GaekeUse TargetMachine::hasDelaySlot() instead of our old...
2004-09-30 Chris LattnerSimplify the logic in the simple spiller and capitalize...
2004-09-30 Chris LattnerSwitch from defaulting to the 'local' spiller to the...
2004-09-30 Chris LattnerDon't use a densemap for keeping track of which vregs...
next