oota-llvm.git
2008-01-04 Gordon HenriksenQuote a path in the Ocaml makefile which is likely...
2008-01-04 Evan ChengUnbreak tailcall opt in JIT.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-04 Bill Wendling80-column violations.
2008-01-04 Bill WendlingAdd that this preserves some analyses.
2008-01-04 Bill WendlingMove option to enable machine LICM into LLVMTargetMachi...
2008-01-04 Bill WendlingCall the parent's getAnalysisUsage.
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...
2008-01-04 Chris Lattnerremove dead #includes and reorder the rest.
2008-01-04 Chris LattnerFix PR1896
2008-01-04 Chris LattnerChange the builtin matcher to emit a decision tree...
2008-01-04 Chris Lattnerfix nesting issues.
2008-01-04 Chris Lattnerfix validation issues.
2008-01-04 Chris Lattnerimprove the description of types, patch by Alain Frisch
2008-01-04 Chris LattnerDon't let IntrinsicID be uninitialized if it doesn...
2008-01-04 Evan ChengCorrect order of parameters.
2008-01-03 Bill WendlingRemove the default else. This was ending in code that...
2008-01-03 Chris LattnerRemove symbols that don't exist, remove tabs, fix comme...
2008-01-03 Chuck Rose IIIAdding new files to win32 build
2008-01-03 Gordon HenriksenIgnoring output files.
2008-01-03 Chris Lattneradd info on walking preds/succs of a block.
2008-01-03 Gordon HenriksenFirst steps in in X86 calling convention cleanup.
2008-01-03 Duncan SandsTest for handling of large bit offset from a
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
2008-01-03 Chris LattnerFix PR1873, a problem finding stat-related symbols...
2008-01-03 Gordon HenriksenTrying that again.
2008-01-03 Gordon HenriksenFix a compile error on Windows.
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2008-01-03 Chris Lattnerdon't access element zero of an array of size zero.
2008-01-03 Chris LattnerRemove the function attr cache for intrinsics. This...
2008-01-03 Chris LattnerDon't create a new ParamAttrsList (which copies the...
2008-01-03 Duncan SandsAn example for which the TYPE_SIZE was being set from
2008-01-03 Duncan SandsTest handling of records for which the fields are
2008-01-03 Chris Lattnermove some code out of line, rearrange a bit.
2008-01-03 Chris LattnerDisallow copying explicitly.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2008-01-02 Chris Lattneradd missing #include
2008-01-02 Evan ChengX86 PIC JIT bug fix: relocations for constantpool and...
2008-01-02 Chris Lattnerremove blob of #if'd out code.
2008-01-02 Chris Lattnerfix this to use a valid triple.
2008-01-02 Ted KremenekInverted argument order for ImmutableMap::Profile.
2008-01-02 Chris LattnerFix a build issue on cygwin
2008-01-02 Ted KremenekAdded iterator and profiling (i.e. FoldingSetNodeID...
2008-01-02 Chris LattnerFix PR1888, patch by Wilhansen Li.
2008-01-02 Chris LattnerFix a build problem with VC++ by not doing the target...
2008-01-02 Bill WendlingUse the correct MachineRegisterInfo object.
2008-01-02 Bill WendlingMachine LICM will check that operands are defined outsi...
2008-01-02 Bill WendlingRemove dead code.
2008-01-02 Chris Lattnerverify that aligned common support doesn't break.
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2008-01-02 Chris Lattnerleopard and above support alignment for common symbols.
2008-01-02 Bill WendlingUse the new architecture to get the containing machine...
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...
next