Add the new InstrSched directory.
[oota-llvm.git] / lib / Target / X86 /
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Chris LattnerThe person who was planning to add SSE support isn...
2004-10-08 Chris LattnerFix a major regression from the bugfix for 2004-10...
2004-10-08 Chris LattnerFix bug: 2004-10-08-SelectSetCCFold.llx. Normally...
2004-10-06 Chris LattnerRemove debugging code, fix encoding problem. This...
2004-10-06 Chris LattnerCodegen signed mod by 2 or -2 more efficiently. Instea...
2004-10-06 Chris LattnerFix a scary bug with signed division by a power of...
2004-10-06 Chris LattnerCodegen signed divides by 2 and -2 more efficiently...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-04 Chris LattnerConvert some missed patterns to support AT&T style
2004-10-04 Chris LattnerApparently the GNU assembler has a HUGE hack to be...
2004-10-04 Chris LattnerFix incorrect suffix
2004-10-04 Chris LattnerFix some more missed suffixes and swapped operands
2004-10-04 Chris LattnerAdd missing suffixes to FP instructions for AT&T mode
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-10-03 Chris LattnerAdd support to the instruction patterns for AT&T style...
2004-09-21 Alkis EvlogimenosThe real x87 floating point registers should not be...
2004-09-21 Misha Brukmans/ISel/X86ISel/ to have unique class names for debuggin...
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-15 Misha BrukmanFit long lines into 80 cols via creative space elimination
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-12 Misha BrukmanFix filename: Printer.cpp has become X86AsmPrinter.cpp
2004-09-08 Alkis EvlogimenosUse a shorter form to express implicit use/defs in...
2004-09-08 Alkis EvlogimenosA call instruction should implicitely define ST0 since...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-08-24 Chris LattnerAdd -sse[,2,3] arguments to LLC
2004-08-24 Chris LattnerNuke commented out stuff
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment for consistency
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-18 Chris LattnerRename var
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
2004-08-17 Chris LattnerUse the AsmPrinter emitGlobalConstant.
2004-08-16 Chris LattnerStart using the AsmPrinter to emit our first class...
2004-08-15 Chris LattnerDisable the pattern isel
2004-08-15 Chris LattnerCode insertion methods now return void instead of an...
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-14 Nate BegemanEliminate MachineFunction& argument from eliminateFrame...
2004-08-11 Chris LattnerRemove a bunch of ad-hoc target-specific flags that...
2004-08-11 Chris LattnerRemove a dead method
2004-08-11 Chris LattnerFinally, the entire instruction asmprinter is now gener...
2004-08-11 Chris LattnerAdd asmprintergen support for the last X86 instruction...
2004-08-11 Chris LattnerThis file is long dead
2004-08-11 Chris LattnerScrunch memoperands, add a few more for floating point...
2004-08-11 Chris LattnerMove hacks up
2004-08-11 Chris LattnerMake FPI take asm string and operand list
2004-08-11 Chris LattnerNuke the Im*i* patterns, by asmprintergenifying all...
2004-08-11 Chris LattnerX86 instructions that read-modify-write memory are...
2004-08-11 Chris LattnerGet rid of the Im8, Im16, Im32 classes, converting...
2004-08-11 Chris LattnerRemove dead method
2004-08-11 Chris LattnerConvert asmprinter to new style of instruction printer
2004-08-10 Chris LattnerThis is purely a formatting patch that gets us closer...
2004-08-10 Chris LattnerDrop the first argument of FPI, and asmprinterify fxch
2004-08-10 Chris LattnerThis purely mechanical patch gives the "I" tblgen class...
2004-08-10 Chris LattnerConvert Ii32 instructions over to use the asmprinter...
2004-08-10 Chris LattnerConvert the Ii16 instructions over
2004-08-10 Chris LattnerConvert all Ii8 instructions over to the autogenerated...
2004-08-04 Alkis EvlogimenosStop using getValues().
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.
next