1. Add a pass to fold debug label instructions so a debug info client can detect
[oota-llvm.git] / lib / Target /
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-06 Chris Lattneradd a note
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-03 Chris LattnerDescribe PPC predicates, which are a pair of CR# and...
2006-11-03 Chris Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-11-03 Chris Lattnerremove dead vars
2006-11-03 Chris Lattneradd a note
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Evan ChengDead code.
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings
2006-11-03 Reid SpencerMake CBackend -pedantic clean.
2006-11-02 Chris Lattnerfix a bug reid noticed
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Rafael Espindolamove ARMCondCodeToString to ARMAsmPrinter.cpp
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Rafael Espindolaprint null values in bss
2006-11-01 Rafael Espindolaimplement zextload bool and truncstore bool
2006-11-01 Evan ChengFix ldmxcsr JIT encoding.
2006-11-01 Evan ChengAdd constraints to Instruction class.
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Evan ChengNuke dead code.
2006-10-31 Chris Lattnerallow the address of a global to be used with the ...
2006-10-31 Chris Lattnerimplement the 'c' inline asm modifier character
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Chris Lattnerhandle "st" as "st(0)"
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Chris Lattnerfix wonky indentation
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-28 Chris Lattneradd another target hook for branch folding.
2006-10-28 Evan ChengDoh. Must check if GV is constant first before putting...
2006-10-28 Evan ChengDoh. Must check if GV is constant first.
2006-10-28 Chris Lattnerdon't dist internal readme
2006-10-28 Chris Lattnerdon't dist internal readme's
2006-10-28 Chris Lattnerdon't distribute internal readme's
2006-10-28 Reid SpencerMake sure all the readme files get distributed.
2006-10-27 Chris Lattnerthis doesn't occur any more in mason
2006-10-27 Chris Lattnerthe code in question is now:
2006-10-27 Evan ChengFixed a significant bug where unpcklpd is incorrectly...
2006-10-27 Evan ChengFix for PR968: expand vector sdiv, udiv, srem, urem.
2006-10-27 Reid SpencerInitialize CStringSection member var.
2006-10-26 Evan ChengChange load PatFrag to ignore indexed load.
2006-10-26 Evan ChengPlace cstrings in .cstring section.
2006-10-26 Evan ChengPut cstrings in .cstring section when compiling for...
2006-10-26 Rafael Espindolainitial support for frame pointers
2006-10-26 Reid SpencerEnclose a case in { and } so that the pickier compilers...
2006-10-26 Reid SpencerFor PR950:
2006-10-25 Evan ChengDuring vector shuffle lowering, we sometimes commute...
2006-10-25 Evan ChengX86ISD::PEXTRW 3rd operand type is always target pointe...
2006-10-25 Evan ChengRemove -disable-x86-shuffle-opti
2006-10-24 Devang PatelMove getPreferredAlignmentLog from AsmPrinter to TargetData
2006-10-24 Rafael Espindolaexpand ISD::VACOPY
2006-10-24 Chris LattnerFix CodeGen/IA64/ret-0.ll, which has apparently been...
2006-10-24 Rafael Espindolafix warning about missing newline at end of file
2006-10-24 Chris Lattnerimplement uncond branch insertion, mark branches with...
2006-10-24 Chris Lattnerimplement uncond branch insertion for the branch foldin...
2006-10-24 Chris Lattnerimplement uncond branch insertion so alpha works work...
2006-10-24 Chris Lattnerimplement uncond branch insertion for sparc to fix...
2006-10-24 Chris Lattnernew bad case
2006-10-24 Chris LattnerAdd intrinsics for the rest of the DCB* instructions.
2006-10-23 Rafael Espindolaimplement STRB and STRH
2006-10-23 Rafael Espindolaexpand ISD::MEMSET
2006-10-22 Chris Lattnerthis part implemented.
2006-10-22 Anton KorobeynikovDo section switching right way for Mingw\Cygwin and...
2006-10-22 Reid SpencerDon't generate a prototype for _setjmp. At least on...
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerImplement support for branch condition reversal.
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-21 Chris Lattnerallow insertion of a conditional branch with fall-through
2006-10-21 Chris Lattnerupdate assert message
2006-10-20 Chris Lattnerbugfix
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
2006-10-20 Reid SpencerFor PR950:
2006-10-19 Rafael Espindolause Pat to implement extloadi8 and extloadi16
2006-10-19 Rafael Espindolaimplement undef
next