oota-llvm.git
2005-12-04 Chris LattnerDefine BR in the .td file now that Evan made tblgen...
2005-12-04 Evan ChengAdded isel patterns for RET, JMP, and WRITEPORT.
2005-12-04 Evan Cheng* Commit the fix (by Chris) for a tblgen type inferenci...
2005-12-04 Evan Cheng* Added instruction property hasCtrlDep for those which...
2005-12-04 Chris LattnerFix PR672 another way which should be more robust
2005-12-04 Chris Lattnernew testcase, for PR672
2005-12-03 Chris Lattnerdbg.stoppoint returns a value, don't forget to init it
2005-12-03 Chris Lattnerexpand testcase, which has been in my tree for a while now
2005-12-03 Chris LattnerFix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
2005-12-03 Chris Lattnernew testcase, miscompiled by simplifycfg. This has...
2005-12-03 Chris LattnerFix a bug in the testcase
2005-12-03 Chris LattnerFix test/Regression/ExecutionEngine/2005-12-02-TailCall...
2005-12-03 Chris Lattnernew testcase for PR672
2005-12-02 Chris LattnerRevert my previous patch which broke due to lazy stream...
2005-12-02 Andrew Lenharthbah, must generate all results
2005-12-02 Andrew Lenharthcycle counter fix
2005-12-02 Chris Lattneradd a note
2005-12-01 Chris LattnerDon't remove two operand, two result nodes from the...
2005-12-01 Chris LattnerNew testcase that crashes llc
2005-12-01 Chris LattnerIf a module has a main, but it is defined externally...
2005-12-01 Chris LattnerPromote line and column number information for our...
2005-12-01 Chris LattnerIA64 doesn't support the LOCATION node, and for some...
2005-12-01 Chris LattnerMake sure these get added into the codegenmap when...
2005-12-01 Chris LattnerThis is a bugfix for SelectNodeTo. In certain situatio...
2005-12-01 Andrew Lenharthmajor think-o
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-12-01 Nate BegemanCosmetic change, better reflects actual values
2005-12-01 Chris LattnerFix a regression caused by a patch earlier today
2005-12-01 Andrew LenharthFlags where I think I need them, quick, before the...
2005-12-01 Evan ChengProper support for shifts with register shift value.
2005-12-01 Evan ChengUse a getCopyToReg() variant to generate a flaggy CopyT...
2005-12-01 Evan ChengTeach tblgen to accept register source operands in...
2005-12-01 Nate BegemanNuke CodeGenInstruction's ValueType member, it is no...
2005-12-01 Nate BegemanStop checking the ValueType of the CodeGenInstruction...
2005-11-30 Nate Begemanfit into 80 columns
2005-11-30 Chris LattnerMake the code generated by tblgen return the result...
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Chris LattnerPay attn to the node returned by SelectNodeTo
2005-11-30 Chris LattnerSelectNodeTo now returns its result, we must pay attent...
2005-11-30 Chris LattnerSelectNodeTo now returns N. Use it instead of return...
2005-11-30 Chris LattnerMake SelectNodeTo return N
2005-11-30 Chris LattnerFix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll
2005-11-30 Chris LattnerTest that crashes the ppc backend.
2005-11-30 Chris LattnerFix a bug where we didn't realize that vaarg reads...
2005-11-30 Chris Lattnernew testcase dse is miscompiling
2005-11-30 Chris LattnerAdd a simple clear() method
2005-11-30 Nate BegemanFix a typo in my latest change
2005-11-30 Nate BegemanNo longer track value types for asm printer operands...
2005-11-30 Nate BegemanFix some copy and paste typos.
2005-11-30 Chris LattnerCALLSEQ_START/END nodes don't get memoized, do not...
2005-11-30 Andrew Lenharthremove redundant code
2005-11-30 Andrew LenharthAt long last, you can say that f32 isn't supported...
2005-11-30 Andrew LenharthMake typesafe that which isn't: FCMOVxx
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Nate BegemanFirst chunk of actually generating vector code for...
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-11-30 Andrew Lenharthadd support for custom lowering SINT_TO_FP
2005-11-30 Chris LattnerAdd a link to the doxygen tarball
2005-11-30 Chris Lattnercopy the doxygen tarball into the HTML directory after...
2005-11-30 Chris Lattnerminor cleanup
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-11-30 Chris LattnerFix a bug in a recent patch that broke shifts
2005-11-30 Evan ChengAdded support to STORE and shifts to DAG to DAG isel.
2005-11-30 Evan ChengFixed a bug introduced by my last commit: TargetGlobalV...
2005-11-30 Evan ChengAdded an index field to GlobalAddressSDNode so it can...
2005-11-30 Evan ChengFixed a minor bug: - -offset != offset iff offset ...
2005-11-29 Nate BegemanRepresent the encoding of the SPR instructions as they...
2005-11-29 Evan ChengAdd more X86 ISel patterns.
2005-11-29 Evan ChengBetter error message when unrecognized opcode is seen.
2005-11-29 Nate BegemanHook up one type, v4f32, to the VR RegisterClass for...
2005-11-29 Nate BegemanAdd the remainder of the AltiVec 4 x float instructions...
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
2005-11-29 Nate BegemanAdd the new vector types to tablegen
2005-11-29 Chris LattnerNo targets support line number info yet.
2005-11-29 Chris LattnerAdd support for a new STRING and LOCATION node for...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-29 Evan ChengFixed a comment bug:
2005-11-29 Chris LattnerAdd "SCC" to the lexicon. Patch provided by Marco...
2005-11-29 Chris LattnerFix PR670 and test/Regression/Transforms/Mem2Reg/2005...
2005-11-29 Chris Lattnernew testcase for pr670
2005-11-29 Chris Lattneradd Evan and Jim. Please edit your entries as desired.
2005-11-29 Chris Lattnerrefix typo
2005-11-29 Chris Lattnerdon't say this is i128, because it isn't yet. Hopefull...
2005-11-29 Chris Lattnerrevert my change for the time being, which broke the...
2005-11-28 John CriswellFixed a punctuation error.
2005-11-28 Chris Lattnerfix a typo :)
2005-11-28 Andrew Lenhartha few more comments on the interfaces and functions
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 John CriswellAdd the remove() function from the C library.
2005-11-28 Jeff CohenTeach Visual Studio about new files.
2005-11-28 Jeff CohenFix VC++ warning.
2005-11-28 Chris LattnerAdd a missed optimization
2005-11-28 Chris LattnerUse std:: where appropriate
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-25 Andrew Lenharthsince reg2mem requires it, might as well mention that...
2005-11-25 Duraid Madinaadd support for dynamic_stackalloc to the dag isel...
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-11-22 Andrew LenharthReg2Mem is something a pass may depend on, so allow...
2005-11-22 Andrew Lenharthturns out, demotion and invokes and critical edges...
next