Added option -enable-finite-only-fp-math. When on, the codegen can assume that
[oota-llvm.git] / lib / Target /
2006-05-23 Evan ChengAdded option -enable-finite-only-fp-math. When on,...
2006-05-23 Rafael Espindolaimplement minimal versions of
2006-05-22 Evan ChengA isel deficiency.
2006-05-21 Evan ChengBack out indirect branch load folding hack. It broke...
2006-05-21 Chris LattnerAdd a note
2006-05-20 Owen AndersonMake TargetData strings less redundant.
2006-05-20 Chris LattnerFix a parsing bug that caused 7 llvm-test regressions...
2006-05-20 Evan Cheng- Use of load's chain result should be redirected to...
2006-05-20 Evan ChengA new entry
2006-05-20 Evan ChengMissing break statements.
2006-05-20 Evan ChengRemove unused patterns.
2006-05-20 Evan ChengHandle indirect call which folds a load manually. This...
2006-05-20 Owen AndersonSparc is big-endian.
2006-05-20 Owen AndersonMake all of the TargetMachine subclasses use the new...
2006-05-19 Chris LattnerCSRet allows varargs
2006-05-19 Chris LattnerAdd a note
2006-05-19 Chris LattnerAdd a note
2006-05-19 Chris LattnerSplit the SSE readme items out into their own README.
2006-05-19 Chris LattnerSplit FP-stack notes out of the main readme. Next...
2006-05-19 Chris LattnerMove a target-independent note out of the X86 readme.
2006-05-19 Chris LattnerParticularly ugly code.
2006-05-19 Evan ChengThese can be transformed into lea as well. Not that...
2006-05-19 Evan Cheng- Use exact-width integer types, e.g. int32_t, to avoid...
2006-05-19 Evan ChengExplicitly specify MOV32mi can only be used store 32...
2006-05-18 Rafael Espindolaimplement movri
2006-05-18 Evan ChengAdded a Flags field to TargetOperandInfo. Currently...
2006-05-18 Chris Lattneradd a note
2006-05-18 Chris Lattneradd a note
2006-05-18 Andrew LenharthFix a bogus gcc warning
2006-05-18 Evan ChengImmMask should be 3 for a two-bit field; Compact X86II
2006-05-18 Evan ChenggetCalleeSaveRegs and getCalleeSaveRegClasses are no...
2006-05-18 Evan ChengRemove CalleeSavedRegisters from class Target.
2006-05-17 Owen AndersonFix a stupid bug when parsing TargetData strings.
2006-05-17 Evan ChengUse generic iPTR instead i32 to represent pointer type.
2006-05-17 Evan ChengAnother entry
2006-05-17 Evan ChengRemove PointerType from class Target
2006-05-17 Andrew LenharthFix call_adj.ll
2006-05-17 Andrew LenharthAdded sanity check for obviously bogus immediates
2006-05-17 Evan ChengShould pass by reference.
2006-05-17 Evan ChengAnother entry
2006-05-17 Chris LattnerAdd a note about a note
2006-05-17 Chris LattnerMake PPC call lowering more aggressive, making the...
2006-05-17 Chris LattnerSwitch PPC over to a call-selection model where the...
2006-05-17 Chris Lattner3 changes, 2 of which are cleanup one of which changes...
2006-05-16 Chris Lattnerimplement passing/returning vector regs to calls, at...
2006-05-16 Chris LattnerInstead of implementing LowerCallTo directly, let the...
2006-05-16 Chris LattnerSimplify the argument counting logic by only incrementi...
2006-05-16 Chris LattnerSimplify the dead argument handling code.
2006-05-16 Chris LattnerVector args passed in registers don't reserve stack...
2006-05-16 Chris LattnerSwitch the PPC backend over to using FORMAL_ARGUMENTS...
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-16 Chris LattnerImplement the custom lowering hook right, returning...
2006-05-16 Chris LattnerFix a bug I introduced yesterday, which broke functions...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-16 Chris LattnerFit in 80 cols
2006-05-15 Rafael Espindolaadd an abort after every assert(0)
2006-05-15 Chris LattnerImprove comment, patch provided by Vladimir Prus!
2006-05-15 Chris LattnerRemove some dead code, identified by coverity.
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
2006-05-14 Chris LattnerUpdate comment.
2006-05-12 Chris LattnerFix build breakage :(
2006-05-12 Chris LattnerMore coverity fixes
2006-05-12 Chris LattnerDead variable
2006-05-12 Chris LattnerRemove dead var, fix bad override.
2006-05-12 Evan ChengRemove dead code
2006-05-12 Chris LattnerActually override the right method. :)
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Chris LattnerRemove dead variable.
2006-05-12 Chris LattnerFix PowerPC/2006-05-12-rlwimi-crash.ll
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Owen AndersonFix some tabbing issues.
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Evan ChengTypo! How did we commute nodes before?!
2006-05-11 Evan ChengAdd MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to...
2006-05-10 Chris LattnerFix the PowerPC JIT-only failure on UnitTests/Vector...
2006-05-09 Chris LattnerIndent .data/.text in the .s file
2006-05-09 Evan ChengRemove a completed entry.
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerMASM doesn't have one of these.
2006-05-09 Chris LattnerPreserve prior behavior
2006-05-09 Chris LattnerFix the MASM asmprinter's lies. It does not want to...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-09 Chris LattnerSome notes and thoughts to myself
2006-05-08 Chris LattnerAnother bad case I noticed
2006-05-08 Chris Lattneradd a note
2006-05-08 Nate BegemanYet more readme updating
2006-05-08 Nate BegemanNew note about something bad happening in target indepe...
2006-05-08 Nate BegemanProving once again that I am not as smart as the compiler
2006-05-08 Nate BegemanFold more shifts into inserts, and update the README
2006-05-08 Evan ChengFixing truncate. Previously we were emitting truncate...
2006-05-08 Nate BegemanUpdate some stuff now that the new rlwimi code has...
2006-05-07 Evan ChengTypo's
2006-05-07 Nate BegemanNew rlwimi implementation, which is superior to the...
2006-05-06 Jeff CohenFix some loose ends in MASM support.
2006-05-06 Chris LattnerTeach the X86 backend about non-i32 inline asm register...
2006-05-05 Chris LattnerPrint a grouping around inline asm blocks so that we...
next