Adjust to changes in LowerCallTo interface
[oota-llvm.git] / lib / Target / X86 /
2005-01-08 Chris LattnerAdjust to changes in LowerCallTo interface
2005-01-08 Chris LattnerWrap long line.
2005-01-08 Chris LattnerThe X86 instruction selector already handles codegen of:
2005-01-07 Chris LattnerAllow the selection-dag based selector to be diabled...
2005-01-07 Chris LattnerReimplementation of the X86 pattern isel. This is...
2005-01-07 Chris LattnerThis file is now dead.
2005-01-07 Chris LattnerAdd a new prototype
2005-01-06 Chris LattnerCodegen -1 and -0.0 more efficiently. This implements...
2005-01-05 Chris Lattner1. If a double FP constant must be put into a constant...
2005-01-05 Chris LattnerMinor optimization to allocate R8 registers in a better...
2005-01-03 Jeff CohenRevert elimination of global variable hack... still...
2005-01-03 Chris LattnerADC and IMUL are also commutable.
2005-01-02 Jeff CohenEliminate the use of the global variable hack in the...
2005-01-02 Chris LattnerDisable 2->3 address promotion of add and inc instructi...
2005-01-02 Chris LattnerAdd a new method.
2005-01-02 Chris LattnerAdd support for SETNPr to lower to memory form.
2005-01-02 Chris LattnerImplement the convertToThreeAddress method, add support...
2005-01-02 Chris LattnerTwo changes here:
2004-12-17 Chris LattnerRemove unused enum value
2004-12-17 Chris LattnerChange the sentinal
2004-12-17 Chris LattnerCreate a stack slot for the return address lazily inste...
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-12-13 Chris LattnerSet the rounding mode for the X86 FPU to 64-bits instea...
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-03 Chris LattnerFix a regression caused by the previous patch
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-12-02 Chris LattnerConsider 64-bit registers to be FP as well.
2004-12-01 Tanya LattnerReverting this patch:
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
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
next