testing
[oota-llvm.git] / lib / Target / X86 /
2004-08-01 Chris LattnerFix a warning
2004-08-01 Chris LattnerConvert all I<> instructions to asmformat.
2004-08-01 Chris LattnerEliminate 3 of the X86 printImplicit* flags.
2004-08-01 Chris LattnerGet rid of 3 of the 4 'printimplicit' flags. Implicit...
2004-08-01 Chris LattnerConvert more instructions over to the asmprinter
2004-08-01 Chris LattnerHandle registers a bit more efficiently
2004-08-01 Chris Lattnergive FP stack registers names
2004-08-01 Chris LattnerSwitch more instructions over to using the asmprinter...
2004-08-01 Chris LattnerThe tblgen'erated asmparser wants a way to print operands.
2004-08-01 Chris LattnerRename the Printer class -> X86AsmPrinter.
2004-08-01 Chris LattnerFactor a bunch of the rules and add support for generat...
2004-08-01 Chris LattnerSpecify an asm string and operands lists for a bunch...
2004-08-01 Chris LattnerCompletely disable the pattern isel until it is more...
2004-08-01 Chris LattnerEntirely eliminate all patterns and expanders from...
2004-08-01 Chris LattnerRemove obsolete file
2004-07-31 Alkis EvlogimenosAlign breaks.
2004-07-31 Chris LattnerAdd breaks
2004-07-31 Alkis EvlogimenosSimplify code a bit.
2004-07-31 Alkis EvlogimenosCorrectly spell 'unconditional'.
2004-07-31 Alkis EvlogimenosImplement insertGoto and reverseBranchCondition for...
2004-07-31 Chris LattnerMark barrier instructions. Execution does not fall...
2004-07-26 Misha BrukmanFix indentation: should be 2 spaces.
2004-07-26 Misha BrukmanFix file header as it has been renamed.
2004-07-26 Misha BrukmanRenamed files to have the `X86' prefix for uniqueness...
2004-07-22 Chris LattnerRemove some (LARGE) abandoned code for the release...
2004-07-21 Chris LattnerFix cases where we generated horrible code like this:
2004-07-19 Chris LattnerWhile I'm at it, don't break codegen of mul by 3,5,9.
2004-07-19 Chris LattnerGenerate better code for multiplies by negative constan...
2004-07-18 Reid Spencerbug 122:
2004-07-17 Chris LattnerMake sure to emit the immediate byte for instructions...
2004-07-17 Chris LattnerReserve the correct amt of space.
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-07-15 Chris LattnerImprove codegen for the LLVM offsetof/sizeof "operator...
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-02 Chris LattnerRemove dead blocks
2004-06-29 Misha BrukmanFix associativity of parameters to assert(): now it...
2004-06-29 Misha BrukmanConvert tabs to spaces.
2004-06-29 Chris LattnerI believe that the code generator now properly handles...
2004-06-29 Chris LattnerFix a regression from r1.224. In particular, codegen...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-21 Misha BrukmanSpell out `NoFramePointerElim' for readability.
2004-06-21 Misha BrukmanUse the common `NoFPElim' setting instead of our own.
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-18 Chris LattnerCodegen sub C, X a little bit better for register press...
2004-06-18 Chris LattnerFold setcc instructions into select and branches that...
2004-06-17 Chris LattnerDo not fold loads into instructions if it is used more...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Chris LattnerRemove support for llvm.isnan. Alkis wins :)
2004-06-15 Chris LattnerAdd basic support for the isunordered intrinsic. The...
2004-06-11 Chris LattnerBy far, one of the most common uses of isnan is to...
2004-06-11 Chris LattnerFix bug in previous checkin
2004-06-11 Chris LattnerNo really, these are dead now
2004-06-11 Chris LattnerNow that compare instructions aren't lumped in with...
2004-06-11 Chris LattnerIntroduce a new FP instruction type to separate the...
2004-06-11 Chris LattnerAdd direct support for the isnan intrinsic, implementin...
2004-06-11 Chris LattnerAdd support for the setp instructions
2004-06-11 Chris LattnerSplit compare instruction handling OUT of handleTwoArgF...
2004-06-10 Chris LattnerFix the fixed stack offset, patch contributed by Vladim...
2004-06-09 John CriswellFix for PR#366. We use getClassB() so that we can...
2004-06-04 Chris LattnerThis file is obsolete
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-05-23 Chris LattnerAdd some notes to myself, no functional changes
2004-05-23 Chris Lattnerminor wording change
2004-05-14 Brian GaekeDon't keep track of references to LLVM BasicBlocks...
2004-05-14 Brian GaekeSupport MachineBasicBlock operands on RawFrm instructions.
2004-05-14 Brian GaekeGenerate branch machine instructions with MachineBasicB...
2004-05-13 Chris LattnerTwo more improvements for null pointer handling: storin...
2004-05-13 Chris LattnerSecond half of my fixed-sized-alloca patch. This folds...
2004-05-13 Chris LattnerSubstantially improve code generation for address expos...
2004-05-12 Chris LattnerPass boolean constants into function calls more efficie...
2004-05-10 Chris LattnerFix a fairly serious pessimizaion that was preventing...
2004-05-09 Chris LattnerFix some comments, avoid sign extending booleans when...
2004-05-09 Chris LattnerGenerate more efficient code for casting booleans to...
2004-05-07 Chris LattnerCodegen floating point stores of constants into integer...
2004-05-07 Chris LattnerMake comparisons against the null pointer as efficient...
2004-05-04 Chris LattnerRemove unneeded check
2004-05-04 Chris LattnerImprove signed division by power of 2 *dramatically...
2004-05-04 Chris LattnerImprove code generated for integer multiplications...
2004-05-01 Chris LattnerRemove unused #include
2004-05-01 Chris LattnerIterate over the Machine CFG that Brian added instead...
2004-04-28 Brian GaekeMake RequiresFPRegKill() take a MachineBasicBlock arg.
2004-04-28 Brian GaekeIn InsertFPRegKills(), use the machine-CFG itself rathe...
2004-04-28 Brian GaekeUpdate the machine-CFG edges whenever we see a branch.
2004-04-23 Brian GaekeUse emitWordAt() to emit forward-branch fixups.
2004-04-14 John CriswellRemove code to adjust the iterator for llvm.readio...
2004-04-14 Chris LattnerThis is the real fix for Codegen/X86/2004-04-13-FPCMOV...
2004-04-13 John CriswellAdded support for the llvm.readio and llvm.writeio...
2004-04-13 Chris LattnerImplement a small optimization, which papers over the...
2004-04-13 Chris LattnerEmit the immediate form of in/out when possible.
2004-04-13 Chris LattnerAdd immediate forms of in/out. Use let to shorten...
2004-04-13 Chris LattnerAdd support for new instruction type
2004-04-13 Chris LattnerAdd support for the printImplicitDefsBefore flag
2004-04-12 Chris LattnerFix issues that the local allocator has dealing with...
2004-04-12 Chris LattnerNo really, fix printing for LLC. I gotta get a way...
2004-04-12 Chris LattnerCorrect printing for LLC and the encoding for the JIT
2004-04-12 Chris LattnerUse the fucomi[p] instructions to perform floating...
next