Codegen signed mod by 2 or -2 more efficiently. Instead of generating:
[oota-llvm.git] / lib /
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...
2004-09-30 Chris LattnerUse longer and more explicit names for instance vars...
2004-09-30 Chris LattnerFree the VirtRegMap at the end of MachineFunction proce...
2004-09-30 Chris LattnerReindent code, improve comments, move huge nested metho...
2004-09-30 Chris LattnerDisable the 'WARNING: Found global types that are not...
2004-09-29 Misha BrukmanChange the #ifdefs to allow compilation with a V8 compi...
2004-09-29 Chris LattnerHrm, debugging printouts do not need to be in here
2004-09-29 Chris LattnerMake sure to check select instructions for generic...
2004-09-29 Brian GaekeUpdate list of shootout programs that should be working.
2004-09-29 Brian GaekeTell the target description that calls clobber register...
2004-09-29 Chris LattnerDon't use DominatorSet::dominates for intra-block instr...
2004-09-29 Brian GaekeFITOD is spelled "fitod", not "fitos". Ouch.
2004-09-29 Brian GaekeDon't use .quad to output double constants. The assembl...
2004-09-29 Chris Lattner* Pull range optimization code out into new InsertRange...
2004-09-29 Brian GaekeRecognize FpMOVD as a move.
2004-09-29 Chris LattnerDo not insert trivially dead select instructions, which...
2004-09-29 Chris LattnerFold binary expressions and casts into PHI nodes that...
2004-09-29 Nate BegemanGenerate better code by being far less clever when...
2004-09-29 Brian Gaekeadd results
2004-09-29 Nate Begemanimprove Type::BoolTy codegen by eliminating unnecessary...
2004-09-29 Brian GaekeSimplify copyConstantToRegister() for longs, using...
2004-09-29 Brian GaekeFix bug recognizing moves: isMoveInstr should only...
2004-09-29 Brian GaekeUse FpMOVD pseudo-instruction to move doubles around.
2004-09-29 Brian GaekeAdd new FpMOVD pseudo-instruction, used to move doubles...
2004-09-29 Brian GaekeFix double and long alignment.
2004-09-29 Brian GaekePut quotes around argument to .section directive.
2004-09-29 Brian GaekeAdd createSparcV8FPMoverPass().
2004-09-29 Brian GaekePass which converts FpMOVD (double move pseudoinstructi...
2004-09-29 Chris LattnerHrm, really, all tests passed without this, but it...
2004-09-29 Chris LattnerRemove debugging printout
2004-09-29 Nate BegemanTo go along with sabre's improved InstCombining, improv...
2004-09-29 Reid SpencerImprove validity checking of windows path names and...
2004-09-28 Reid SpencerUse llvm::sys::Path to destroy the file.
2004-09-28 Reid SpencerWin32 implementation of TimeValue::now().
2004-09-28 Reid SpencerFreeBSD implementation of the TimeValue::now() method.
2004-09-28 Chris LattnerFold (X setcc C1) | (X setcc C2)
2004-09-28 Chris LattnerFold (and (setcc X, C1), (setcc X, C2))
2004-09-28 Nate BegemanAdd support for the isLoad and isStore flags, needed...
2004-09-28 Chris LattnerCapture delay slot info
2004-09-28 Chris LattnerImplement X / C1 / C2 folding
2004-09-28 Chris Lattnershl is always zero extending, so always use a zero...
2004-09-28 Misha BrukmanFix doxygen comment
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-28 Alkis EvlogimenosSince we use alloca now make sure we include the proper...
2004-09-28 Alkis EvlogimenosUse alloca instead of a C99 style array. This should...
2004-09-28 Alkis EvlogimenosPull assignment out of for loop conditional in order...
2004-09-28 Alkis EvlogimenosFix includes. Patch contributed by Paolo Invernizzi!
2004-09-27 Chris LattnerFix two bugs: one where a condition was mistakenly...
2004-09-27 Misha BrukmanSparcV8 int regs are not only 32-bits in width, but...
2004-09-27 Chris LattnerThe system ranlib on darwin occasionally adds two extra...
2004-09-27 Chris LattnerFold: (setcc (shr X, ShAmt), CI), where 'cc' is eq...
2004-09-27 Nate BegemanCorrect some BuildMI arguments for the upcoming simple...
2004-09-26 Misha BrukmanFix the copy-pasto that Brian noticed: V8 int regs...
next