oota-llvm.git
2006-10-17 Jim LaskeyBasic support for getGlobalLinkName.
2006-10-17 Rafael Espindolaadd FSTD and FSTS
2006-10-17 Rafael Espindolaadd FCPYS and FCPYD
2006-10-17 Jim LaskeyUse S_debug for dwarf info.
2006-10-17 Evan ChengProper fix.
2006-10-16 Evan ChengOne more try.
2006-10-16 Reid SpencerUndo Chris' last patch, it caused a regression.
2006-10-16 Evan ChengUnbreak x86-64 build.
2006-10-16 Evan ChengBe careful when looking through a vbit_convert. Optimiz...
2006-10-16 Rafael Espindolaadd fdivs e fdivd
2006-10-16 Rafael Espindolaexpand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS
2006-10-16 Evan ChengAdded a X86CompilationCallback variant which saves...
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-16 Jim LaskeyPass AliasAnalysis thru to DAGCombiner.
2006-10-16 Chris Lattneradd a ReplaceMBBInJumpTables method
2006-10-16 Jim LaskeyGlobal name regression.
2006-10-16 Rafael Espindoladefine the DFPBinOp class
2006-10-16 Rafael Espindolaadd the FPBinOp class
2006-10-16 Rafael Espindoladefine the Addr1BinOp class
2006-10-16 Rafael Espindoladefine the IntBinOp class and use it to implement the...
2006-10-16 Rafael Espindolafix assembly syntax
2006-10-16 Rafael Espindolaimplement LDRB, LDRSB, LDRH and LDRSH
2006-10-16 Rafael Espindolaimplement smull and umull
2006-10-16 Evan ChengAvoid getting into an infinite loop when -disable-x86...
2006-10-16 Evan ChengSelectScalarSSELoad should call CanBeFoldedBy as well.
2006-10-16 Evan ChengPassing isel root and use operands to ComplexPattern...
2006-10-15 Chris Lattnerregenerate
2006-10-15 Chris LattnerProduce a useful error message for Regression/Verifier...
2006-10-15 Chris Lattnertestcase that causes the asmparser to assert
2006-10-15 Chris Lattnerlabel* is not a valid type, add an assertion.
2006-10-15 Chris Lattnerfix a buggy check that accidentally disabled this xform
2006-10-15 Chris Lattnerclarify
2006-10-15 Reid SpencerDocument the VAArg, and vector instruction opcodes.
2006-10-14 Anton KorobeynikovAlign stack size to DWORD boundary
2006-10-14 Rafael Espindolaexpand ISD::BRCOND
2006-10-14 Rafael Espindolafix some fp condition codes
2006-10-14 Jim LaskeyTidy up after truncstore changes.
2006-10-14 Evan ChengOne cyclic dag a day is good for ya...
2006-10-14 Evan ChengDebug tweak.
2006-10-14 Evan ChengCorrected load folding check. We need to start from...
2006-10-14 Evan ChengStart checking from the root of the matched sub-tree.
2006-10-14 Evan ChengWhen checking if a load can be folded, we check if...
2006-10-14 Chris LattnerMake sure that the node returned by SimplifySetCC is...
2006-10-14 Chris Lattnertestcase for recent dag combiner patch. Before the...
2006-10-14 Chris Lattnerfold setcc of a setcc.
2006-10-14 Chris LattnerWhen SimplifySetCC was moved to the DAGCombiner, it...
2006-10-14 Chris Lattnerdisable this pass for now, it's causing issues
2006-10-14 Chris Lattnerfalling off the end of a function is ok with an unreach...
2006-10-13 Chris Lattnertestcase for recent selectiondag patch
2006-10-13 Jim LaskeyReduce the workload by not adding chain users to work...
2006-10-13 Chris LattnerFix a bug where we incorrectly turned '(X & 0) == 0...
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-13 Chris Lattnerit is easier to implement these when they are virtual
2006-10-13 Chris Lattnerallow branch reversal to fail
2006-10-13 Bill WendlingCorrected formatting.
2006-10-13 Chris Lattneradd the branch folding pass as a late cleanup pass...
2006-10-13 Chris Lattnerreplace the existing branch inspection/modification...
2006-10-13 Chris Lattnerdisable some objectionable code, maybe we can bring...
2006-10-13 Chris Lattnerremove some dead code
2006-10-13 Chris Lattneradd note
2006-10-13 Chris Lattnerset isBarrier correctly
2006-10-13 Chris LattnerCorrectly handle instruction separators.
2006-10-13 Chris LattnerExpose method and ivars for measuring inline asm length...
2006-10-13 Andrew LenharthMove some warnings to debug mode.
2006-10-13 Rafael Espindolaadd FNEGS and FNEGD
2006-10-13 Chris LattnerFix another dtor issue. The function local statics...
2006-10-13 Rafael Espindolaadd SBCS and SUBS
2006-10-13 Rafael Espindolaimplement calls to functions that return long
2006-10-13 Rafael Espindolaimplement unordered floating point compares
2006-10-13 Jim LaskeyWorkaround for templates
2006-10-13 Jim LaskeyClean up dump.
2006-10-13 Chris Lattneravoid a ctor/dtor issue with the ProgramName global.
2006-10-12 Chris Lattnersimplify trivial function
2006-10-12 Evan ChengReally remove dead nodes from isel queue.
2006-10-12 Chris Lattnershrink anon-ns and mark stuff static. No functionality...
2006-10-12 Chris Lattneradd a note
2006-10-12 Chris LattnerLower X%C into X/C+stuff. This allows the 'division...
2006-10-12 Chris Lattnernew testcase
2006-10-12 Evan ChengAdd another cyclic dag test case.
2006-10-12 Evan ChengUse RemoveDeadNode to kill dead node.
2006-10-12 Evan ChengAdd RemoveDeadNode to remove a dead node and its (poten...
2006-10-12 Chris Lattneradd a minor dag combine noticed when looking at PR945
2006-10-12 Evan ChengDoh. This wasn't causing problems by luck.
2006-10-12 Evan ChengSome X86ISD::CMP were created with wrong ValueType's.
2006-10-12 Chris LattnerFix massive resource leaks in the bytecode reader....
2006-10-12 Chris Lattnermark call adjustments as modifying the SP
2006-10-12 Chris Lattneradjcallstack up/down clobbers the sp
2006-10-12 Chris Lattneradjcallstackup/down clobbers the stack pointer
2006-10-12 Chris Lattnermark adjcallstack up/down as clobbering and using the SP
2006-10-12 Chris LattnerMove the Imp tblgen class from the X86 backend to commo...
2006-10-12 Chris Lattnerrestore my previous patch, now that the X86 backend...
2006-10-12 Chris LattnerMark ADJCALLSTACKUP/DOWN as clobbering ESP so that...
2006-10-12 Jim LaskeyD'oh - need to use the rigth kind of store.
2006-10-12 Evan ChengBacking out Chris' last commit. It's breaking llvm...
2006-10-12 Chris Lattnerfix compilation failure of smg2000
2006-10-12 Chris LattnerIf we see a load from a stack slot into a physreg,...
2006-10-12 Evan ChengPrior load folding check on chain operand was too stric...
2006-10-12 Nick LewyckyReplace custom dispatch code with two uses of InstVisit...
2006-10-12 Evan ChengUpdate tests.
next