oota-llvm.git
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Evan ChengWork in progress. This patch *fixes* x86-64 calls which...
2008-01-29 Evan ChengUpdate this test case.
2008-01-29 Duncan SandsWhen expanding an operand, it's not the result value
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-29 Ted KremenekAltered ctor for APSInt to accept an optional "isUnsign...
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanUpdate this file for 2.0 syntax.
2008-01-29 Dan GohmanAdd comments describing what the loop depth values...
2008-01-29 Dan GohmanFix 80-col violations.
2008-01-29 Dan GohmanRemove top-level const qualifiers from casts, avoiding...
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-29 Chris Lattnerllvm.sqrt(-0.0) is defined.
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...
2008-01-29 Owen AndersonAdd a testcase for eliminating memcpy's at the end...
2008-01-29 Chris LattnerAdd target triples to these so they don't fail on linux.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-29 Owen AndersonAdd support for eliminating memcpy's at the end of...
2008-01-29 Duncan SandsThis would be better done as an executable test.
2008-01-29 Duncan SandsAfter recent changes we fail to optimize this test
2008-01-29 Owen AndersonRegAllocBigBlock doesn't need LiveVariables either.
2008-01-29 Scott MichelFix to bug 1951: tblgen gratuitously renames variables...
2008-01-29 Nate BegemanProperly expand extract-element for non-power-of-2...
2008-01-29 Dale JohannesenHandle 'X' constraint in asm's better.
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-29 Devang PatelNew test.
2008-01-29 Bill WendlingAdd test to make sure that #pragma mark/error doesn...
2008-01-28 Ted KremenekAdded destructor for template class FoldingSetNodeWrapper.
2008-01-28 Lauro Ramos... Simplify the code and fix a typo.
2008-01-28 Duncan SandsPure/const functions with ByVal parameters cannot
2008-01-28 Lauro Ramos... Fix fpcmp infinite loop when comparing "29-266" with...
2008-01-28 Chris Lattnerthis test is now compiled into the right thing.
2008-01-28 Duncan SandsUnbreak builds with differing object and source
2008-01-28 Duncan SandsMake this more likely to be passed byval.
2008-01-28 Bill WendlingIf the function has no machine instructions, then emit...
2008-01-28 Chris LattnerTransform calls to memcpy into llvm.memcpy calls, patch...
2008-01-28 Chris Lattnerreduce duplicate -I flags passed to the compiler, clean...
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.
2008-01-28 Chris Lattnermake handling of overflow and undefined results much...
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2008-01-27 Chris LattnerAlways for PACKAGEVERSION to 'mainline' for teh llvm...
2008-01-27 Chris LattnerFix PowerPC/./2007-10-18-PtrArithmetic.ll
2008-01-27 Chris LattnerUpdate this test. Due to dag combiner improvements...
2008-01-27 Chris Lattnerfix a crash on CodeGen/X86/vector-rem.ll
2008-01-27 Chris LattnerAdd support for frameworks. Patch by Shantonu Sen!
2008-01-27 Owen AndersonReg alloc doesn't really need LiveVariables.
2008-01-27 Owen AndersonFixes for BreakCriticalMachineCodeEdge by Fernando.
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2008-01-27 Duncan SandsRevert r46393: readonly/readnone functions are no
2008-01-27 Chris LattnerImplement some dag combines that allow doing fneg/fabs...
2008-01-27 Chris Lattneradd a note
2008-01-27 Chris LattnerUse fldz and fld1 for long double constants instead...
2008-01-27 Chris Lattnermake isExactlyValue work for long double.
2008-01-27 Bill WendlingThe CorrelatedExpressions pass is now no more.
2008-01-27 Bill WendlingThe CorrelatedExpressionElimination pass is known to...
2008-01-27 Chris LattnerFor long double constants, print an approximation of...
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...
2008-01-26 Chris LattnerAdd some notes.
2008-01-26 Chris LattnerRemove some code for inferring alignment info from...
2008-01-26 Chris LattnerNew test to verify that "merging 4 loads into a vec...
2008-01-26 Chris Lattnermake this 64-bit safe
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...
2008-01-26 Chris Lattnerremove a useless xfailed test.
2008-01-26 Duncan SandsInvert this test, because it is wrong if we allow
2008-01-26 Bill WendlingIf there's no instructions being emitted on X86 for...
2008-01-26 Bill WendlingNeed to convert to LLVM code and not C.
2008-01-26 Bill WendlingRename the .c to .ll
2008-01-26 Bill WendlingMove testcase to the code gen directory.
2008-01-26 Bill WendlingIf there are no machine instructions emitted for a...
2008-01-26 Duncan SandsCreate an explicit copy for byval parameters even
2008-01-26 Bill WendlingIf we have a function like this:
2008-01-26 Devang PatelAdd another testcase.
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-26 Chris Lattnerdon't bother making x&-1 only to simplify it in dag...
2008-01-26 Evan ChengNew test case.
2008-01-25 Chris Lattnerreduce indentation
2008-01-25 Chris Lattneradd a testcase for a bug Duncan pointed out.
2008-01-25 Duncan SandsDo this more neatly.
2008-01-25 Chris LattnerReorder a field to reduce the size of StackObject....
2008-01-25 Duncan SandsTest for PR1942.
2008-01-25 Chris Lattnerfix long lines.
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-25 Duncan SandsAdd more assertions to catch accesses outside of
2008-01-25 Owen AndersonDeadStoreElimination can treat byval parameters as...
2008-01-25 Chris Lattnermove this field back. Moving the field causes miscompi...
2008-01-25 Chris LattnerAdd skeletal code to increase the alignment of loads...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-25 Chris Lattnerinclude alignment and volatility information in -view...
2008-01-25 Chris Lattneradd a fixme.
2008-01-25 Chris Lattneroptimize fxor like for
2008-01-25 Chris LattnerAdd target-specific dag combines for FAND(x,0) and...
2008-01-25 Anton KorobeynikovProvide correct DWARF register numbering for debug...
2008-01-24 Devang PatelNew test.
2008-01-24 Chris LattnerDon't dump the function!
next