aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2006-11-04Go through all kinds of trouble to mark 'blr' as having a predicate operandChris Lattner
2006-11-03Describe PPC predicates, which are a pair of CR# and condition.Chris Lattner
2006-11-03initial steps to getting the predicate on PPC::BLR right.Chris Lattner
2006-11-03remove dead varChris Lattner
2006-11-03remove dead/redundant varsChris Lattner
2006-11-03remove redundant/dead varsChris Lattner
2006-11-03remove dead varsChris Lattner
2006-11-03add a noteChris Lattner
2006-11-03revert previous patchRafael Espindola
2006-11-03Dead code.Evan Cheng
2006-11-03add createCFGSimplificationPass to ARMTargetMachine::addInstSelectorRafael Espindola
2006-11-03silence warningChris Lattner
2006-11-03silence warnings.Chris Lattner
2006-11-03silence warningChris Lattner
2006-11-03silence warningsChris Lattner
2006-11-03Make CBackend -pedantic clean.Reid Spencer
2006-11-02fix a bug reid noticedChris Lattner
2006-11-02For PR786:Reid Spencer
2006-11-02move ARMCondCodeToString to ARMAsmPrinter.cppRafael Espindola
2006-11-02fix 2006-11-01-vastart.llAndrew Lenharth
2006-11-02For PR950:Reid Spencer
2006-11-02Implement the getRegForInlineAsmConstraint method for PPC. With recentChris Lattner
2006-11-01RenameEvan Cheng
2006-11-01Added getTiedToSrcOperand() to check for two-address'ness.Evan Cheng
2006-11-01print null values in bssRafael Espindola
2006-11-01implement zextload bool and truncstore boolRafael Espindola
2006-11-01Fix ldmxcsr JIT encoding.Evan Cheng
2006-11-01Add constraints to Instruction class.Evan Cheng
2006-10-31more shotenningAndrew Lenharth
2006-10-31Nuke dead code.Evan Cheng
2006-10-31allow the address of a global to be used with the "i" constraint when inChris Lattner
2006-10-31implement the 'c' inline asm modifier characterChris Lattner
2006-10-31Let us play simplify the td file (and fix a few missed sub and mul patterns).Andrew Lenharth
2006-10-31handle "st" as "st(0)"Chris Lattner
2006-10-31Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner
2006-10-31Add all that branch mangling niftinessAndrew Lenharth
2006-10-31add support for calling functions when the caller has variable sized objectsRafael Espindola
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-31Unbreaking static ctors patch.Anton Korobeynikov
2006-10-31Make this compile again.Reid Spencer
2006-10-31Apply Aton's LLVM patch for PR973: Linux ctors / dtors support.Evan Cheng
2006-10-30fix miscompilation of llvm.isunordered, where we branched on the oppositeChris Lattner
2006-10-30Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer
2006-10-30fix wonky indentationChris Lattner
2006-10-30All targets expand BR_JT for now.Evan Cheng
2006-10-28implement the BlockHasNoFallThrough hookChris Lattner
2006-10-28add another target hook for branch folding.Chris Lattner
2006-10-28Doh. Must check if GV is constant first before putting it in .cstring.Evan Cheng
2006-10-28Doh. Must check if GV is constant first.Evan Cheng
2006-10-28don't dist internal readmeChris Lattner