Reworked branching so we don't handle BAs specially. It just updates the branchTO...
[oota-llvm.git] / lib / Target / X86 /
2004-11-22 Chris LattnerDo not push two return addresses on the stack when...
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
2004-11-21 Chris Lattnerignore generated files
2004-11-20 Chris LattnerRemove all JIT specific code and switch the code genera...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces
2004-11-20 Chris LattnerDescribe the X86 target-specific relocations.
2004-11-20 Chris LattnerWe implement these interfaces
2004-11-19 Chris LattnerDont' forget to switch back to decimal output
2004-11-16 Chris LattnerFix a major bug in the signed shr code, which apparentl...
2004-11-16 Chris LattnerRemove a dead function, which died when we got GAS...
2004-11-16 Chris LattnerImplement a simple FIXME: if we are emitting a basic...
2004-11-16 Chris Lattner* Merge some win32 ifdefs together
2004-11-15 Chris LattnerAdd debug-only=jit printout, so we see when lazily...
2004-11-15 Chris LattnerSimplify and rearrange long shift code
2004-11-14 Misha BrukmanGhostLinkage should not reach asm printing stage
2004-11-13 Chris LattnerDon't print unneeded labels
2004-11-13 Chris Lattnershld is a very high latency operation. Instead of emitt...
2004-11-13 Chris LattnerAdd missing check
2004-11-13 Chris LattnerCompile:
2004-11-10 John CriswellCorrect the name of stosd for the AT&T syntax:
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-02 Chris LattnerFix a warning
2004-11-01 Chris LattnerAdd placeholder variable to make Win32 work, applied...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-16 Chris LattnerTeach the X86 backend about unreachable and undef....
2004-10-15 Chris LattnerInstruction select globals with offsets better. For...
2004-10-15 Chris LattnerGive the X86 JIT the ability to encode global+disp...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-15 Chris LattnerAllow X86 addressing modes to represent globals with...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
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().
next