oota-llvm.git
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!
2008-01-24 Chris LattnergetUnderlyingObject can return null, handle this.
2008-01-24 Ted KremenekAdded additional overloaded operators for APSInt to...
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-24 Chris LattnerAdd hasByValAttr() and hasNoAliasAttr() methods to...
2008-01-24 Chris Lattnerclarify a comment, thanks Duncan.
2008-01-24 Chris LattnerSignificantly simplify and improve handling of FP funct...
2008-01-24 Chris LattnerFix this buggy transformation. Two observations:
2008-01-24 Chris LattnerThe dag combiner is missing revisiting nodes that it...
2008-01-24 Chris Lattnerfold fp_round(fp_round(x)) -> fp_round(x).
2008-01-24 Chris Lattnertake these with a pr #
2008-01-24 Gordon HenriksenFixing the stack walker.
2008-01-24 Anton KorobeynikovFix potential buffer overflow
2008-01-24 Owen AndersonMove some functionality for adding flags to MachineInst...
2008-01-24 Evan ChengForgot these.
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2008-01-23 Ted KremenekAdded special escape sequences "\{", "\}", and "\|...
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-23 Ted KremenekAdded "getRoot()" to ImmutableSet.
2008-01-23 Dale JohannesenHonor explicit section information on Darwin.
2008-01-22 Owen AndersonFix an iterator invalidation issue.
2008-01-22 Evan ChengSSE varargs arguments are passed in memory.
2008-01-22 Chris LattnerSimplify SelectionDAG::getNode so that a big switch...
2008-01-22 Anton KorobeynikovSilence a warning. Should we turn this into configure...
2008-01-22 Anton KorobeynikovAdd interator interface to DAGInit also
2008-01-22 Duncan SandsThe final piece needed for storing arbitrary precision
2008-01-22 Nick LewyckyEnable the fix I just checked in, silly me.
2008-01-22 Chris Lattnerupdate this test to pass with duncan's change.
2008-01-22 Chris LattnerOne too many )'s breaks 'make clean' with certain versi...
2008-01-22 Nick LewyckyMultiply can be evaluated in a different type, so long...
2008-01-22 Chris LattnerTrivial patch to fix two warnings, please pull into...
2008-01-21 Ted KremenekFixed buggy caching of the hash value of an ImutAVLTree...
2008-01-21 Ted KremenekMoved method call within a conditional branch because...
2008-01-21 Ted KremenekAdjusted ImutAVLTree::ComputeHash to compute a hash...
2008-01-21 Ted KremenekAdded "clear" method to FoldingSetNodeID to allow a...
2008-01-21 Ted KremenekReplaced (FoldingSet) profiling of ImutAVLTree with...
2008-01-21 Anton KorobeynikovProvide iterator access to ListInit contents
2008-01-21 Chris LattnerFix the failures in the PPC JIT by marking relocation...
2008-01-21 Devang PatelNew test.
2008-01-21 Owen AndersonClarify a deviation from the original algorithm.
2008-01-21 Owen AndersonImprove a few comments.
2008-01-21 Duncan SandsIt turns out that in C++ it is legal to declare functions
2008-01-21 Devang PatelNew test.
2008-01-21 Duncan SandsCheck that sret is only used on pointers to types
2008-01-21 Duncan SandsBe consistent with other attribute methods, and
2008-01-21 Dale JohannesenMove DAG-changing code out of #ifndef NDEBUG.
2008-01-20 Duncan SandsMake sure the caller doesn't use freed memory.
2008-01-20 Anton KorobeynikovHonour ByVal parameter attribute for name decoration
2008-01-20 Anton KorobeynikovRemove Darwin'ism
2008-01-20 Anton KorobeynikovEnable PIC codegen on x86-64/linux
2008-01-20 Duncan SandsInitializing an unsigned with ~0UL causes the compiler
2008-01-20 Dale JohannesenDo not generate a FP_ROUND of f64 to f64.
2008-01-19 Ted KremenekChanged argument name for 'Profile' method to potential...
2008-01-19 Duncan SandsNeed to handle any 'nest' parameter before integer
2008-01-19 Ted KremenekModified ImmutableSet/ImmutableMap to use FoldingSet...
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APSInt.
2008-01-19 Ted KremenekAdded FoldingSet style 'profiling' support for APInt.
2008-01-19 Ted KremenekMade 'FoldingSetNodeID' a proper class instead of a...
2008-01-19 Ted KremenekMade 'profiling' of objects in a FoldingSet trait-based...
2008-01-18 Evan ChengFix makefiles to enable Apply style debug build.
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.
next