Visual Studio is feeling left out again.
[oota-llvm.git] / lib /
2006-01-11 Jeff CohenFix VC++ compilation error.
2006-01-11 Chris LattnerPatch #9 from Saem:
2006-01-11 Chris LattnerUse Evan's outflag stuff to implement V8cmpicc. This...
2006-01-11 Chris LattnerFix a bug in i32->f64 conversion lowering
2006-01-11 Chris LattnerUnbreak ret void :-/
2006-01-11 Chris LattnerWrite this pattern in canonical form, allowing more...
2006-01-11 Evan Cheng* Add special entry code main() (to set x87 to 64-bit...
2006-01-11 Chris LattnerSimple is good. CVS is for revision control, not file...
2006-01-11 Chris LattnerSimple is good
2006-01-11 Chris LattnerPreserve and update ETForest. Patch by Daniel Berlin
2006-01-11 Chris LattnerSwitch these to using ETForest instead of DominatorSet...
2006-01-11 Chris LattnerSwitch this to using ETForest instead of DominatorSet...
2006-01-11 Chris LattnerSwitch loopinfo to using ETForest instead of DominatorS...
2006-01-11 Duraid Madinacleanup GETFD
2006-01-11 Andrew Lenharththis pattern was bogus
2006-01-11 Chris LattnerRegenerate these files. FreeBSD apparently has issues...
2006-01-11 Duraid Madinathis just might work
2006-01-11 Duraid Madinaadd support for selecting bools
2006-01-11 Chris Lattnerimplement FP_REG_KILL insertion for the dag-dag instruc...
2006-01-11 Chris LattnerFit into 80 cols
2006-01-11 Evan ChengSSE cmov support.
2006-01-10 Evan Cheng* fp to sint patterns.
2006-01-10 Evan ChengFP_TO_INT*_IN_MEM and x87 FP Select support.
2006-01-10 Robert BocchinoAdded constant folding support for the extractelement...
2006-01-10 Chris Lattnersilence a bogus warning
2006-01-10 Chris Lattnersilence a warning
2006-01-10 Andrew LenharthInt immediate loading fix
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-10 Robert BocchinoAdded lower packed support for the extractelement opera...
2006-01-10 Robert BocchinoAdded selection DAG support for the extractelement...
2006-01-10 Robert BocchinoAdded bytecode support for the extractelement operation.
2006-01-10 Robert BocchinoAdded lexer and parser support for the extractelement...
2006-01-10 Reid SpencerFor PR411:
2006-01-10 Chris LattnerMinor cleanup, no functionality change for current...
2006-01-10 Duraid Madinaheh, 'sif it'd be a legalizer bug.
2006-01-10 Duraid Madinasupport functions that return bool (this "should" work...
2006-01-10 Reid SpencerRemove unused inclusion of SymbolTable.h
2006-01-10 Reid SpencerFor PR521:
2006-01-10 Reid SpencerBe a little more explanatory in a comment.
2006-01-10 Nate BegemanRemove a comment that no longer applies.
2006-01-09 Chris LattnerGive PPCISD:: nodes legible names in dumps.
2006-01-09 Chris LattnerFix an exponential function in libcall insertion to...
2006-01-09 Chris Lattneradd ret void support back
2006-01-09 Evan Cheng* Added undef patterns.
2006-01-09 Evan ChengMore typos
2006-01-09 Evan Chengtypo
2006-01-09 Andrew Lenharthproper branch not equal sequence
2006-01-09 Evan ChengSupport for ADD_PARTS, SUB_PARTS, SHL_PARTS, SHR_PARTS...
2006-01-09 Evan Cheng* Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PA...
2006-01-09 Evan ChengNew getNode() variants.
2006-01-09 Evan ChengNew DAG node properties SNDPInFlag, SNDPOutFlag, and...
2006-01-09 Chris LattnerTeach loopsimplify to update et-forest. Patch contribu...
2006-01-09 Chris LattnerBugfix for etforest updating. Contributed by Daniel...
2006-01-08 Reid SpencerSaem Ghani's PassManager Patch #8:
2006-01-08 Chris LattnerFix a problem exposed by the et-forest work. Load...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2006-01-07 Chris LattnerPatch #7 from Saem:
2006-01-07 Chris LattnerFix the PPC JIT failures last night, which were due...
2006-01-07 Chris LattnerWrap long lines.
2006-01-07 Chris Lattnerwrap long line
2006-01-07 Chris Lattnerfix some 176.gcc miscompilation from my previous patch.
2006-01-06 Evan Cheng* Added integer div / rem.
2006-01-06 Evan ChengISEL code for MULHU, MULHS, and UNDEF.
2006-01-06 Andrew Lenharthmake 0 codegen much better
2006-01-06 Chris Lattnersilence some bogus gcc warnings on fenris
2006-01-06 Chris Lattnersilence a bogus gcc warning
2006-01-06 Chris LattnerEnhance the shift-shift folding code to allow a no...
2006-01-06 Chris LattnerSimplify the code a bit more
2006-01-06 Chris LattnerExtract a bunch of code out of visitShiftInst into...
2006-01-06 Chris LattnerUnbreak the build :(
2006-01-06 Evan ChengAddd (shl x, 1) ==> (shl x, x) peepholes.
2006-01-06 Evan ChengRevert the previous check-in. Leave shl x, 1 along...
2006-01-06 Evan Chengfold (shl x, 1) -> (add x, x)
2006-01-06 Chris Lattnerlinkonce symbols have an extra indirection, just like...
2006-01-06 Evan Cheng* Fast call support.
2006-01-06 Evan ChengSupport for custom lowering of ISD::RET.
2006-01-05 Chris LattnerFix a compile crash building MultiSource/Applications...
2006-01-05 Chris LattnerImplement a few symbolic constant folding things. ...
2006-01-05 Chris Lattnerfix some formatting problems
2006-01-05 Chris Lattnerunbreak the build, these are now in TargetSelectionDAG.td
2006-01-05 Evan ChengAdded ConstantFP patterns.
2006-01-05 Evan ChengAdded fpimm node for ConstantFP.
2006-01-05 Jim LaskeyHad expand logic backward.
2006-01-05 Jim LaskeyAdded initial support for DEBUG_LABEL allowing debug...
2006-01-05 Evan ChengDAG based isel call support.
2006-01-05 Evan ChengRemove some dead code.
2006-01-04 Jim LaskeyApplied some recommend changes from sabre. The dominat...
2006-01-04 Jim LaskeyAdd unique id to debug location for debug label use...
2006-01-04 Jim LaskeyAdd check for debug presence.
2006-01-04 Jim LaskeyTie dwarf generation to darwin assembler.
2006-01-04 Jim LaskeyMoving MachineDebugInfo to module level location.
2006-01-04 Jim LaskeyChange how MachineDebugInfo is fetched.
2006-01-04 Jim LaskeyExtending MachineDebugInfo.
2006-01-04 Chris LattnerPatch #6's in Saem's refactor-the-passmanager patch...
2006-01-04 Chris LattnerAdd support for targets (like Alpha) that have terminat...
2006-01-04 Chris LattnerAdd an assertion, update DefInst even though no one...
2006-01-04 Chris LattnerAdd a LiveVariables::VarInfo::dump method
2006-01-04 Chris LattnerSaem's patch #5 of the passmanager refactoring
2006-01-04 Chris Lattnerpatch #4 in Saem's passmanager refactoring.
2006-01-04 Chris Lattnerimplement constant folding of ==/!= on constant packed...
next