oota-llvm.git
2005-12-21 Chris LattnerRewrite FP stackifier support in the X86InstrInfo.td...
2005-12-21 Chris LattnerWrap some long lines: no functionality change
2005-12-21 Chris LattnerEliminate some GCC warnings from the generated code
2005-12-21 Chris Lattnerremove dead code
2005-12-21 Reid SpencerDocument the new -post-link-opts option.
2005-12-21 Chris Lattnernew testcase, fails on X86 and probably others
2005-12-21 Reid SpencerImplement PR512:
2005-12-21 Reid SpencerDocument the new --enable-debug-runtime configure option.
2005-12-21 Reid SpencerImplement fix for PR471:
2005-12-21 Chris LattnerLower ConstantAggregateZero into zeros
2005-12-21 Evan ChengRemove ISD::RET select code. Now tblgen'd.
2005-12-21 Evan Cheng* Added lowering hook for external weak global address...
2005-12-21 Chris LattnerDon't emit a null terminator, nor anything after it...
2005-12-20 Evan ChengSSE2 floating point load / store patterns. SSE2 fp...
2005-12-20 Evan ChengFlip the meaning of FPContractions to reflect Requires...
2005-12-20 Evan ChengFix the semantic of Requires<[cond]> to mean if (!cond...
2005-12-20 Chris LattnerThis ugly patch works around a GCC bug where it is...
2005-12-20 Chris LattnerRun lower-switch after lower-invoke.
2005-12-20 Chris LattnerReserve G1 for frame offset stuff and use it to handle...
2005-12-20 Evan ChengAdded X86 readport patterns.
2005-12-20 Evan ChengNow support instructions with implicit write to non...
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-12-20 Patrick MeredithAdded a break that I meant to include originally, for...
2005-12-20 Chris LattnerFix a nasty latent bug in the legalizer that was trigge...
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-20 Evan ChengLefted out a fix in the previous check in.
2005-12-19 Nate BegemanFix a couple of the FIXMEs, thanks to suggestion from...
2005-12-19 Nate BegemanConvert load/store over to being pattern matched
2005-12-19 Evan ChengX86 conditional branch support.
2005-12-19 Evan ChengPrint out opcode number if it's an unknown target node.
2005-12-19 Evan ChengFix another bug related to chain / flag.
2005-12-19 Evan ChengIt's essential we clear CodeGenMap after isel every...
2005-12-19 Chris LattnerFix a case where the DAG Combiner would accidentally...
2005-12-19 John CriswellAdded the llvm-kernel project to the list of automatica...
2005-12-19 John CriswellPrefix DSA specific options with dsa.
2005-12-19 John CriswellAdded an option to specify the names of heap freeing...
2005-12-19 John CriswellAdded a command line option that allows the user to...
2005-12-19 Jim LaskeyAmend comment.
2005-12-19 Jim LaskeyCreate a strong dependency for loads following stores...
2005-12-19 Chris LattnerFix pifft by correcting the case when a i64/f64 straddl...
2005-12-19 Evan ChengFixes for a number of bugs: save flag results in CodeGe...
2005-12-19 Chris Lattnerdon't emit 'add %o6, 0, %o6' instructions
2005-12-19 Chris LattnerFix calls to functions returning i64
2005-12-19 Chris LattnerCorrect bool truncstore operand order
2005-12-19 Chris Lattneradd the other bool zextload as well
2005-12-19 Chris Lattnerimplement zextload bool
2005-12-19 Chris Lattnermark some unsupported ops as unsupported
2005-12-19 Patrick MeredithThis is a script to extract nodes and edges associated...
2005-12-19 Chris LattnerFix syntax for indirect calls. This fixes Olden/mst
2005-12-19 Chris LattnerKeep stack frames 8-byte aligned. This fixes olden...
2005-12-19 Chris Lattnerapparently rdy isn't actually a psuedo instruction...
2005-12-19 Chris Lattneradd fneg/fabs support for doubles
2005-12-19 Chris LattnerVarious cleanups to this pass, no functionality change
2005-12-19 Chris Lattneradd bool truncstores
2005-12-19 Chris LattnerElimiante SP and FP, which weren't members of the IntRe...
2005-12-18 Chris LattnerMake sure to relegalize new nodes
2005-12-18 Chris LattnerThe sun assembler only supports .xword in V9 mode.
2005-12-18 Chris LattnerConfigure the asmwriter to allow constant pools to...
2005-12-18 Chris Lattneradd support for integer extloads
2005-12-18 Chris LattnerAdd support for undef
2005-12-18 Chris LattnerAdd support for calls to external symbols
2005-12-18 Chris Lattnerwe have no memcpy
2005-12-18 Chris LattnerFix a crash on a call with no arguments
2005-12-18 Jeff CohenKeep VC++ happy.
2005-12-18 Chris LattnerThis is handled by the autogen'd code
2005-12-18 Chris LattnerHandle basic block nodes
2005-12-18 Chris LattnerChange return lowering so that we can autogen the match...
2005-12-18 Chris LattnerAdd an accessor
2005-12-18 Chris LattnerImplement Calls for V8. This would be completely autog...
2005-12-18 Chris LattnerMore fixes for Selection of copyto/fromreg with a flag
2005-12-18 Chris LattnerMore corrections for flagged copyto/from reg
2005-12-18 Chris LattnerSelect copytoreg and copyfromreg nodes that have flag...
2005-12-18 Chris Lattnerlegalize copytoreg and copyfromreg nodes that have...
2005-12-18 Chris LattnerImplement the full V8 ABI for incoming arguments.
2005-12-18 Chris LattnerPush ops list, asm string, and pattern all the way...
2005-12-18 Chris LattnerGive V8 select_cc, in the spirit of the PPC backend
2005-12-18 Chris Lattnerremove some unused instructions
2005-12-18 Chris LattnerV8 doesn't have FP extload
2005-12-18 Chris Lattnersimplifications, fix typo
2005-12-18 Chris Lattneradd a node, for completeness
2005-12-18 Chris LattnerAdd frameindex support
2005-12-18 Chris LattnerTighten up some checks
2005-12-18 Jim LaskeyFix a bug Sabre was having where the DAG root was a...
2005-12-18 Jim LaskeyGroups were not emitted if the dominator node and the...
2005-12-18 Nate BegemanSince extload can also be used by FP, split STDIntExtLo...
2005-12-18 Chris LattnerAdd constant pool support, including folding into addre...
2005-12-18 Chris LattnerTeach the addressing mode stuff to fold "%lo" into...
2005-12-18 Chris LattnerAdd initial support for global variables, and fix a...
2005-12-18 Chris LattnerClaiming that branch targets are registers is not very...
2005-12-18 Chris LattnerAdd unordered comparisons
2005-12-18 Chris LattnerAdd patterns to the rest of the int condbranches and...
2005-12-18 Chris LattnerAdd initial conditional branch support. This doesn...
2005-12-18 Chris LattnerSimplify code
2005-12-17 Chris LattnerEliminate CMPri, which is a synonym for SUBCCri
2005-12-17 Chris Lattnerallow custom expansion of BR_CC
2005-12-17 Chris Lattneradd fneg,fabs,fsqrt instructions
2005-12-17 Chris LattnerAdd patterns for fround/fextend and the funny fsmuld...
2005-12-17 Chris LattnerAdd FP +,-,*,/
2005-12-17 Chris LattnerGive patterns to F3_3 instructions
2005-12-17 Chris LattnerImplement 64-bit add/sub, make sure to receive and...
next