oota-llvm.git
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.
2008-01-18 Chris Lattnerremove extraneous &&'s from tests, as Scott is apparent...
2008-01-18 Dale JohannesenTest is correct again for the moment.
2008-01-18 Chris Lattnerremove extraneous &'s.
2008-01-18 Chris Lattnerdon't form an std::string with a null pointer, it aborts.
2008-01-18 Chris Lattnerget symbolic information for ppc ldbl nodes.
2008-01-18 Chris Lattnerremove magic numbers.
2008-01-18 Chris LattnerFix a latent bug exposed by my truncstore patch. We...
2008-01-18 Chris Lattnermake a method public
2008-01-18 Ted KremenekReverted implementation of ImmutableMap::find() to...
2008-01-17 Dale JohannesenRevert the part of 45849 that treated weak globals
2008-01-17 Dale JohannesenRevert the part of 45848 that treated weak globals
2008-01-17 Scott MichelForward progress: crtbegin.c now compiles successfully!
2008-01-17 Chris LattnerThis commit changes:
2008-01-17 Chris Lattnernew testcase.
2008-01-17 Ted KremenekImplemented "FIXME" in ImutAVLTree: isEqual() now also...
2008-01-17 Chris Lattneradd some helper methods.
2008-01-17 Evan ChengTest case for varargs parameter attribute issue I just...
2008-01-17 Chris Lattnercode cleanups, no functionality change.
2008-01-17 Chris Lattner* Introduce a new SelectionDAG::getIntPtrConstant method
2008-01-17 Chris Lattneradd testcase that has been sitting in my tree for awhile.
2008-01-17 Tanya LattnerUpdate license for current year.
2008-01-17 Tanya LattnerUpdate version to 2.3svn
2008-01-17 Evan ChengDAE bug fix. Don't lose parameter attributes on vararg...
2008-01-17 Devang PatelEnable CBE
2008-01-17 Evan ChengWhen a live virtual register is being clobbered by...
2008-01-17 Chris LattnerFix arg promotion to propagate the correct attrs on...
2008-01-17 Evan ChengReplace std::vector<bool> with BitVector.
2008-01-16 Evan ChengFixes a nasty dag combiner bug that causes a bunch...
2008-01-16 Duncan SandsTrampoline support for x86-64. This looks like
2008-01-16 Chris LattnerHandle attribute(used) global variables that are i8.
2008-01-16 Dale JohannesenDo not mark EH tables no-dead-strip unless the
2008-01-16 Chris Lattneradd testcase for regression
2008-01-16 Chris LattnerFix a ppc long double regression I introduced yesterday...
2008-01-16 Chris Lattnermerge a few pieces of code that do the store/load to...
2008-01-16 Chris Lattnerrename ExpandBIT_CONVERT to EmitStackConvert, generalizing
2008-01-16 Chris Lattnersimplify a bunch of code by using SelectionDAG::CreateS...
2008-01-16 Chris LattnerChange legalizeop of FP_ROUND and FP_EXTEND to not...
2008-01-16 Chris Lattnermake sure to use a cpu that has sse.
2008-01-16 Chris Lattnermake it more clear that this predicate only applies...
2008-01-16 Chris Lattnerintroduce a isTypeInSSEReg predicate, which allows...
2008-01-16 Chris LattnerMy previous commit had an incomplete message, it should...
2008-01-16 Chris Lattnermake the 'fp return in ST(0)' optimization smart enough to
next