oota-llvm.git
2008-01-08 Chris LattnerMake load->store deletion a bit smarter. This allows...
2008-01-08 Owen AndersonRename registers that do not need copies.
2008-01-08 Duncan SandsCrashes llc when using Chris's new legalization logic.
2008-01-08 Ted KremenekAdded "getRoot()" to ImmutableMap.
2008-01-08 Ted KremenekFixed 80 col. violation.
2008-01-08 Chris Lattneradd a mayLoad property for machine instructions, a...
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-08 Chris LattnerImplement PR1795, an instcombine hack for forming GEPs...
2008-01-08 Chris Lattneradd match support for casts.
2008-01-08 Chris Lattnerremove darwin/i386 t-t
2008-01-08 Chris LattnerFinally implement correct ordered comparisons for PPC...
2008-01-08 Chris LattnerTestcase for PR1721
2008-01-08 Owen AndersonActually insert copies now!
2008-01-08 Chris LattnerFix PR1797
2008-01-08 Evan ChengMinor fix to enable x86-64 pic jit (still fails for...
2008-01-08 Evan ChengFix a x86-64 static codegen bug. This fixes a lot of...
2008-01-08 Bill WendlingSilence warning about loss of precision.
2008-01-07 Evan ChengOnly mark instructions that load a single value without...
2008-01-07 Chris Lattneradd a new bit.
2008-01-07 Evan ChengUnbreak x86-64.
2008-01-07 Chris Lattneradd a note that is important for some fp apps.
2008-01-07 Chris Lattnerpossible switch lowering improvement.
2008-01-07 Owen AndersonOops, missed one.
2008-01-07 Owen AndersonMake some predicates static.
2008-01-07 Duncan SandsI doubt the address of the Error string was intended
2008-01-07 Duncan SandsAdd missing newline at EOF.
2008-01-07 Nate BegemanUpdate the comment on scalar to vector to be a bit...
2008-01-07 Nate BegemanUpdate test to catch recent x86 insert regression and...
2008-01-07 Duncan SandsSmall cleanup for handling of type/parameter attribute
2008-01-07 Duncan SandsUnbreak x86-32 darwin long double!
2008-01-07 Duncan SandsFix long double support on x86-32 linux.
2008-01-07 Gordon HenriksenPruning includes.
2008-01-07 Bill WendlingOperand 1 should be a register. We don't care if it...
2008-01-07 Chris Lattneradd a note
2008-01-07 Chris Lattnerremove #includage
2008-01-07 Chris Lattnersplit TargetInstrDesc out into its own header file.
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris Lattnerremove a dead method.
2008-01-07 Chris Lattnersimplify some code.
2008-01-07 Chris LattnerRename all the M_* flags to be namespace qualified...
2008-01-07 Chris Lattneruse predicate.
2008-01-07 Chris Lattneradd more and significantly better comments to the rest...
2008-01-07 Chris Lattnersimplify some code using new predicates
2008-01-07 Chris Lattneradd some mroe comments, add a isImplicitDef() method...
2008-01-07 Chris Lattnerrename hasVariableOperands() -> isVariadic(). Add...
2008-01-07 Chris LattnerMove M_* flags down in the file. Move SchedClass up...
2008-01-07 Chris Lattnerremove a dead field.
2008-01-07 Chris Lattnerthe name field of instructions is never set to a non...
2008-01-07 Chris Lattnerno need to explicitly clear these fields.
2008-01-07 Gordon HenriksenRemoving a leaked file.
2008-01-07 Chris LattnerMove a bunch more accessors from TargetInstrInfo to...
2008-01-07 Chris Lattnerremove MachineOpCode typedef.
2008-01-07 Chris Lattnerremove some uses of MachineOpCode, move getSchedClass
2008-01-07 Chris LattnerAdd predicates methods to TargetOperandInfo, and switch...
2008-01-07 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2008-01-07 Gordon HenriksenDeleting an empty file. Thanks, /usr/bin/patch!
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-07 Owen AndersonUpdate CodeGen for MRegisterInfo --> TargetInstrInfo...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-07 Gordon HenriksenAmmending r45669 with a missing file.
2008-01-07 Gordon HenriksenWith this patch, the LowerGC transformation becomes the
2008-01-07 Gordon HenriksenEnabling the target-independent garbage collection...
2008-01-06 Chris LattnerThe pic base can't be duplicated.
2008-01-06 Chris Lattnerrename isLoad -> isSimpleLoad due to evan's desire...
2008-01-06 Gordon HenriksenModify Makefile.rules to allow makefiles to prepend...
2008-01-06 Chris Lattnerimprove description of alignment, patch by Alain Frisch.
2008-01-06 Chris LattnerFix typo noticed by 'Danny' in PR1901
2008-01-06 Chris Lattnerback out accidental commit.
2008-01-06 Chris Lattnerfix an accidental commit that broke all the testers :(
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-06 Chris Lattnerrename isStore -> mayStore to more accurately reflect...
2008-01-06 Duncan SandsRemove an unused variable.
2008-01-06 Chris LattnerChange the 'isStore' inferrer to look for 'SDNPMayStore'
2008-01-06 Chris Lattnerremove explicit isStore flags that are now inferrable.
2008-01-06 Chris Lattnerremove some isStore flags that are now inferred automat...
2008-01-06 Chris Lattnerdescribe isStore and simplify the implementation of...
2008-01-06 Chris Lattnerset the 'isstore' flag for instructions whose pattern...
2008-01-06 Nick LewyckyAccept both %y, %x and %x, %y as valid answers.
2008-01-06 Chris Lattnerremove some old hacky code that tried to infer whether...
2008-01-06 Chris Lattnerrearrange some code to allow inferring instr info from...
2008-01-06 Chris Lattnerimprove const correctness.
2008-01-06 Chris LattnerSplit the impl of CodeGenInstruction out to its own...
2008-01-06 Chris Lattnerfinal cleanups.
2008-01-06 Chris Lattnerfurther simplifications and cleanup
2008-01-06 Chris Lattnersimplify some code
2008-01-06 Chris Lattnerrename CodegenDAGPatterns -> CodeGenDAGPatterns
2008-01-06 Chris Lattnersplit enum emission out from InstrInfoEmitter into...
2008-01-05 Chris Lattnerfix build on case sensitive file systems.
2008-01-05 Bill WendlingFix comment.
2008-01-05 Chris Lattnermake this build with newer gcc's
2008-01-05 Chris Lattnernow that computing CodegenDAGPatterns doesn't implicitl...
2008-01-05 Chris Lattnermove Node Transformation printing from CodeGenDAGPatter...
2008-01-05 Chris Lattnermove predicate printing code from CodeGenDAGPatterns...
2008-01-05 Chris Lattnerfix a fixme by improving const correctness.
2008-01-05 Chris Lattnerchange getQualifiedName to be a global function.
2008-01-05 Nate BegemanRemove an incorrect optimization that is performed...
2008-01-05 Nate BegemanIf custom lowering of insert element fails, the result...
2008-01-05 Chris LattnerFix build issue on certain compilers.
2008-01-05 Gordon HenriksenRefactoring the x86 and x86-64 calling convention imple...
next