oota-llvm.git
2008-01-02 Nick LewyckyDon't be rude, emit debugging info where asked to.
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerMake MachineRegisterInfo::getVRegDef more efficient...
2008-01-01 Chris Lattnerswitch the register iterator to act more like hte LLVM...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2008-01-01 Chris LattnerAdd a trivial but handy function to efficiently return...
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2008-01-01 Chris LattnerFix a bug in my previous patch: refer to the impl not...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Chris LattnerFactor out makefile dependency generation better.
2007-12-31 Duncan SandsFix PR1833 - eh.exception and eh.selector return two
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-31 Chris Lattnerproperly encapsulate the parent field of MBB and MI...
2007-12-31 Chris Lattnerupdate a couple of references to SSARegMap.
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-31 Gordon HenriksenRemoving obsolete files from the Xcode project.
2007-12-30 Chris Lattnerslightly simplify and document SSARegMap.
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Gordon HenriksenAnother backwards compatibility fix.
2007-12-30 Chris Lattner- rename opType -> OpKind and contents -> Contents.
2007-12-30 Chris LattnerMore cleanups for MachineOperand:
2007-12-30 Chris LattnerMachineOperand:
2007-12-30 Chris Lattnerfix typo duncan noticed!
2007-12-30 Chris Lattnersimpilfy some register printing code.
2007-12-30 Chris Lattnereliminate a copy of the machineoperand printing stuff...
2007-12-30 Chris LattnerSimplify and clean up some machine operand/instr printi...
2007-12-30 Chris Lattnertwo register machineoperands are not identical unless...
2007-12-30 Chris LattnerMachineOperand::getImmedValue -> MachineOperand::getImm
2007-12-30 Chris LattnerUse MachineOperand::getImm instead of MachineOperand...
2007-12-30 Gordon HenriksenTrying r45451 again, but this time warning-free on...
2007-12-30 Gordon HenriksenRemove some lines that are nonportable to Ocaml 3.06.
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-30 Chris Lattnermake machine operands fatter: give each one an up-point...
2007-12-30 Gordon HenriksenStrengthening this test so it fails in release mode.
2007-12-30 Chris Lattnersplit machineoperand out into its own header file.
2007-12-30 Bill WendlingIf we have a load of a global address that's not modifi...
2007-12-30 Chris Lattnerremove unneeded #includes.
2007-12-30 Chris Lattnerremove a bunch of now-dead methods.
2007-12-30 Chris Lattneruse simplified operand addition methods.
2007-12-30 Chris Lattneruse simplified operand addition methods.
2007-12-30 Chris Lattneruse simplified operand addition methods.
2007-12-30 Chris Lattnermake offset operand optional.
2007-12-30 Chris LattnerShrinkify the machine operand creation method names.
2007-12-30 Chris LattnerStart using the simplified methods for adding operands.
2007-12-30 Chris Lattnerswitch MIBuilder over to use the simplified operand...
2007-12-30 Chris Lattner1. Make a static MachineOperand::create* method for...
2007-12-30 Chris Lattnertblgen shouldn't include headers from llvm codegen.
2007-12-30 Chris Lattnersimplify some code by factoring operand construction...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerregenerate
2007-12-29 Chris Lattnerremove attributions
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris Lattnerthis is done.
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris Lattnerupgrade this test
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Christopher... Disable null pointer folding transforms for non-generic...
2007-12-29 Chris Lattnermake sure not to zap volatile stores, thanks a lot...
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattnerdon't fold fp_round(fp_extend(load)) -> fp_round(extload)
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-29 Chris LattnerDelete a store whose input is a load from the same...
2007-12-29 Chris Lattneradd a note
2007-12-29 Chris Lattnerexpand note.
2007-12-29 Chris Lattnerdead calls to llvm.stacksave can be deleted, even thoug...
2007-12-29 Chris Lattnerupgrade this test
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Owen AndersonAdd a testcase for my recent InstCombine fix, written...
2007-12-28 Owen AndersonRepair a transform that Chris noticed a bug in. Thanks...
2007-12-28 Chris Lattnerdisable this instcombine xform, it miscompiles:
2007-12-28 Chris Lattneradd a note
2007-12-27 Anton KorobeynikovIgnore functions with internal linkages during linking...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-26 Gordon HenriksenAdding an uninitialized builder constructor to the...
2007-12-26 Chris Lattnerone fewer uncond branch with my codegenprepare hack...
2007-12-26 Gordon HenriksenTests for changes made in r45356, where IPO optimizatio...
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-12-25 Chris Lattnerupdate to llvm 2.0 syntax.
2007-12-25 Chris LattnerDon't break critical edges for single-bb loops, this...
2007-12-25 Seo SanghyeonActually parse q operation in llvm-ar
2007-12-25 Gordon HenriksenDisabling -g for ocaml builds; it's not downwards compa...
2007-12-25 Gordon HenriksenGC poses hazards to the inliner. Consider:
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-24 Owen AndersonFlesh out the Briggs implementation a little bit more...
next