oota-llvm.git
2009-03-06 Tanya LattnerAdd default constructor to SDNode to make gcc 3.4.6...
2009-03-06 Dan GohmanUse c_str() to force the string to be nul-terminated.
2009-03-06 Mikhail GlushenkovAdd a comment.
2009-03-06 Chris Lattnersome nits noticed by Duncan
2009-03-06 Chris Lattnerfix header comment and include guard.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-03-06 Mikhail GlushenkovTrailing whitespace.
2009-03-06 Mikhail GlushenkovTrailing whitespace.
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Chris Lattneron apple systems, integrate nicely with crash reporter.
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Zhou ShengRemove this as dbginfo intrinsics has been defined as
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-03-06 Chris Lattnervarious cosmetic cleanups.
2009-03-06 Chris Lattnerthis wasn't intended to go in.
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Devang PatelDo not count DbgInfoIntrinsic while estimating loop...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-03-06 Gordon HenriksenCommitting unsaved changes that should've been with...
2009-03-06 Dan GohmanFix ScheduleDAGRRList::CopyAndMoveSuccessors' handling...
2009-03-06 Dan GohmanUse CloneModule's ValueMap to avoid needing to look up
2009-03-06 Gordon HenriksenIncorporate feedback to improve GarbageCollection.html.
2009-03-06 Dale JohannesenDon't assign rank numbers to debug intrinsic "calls".
2009-03-06 Bill WendlingWhen we split a basic block, there's a default branch...
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Oscar FuentesCMake: auto-discover project files under the projects...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-06 Evan ChengSRThreshold is meant to be inclusive.
2009-03-06 Dale JohannesenTweak the check for promotable alloca's to handle
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-06 Devang PatelAdd "check/remove dbg var" helper routines.
2009-03-06 Bob WilsonFix a parallel make race condition by swapping the...
2009-03-05 Dan GohmanFix a bugpoint bug on anonymous functions. Instead...
2009-03-05 Dan GohmanDon't use plain INC32 and DEC32 on x86-64; it needs
2009-03-05 Dan GohmanWhen creating X86ISD::INC and X86ISD::DEC nodes, only...
2009-03-05 Dan GohmanFix the "test" optimization to recognize "dec" as an...
2009-03-05 Dan GohmanMake this test more thorough. Not only should there...
2009-03-05 Gabor Greifignore build dirs
2009-03-05 Chris Lattnermove some code to gracefully handle the case when a...
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-05 Duncan SandsAdd missing file.
2009-03-05 Owen Anderson(Hopefully) silence a warning.
2009-03-05 Nick LewyckyRegenerate.
2009-03-05 Nick LewyckyAutodetect the availability of -export-dynamic in the...
2009-03-05 Owen AndersonBe more careful about choosing restore points when...
2009-03-05 Chris LattnerDaniel wanted the stack printed upside down. Perhaps he
2009-03-05 Chris Lattnerindicate what the program args line is.
2009-03-05 Chris Lattnerswitch this message back to only being in -debug mode.
2009-03-05 Nate BegemanWhen allocating stubs, keep track of which Functions...
2009-03-05 Evan ChengDo not split edges to EH landing pads. It will cause...
2009-03-05 Evan ChengFix how livein live intervals are handled. Previously...
2009-03-05 Dale JohannesenFix another case where debug info was affecting
2009-03-05 Zhou ShengIgnore the debug info intrinsics when looking for depen...
2009-03-05 Bill WendlingAdd comment to emphasize that the while body is empty.
2009-03-05 Dale JohannesenFix another case where a dbg.declare meant something
2009-03-04 Bill WendlingShould have XFAILed this test.
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Dale JohannesenAdd some cautionary comments.
2009-03-04 Chris Lattneradd some helper classes for building light-weight symbo...
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Chris LattnerAdd a new 'AddSignalHandler' function to Signals.h...
2009-03-04 Dan GohmanFix this comment.
2009-03-04 Dan GohmanAdd an assertion for a condition that's always true...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Dan GohmanRe-apply 66008, now that the unfoldMemoryOperand bug...
2009-03-04 Dan GohmanCorrect this comment.
2009-03-04 Dan GohmanWhen using MachineInstr operand indices on SDNodes...
2009-03-04 Chris Lattnercomplete comment.
2009-03-04 Chris Lattnerthis wasn't intended to be committed.
2009-03-04 Chris LattnerFix PR3720 by properly propagating alignment informatio...
2009-03-04 Nate BegemanFix a thinko in the JIT where the address of a GV was...
2009-03-04 Bob WilsonFix BuildVectorSDNode::isConstantSplat to handle one...
2009-03-04 Mike Stump.emacs file bits for automatically setting the llvm...
2009-03-04 Owen AndersonAdd a restore folder, which shaves a dozen or so machin...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-03-04 Evan ChengFix PR3666: isel calls to constant addresses.
2009-03-04 Eli FriedmanPR3686: make the legalizer handle bitcast from i80...
2009-03-04 Dan GohmanRevert r66004 for now; it's causing a variety of test...
2009-03-04 Evan ChengRename test.
2009-03-04 Dan GohmanTeach the x86 backend to eliminate "test" instructions...
2009-03-04 Dale JohannesenRevert unintended commmit.
2009-03-04 Dale JohannesenSkip ptr-to-ptr bitcasts when counting in another case.
2009-03-04 Dale JohannesenAlways skip ptr-to-ptr bitcasts when counting,
2009-03-04 Evan ChengFix PR3701. 1. X86 target renamed eflags register to...
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-03-04 Dale JohannesenMake my earlier patch to skip debug intrinsics
2009-03-04 Dale JohannesenTemporarily revert 65975, which breaks the llvm-gcc...
2009-03-04 Bill WendlingThe DAG combiner was performing a BT combine. The BT...
2009-03-03 Dale JohannesenMarking debug info intrinsics as not touching memory
2009-03-03 Dale JohannesenInstruction counters must skip the bitcasts that
2009-03-03 Devang PatelDbg Intrinsics do not access memory.
2009-03-03 Devang PatelRecursively remove dead argument while removing llvm...
2009-03-03 Dale JohannesenWhen removing a store to an alloca that has only one
2009-03-03 Chris Lattnerdon't #include a header into the middle of an anon...
2009-03-03 Dan GohmanAdd '(implicit EFLAGS)' for AND, OR, XOR, NEG, INC...
2009-03-03 Bob WilsonUse early exit to reduce indentation. No functional...
2009-03-03 Bill WendlingRemove accidental check-ins in r65960. :-(
next