oota-llvm.git
2009-03-09 Owen AndersonIgnore debug intrinsics when computing dependences.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-09 Chris Lattneradd a #include to improve portability to windows, as...
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-09 Chris Lattnerfix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-03-09 Chris LattnerFix PR3746 - Crash in isel with GEP of function pointer
2009-03-09 Chris LattnerFix PR3743 - -mmacosx-version-min inappropriate for...
2009-03-08 Chris Lattneradd some explicit llvm:: qualifiers to the unix side...
2009-03-08 Nick LewyckyKeep calling-convention and tail-call bit when creating...
2009-03-08 Chris Lattnerdo not export all the X86FastISel symbols, ever.
2009-03-08 Nick LewyckyFix comments, pointed out by Duncan Sands.
2009-03-08 Duncan SandsApply ODR linkage changes accidentally dropped during
2009-03-08 Sebastian RedlTest commit
2009-03-08 Nick LewyckyMark function returns as noalias.
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris Lattnerfix typo
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Evan ChengIf a MI uses the same register more than once, only...
2009-03-08 Chris Lattneruse MemTransferInst.
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2009-03-08 Chris Lattneradd a note.
2009-03-08 Chris Lattneradd a note.
2009-03-08 Chris Lattnerimplement an optimization to codegen c ? 1.0 : 2.0...
2009-03-08 Chris Lattnerrandom cleanups.
2009-03-08 Nick LewyckyFix misaligned whitespace. No functionality change.
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-07 Nick LewyckyRevert r66315. Fix the build on mixed 64/32 Linux systems.
2009-03-07 Mikhail GlushenkovRemove some duplication.
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Gabor Greifsimplify the way how traits get hold of the symbol...
2009-03-07 Gabor Greiffurther simplifications arising from peruse of the...
2009-03-07 Gabor GreifRemove the burden of dealing with list offsets
2009-03-07 Chris LattnerWhen a crash signal is delivered do two things: remove...
2009-03-07 Nate BegemanFinish cross-process JIT work, and clean up previous...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-07 Evan ChengIf ARCH is x86_64, pass -m64 to the host compiler....
2009-03-06 Daniel DunbarAdd IRBuilder::CreateConstGEP{1, 2}_{32, 64}.
2009-03-06 Daniel DunbarRename my makefile debugging rule to prevent accidental...
2009-03-06 Daniel DunbarAdd Module::getNamedValue; use to normalize access...
2009-03-06 Dale JohannesenFix another case where debug info interferes with
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
next