Switch over to tablegen generated header files
[oota-llvm.git] / lib / Target / X86 /
2003-08-03 Chris LattnerSwitch over to tablegen generated header files
2003-08-03 Chris LattnerSwitch over to TableGen generated register file description
2003-08-03 Chris LattnerInitial checkin of X86.td file
2003-08-03 Chris LattnerInitial checkin of X86 Register File description
2003-08-03 Chris LattnerFix typeos in comments
2003-08-01 Chris LattnerMove DEBUG to Debug.h
2003-08-01 Chris LattnerThis method is long dead
2003-07-31 Chris LattnerRemove more obsolete comments
2003-07-31 Misha BrukmanChanged pointer to the JIT code to its current location...
2003-07-31 Brian GaekeI think local symbols in X86 GAS have to start with...
2003-07-30 Chris LattnerUse target specific interface instead of forcing it...
2003-07-29 Chris LattnerMove "register flags" definition the type of registers...
2003-07-26 Chris LattnerRename function to be more consistent with filename
2003-07-26 Chris LattnerWe don't modify the LLVM rep, remain const correct
2003-07-26 Chris LattnerIf the pass changes _anything_ it must return true
2003-07-24 Brian GaekeUse unified CWriter-X86/Printer name mangler. Do not...
2003-07-24 Brian GaekeIt doesn't appear that we need to #include these.
2003-07-24 Brian GaekeConstify most methods. We could have constified doIniti...
2003-07-23 Brian GaekePrinter.cpp: Ditch addRequired/getAnalysis, because...
2003-07-23 Brian GaekeAdd, rewrite, and/or reformat many comments.
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-18 Brian GaekePlease, save your applause^H^H^H^H^H^H^H^Hflames for...
2003-07-17 Brian GaekeUse getClassB for load and store; we don't want to...
2003-07-11 Brian GaekeIf we have a constant pointer reference to a function...
2003-07-11 Brian GaekeFix some serious floating-point bugs (fixes test cases...
2003-07-07 Brian GaekeInsert workaround for GAS bug in assembling FLD/FSTP...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerSetjmp should always return zero if we don't implement...
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-26 Brian GaekeNumber constants from constant pool as CPIf_i where...
2003-06-25 Brian GaekeIntegrate the C writer's name mangler.
2003-06-25 Brian GaekeFirst draft of X86 LLC backend. This should be OK for...
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerAdd IMULr16 & IMULr32 instructions
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-19 Brian GaekeFix output bug: Intel asm comment character is #, not ;.
2003-06-19 Brian GaekeRECAPITALIZE all the names of pseudo-instructions,...
2003-06-19 Brian GaekeRename many instructions to their Intel asm-compatible...
2003-06-19 Brian GaekeAdd Initialization and Finalization methods for the...
2003-06-18 Brian Gaekelib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-06 Chris LattnerFix warnings on Sparc
2003-06-06 Chris LattnerAdd statistic for # machine instrs emitted
2003-06-05 Chris LattnerImplement generation of cmp R, C to not use an extra...
2003-06-05 Chris LattnerSpecial case simple binary operator X op C
2003-06-05 Chris LattnerAdd instructions for (add|sub|and|or|xor)ri(8|16|32)
2003-06-03 Chris LattnerRemove usage of typedef
2003-06-03 Chris LattnerAdd namespace comments for doxygen
2003-06-02 Misha BrukmanEliminated a compiler warning due to casting to a diffe...
2003-06-02 Misha BrukmanRenamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp...
2003-06-01 Chris LattnerMove X86 specific code out of the JIT into the X86...
2003-06-01 Chris Lattner* Implement cast (long|ulong) to bool
2003-06-01 Chris LattnerAdd RR forms of test instruction
2003-06-01 Chris LattnerAdd support for shl and shr for 64 bit integer types
2003-06-01 Chris LattnerAdd definitions for TEST instructions
2003-06-01 Chris LattnerAdd new cmovne32 instruction
2003-05-27 Vikram S. AdveRenamed opIsDef to opIsDefOnly.
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-05-13 Chris LattnerClean up #includes
2003-05-12 Chris LattnerMake abort more explicit
2003-05-12 Chris LattnerRemove the assertion failure of course... doh
2003-05-12 Chris LattnerImplement casts from unsigned integers to floating...
2003-05-12 Chris LattnerMake error messages more useful than jsut an abort
2003-05-12 Chris LattnerDo not insert multiple initializations for the same...
2003-05-09 Chris LattnerThis blank line has GOT to go.
2003-05-08 Chris LattnerAdd support for Add, Sub, And, Or, & Xor constant exprs
2003-05-08 Chris LattnerAdd support for variable argument functions!
2003-05-07 Chris LattnerIMPLICIT_DEF was not the beautiful elegant solution...
2003-05-06 Chris LattnerEmit pseudo instructions to indicate that some register...
2003-05-06 Chris LattnerDon't have a cow with new pseudo instructions
2003-05-06 Chris LattnerAdd two new pseudo instructions
2003-05-03 Misha BrukmanThe Hyphenation-Adding Committee is now in session.
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerFix bogus assert
2003-04-25 Chris LattnerFix compatibility bug: X86 aligns doubles to 4 bytes...
2003-04-23 Chris LattnerFix iterator invalidation problem with cast instructions
2003-04-23 Chris LattnerImplement the constantexpr CAST instruction correctly
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-04-22 Misha BrukmanIt's "necessary"...
2003-04-22 Misha BrukmanIt's "necessary" to spell "necessarily" correctly.
2003-04-21 Chris LattnerAdd support for a simple constantexpr: cast of one...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-01-16 Chris LattnerDon't emit unneccesary branch instructions!
2003-01-16 Chris LattnerFix problem with invalidated iterator
2003-01-16 Chris LattnerImplement optimization folding setcc into branch.
2003-01-16 Chris LattnerAdd more flavors of branch instructions
2003-01-16 Chris LattnerImplement code to keep the stack pointer aligned to...
2003-01-15 Chris LattnerHandle frame offset due to return address pushed on...
2003-01-15 Chris LattnerX86 backend should never use addMReg
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerNew files
2003-01-13 Chris Lattner* No longer need lowerallocation pass
2003-01-13 Chris Lattnerrename FP -> fp*
2003-01-13 Chris Lattner* Move frame and constant pool indexes to first argumen...
2003-01-13 Chris Lattner* Some instructions take 64 bit integers, add an Arg...
2003-01-13 Chris Lattner* Function calls clobber fp registers
next