oota-llvm.git
2009-02-03 Chris Lattneradd a method to BumpPtrAllocator that allows allocating...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-02-03 Nick LewyckyRegenerate configure.
2009-02-03 Nick LewyckyAdd the ability to pass the path to binutils source...
2009-02-03 Chris Lattneradd another case of undefined behavior without crashing...
2009-02-03 Nick LewyckyRevert r63600. It didn't fix the bug, it just moved...
2009-02-03 Owen AndersonTeach AliasAnalysis that a bunch of the atomic intrinsi...
2009-02-03 Nick LewyckyUpdate the callgraph when replacing InvokeInst with...
2009-02-03 Bill WendlingExplicitly pass in debug location information to BuildMI.
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
2009-02-03 Chris LattnerTeach ConvertUsesToScalar to handle memset, allowing...
2009-02-03 Dale JohannesenFill in some missing DL propagation in getNode()s.
2009-02-03 Bill WendlingUse SDL->getCurDebugLoc() instead of unknown loc for...
2009-02-03 Bill WendlingExplicitly pass in the "unknown" debug location. This...
2009-02-03 Dan GohmanDelete these two tests. They are specific to x86-64...
2009-02-03 Bill WendlingAlphabetize includes.
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2009-02-03 Chris Lattnerthis test produces an undefined value, we don't care
2009-02-03 Bill WendlingPropagate debug loc info during SDNode -> machine instr...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Bill WendlingIt fails on Linux. XFAIL that machine.
2009-02-03 Bill WendlingThis is passing for us. Should it have been reenabled?
2009-02-03 Dan GohmanAdd explicit -march=x86 to these tests so that they...
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-03 Dan GohmanChange Feature64Bit to not imply FeatureSSE2. All x86...
2009-02-02 Dale JohannesenLast DebugLoc propagation for this file.
2009-02-02 Dan GohmanFix another test to not use -mcpu=yonah with 64-bit...
2009-02-02 Dan GohmanYonah does not support x86-64. Change the -mcpu value...
2009-02-02 Dale JohannesenMore DebugLoc propagation. This should be everything
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-02-02 Dale JohannesenDebugLoc propagation. ExpandOp and PromoteOp,
2009-02-02 Torok EdwinOnly force SSE level if it is not correct.
2009-02-02 Devang PatelRun dsymutil on darwin, when it is expected, before...
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Chris Lattnerinline SROA::ConvertToScalar, no functionality change.
2009-02-02 Dale JohannesenMore DebugLoc propagation.
2009-02-02 Torok Edwinremove #if 0 code on Bill's request.
2009-02-02 Duncan SandsRemove trailing spaces.
2009-02-02 Steve NaroffUpdate hand-crafted VC++ build.
2009-02-02 Dale JohannesenDebugLoc propagation for int<->fp conversions.
2009-02-02 Evan ChengRefactor PerformPHIConstruction, no functionality changes.
2009-02-02 Chris Lattnerxfail this for now, will fix shortly.
2009-02-02 Chris Lattnerupdate test
2009-02-02 Dan GohmanReposition the DebugLoc field to reduce padding space
2009-02-02 Chris LattnerFix a bug which caused us to miscompile a couple of Ada
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Devang PatelMake this test case smaller.
2009-02-02 Sanjiv GuptaDuncan's patch. Further to 64382. Takes care of illegal...
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-02-02 Duncan SandsFix a comment (bytes -> bits), reformat a comment
2009-02-02 Duncan SandsFix an obvious thinko.
2009-02-02 Evan ChengADD / SUB / SMUL / UMUL with overflow second result...
2009-02-02 Duncan SandsThis passes on x86-32 linux at least.
2009-02-02 Duncan SandsMake the XFAIL line actually match x86-32 targets.
2009-02-02 Evan ChengAdd comment.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-02 Chris Lattnerreject things like: zext <4 x i32> %tmp to i256
2009-02-02 Chris Lattnervalidation error fix.
2009-02-02 Chris LattnerDocument type upreferences (PR3380), patch by Stein...
2009-02-02 Chris LattnerFix PR3372
2009-02-02 Chris Lattnerreduce indentation, (~XorCST->getValue()).isSignBit...
2009-02-02 Chris Lattnerreduce testcase.
2009-02-02 Mon P WangPreserve more SourceValue information.
2009-02-01 Torok Edwinadd 2 more testcases for -mattr=-sse (r63495).
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-02-01 Bill WendlingForgot some more DebugLoc propagations.
2009-02-01 Owen AndersonFix test failures causes by my previous commit.
2009-02-01 Owen AndersonFix an issue in PHI construction that was exposed by...
2009-02-01 Evan ChengFix PR3423: Link llvm on ARM EABI machines. Patch by...
2009-01-31 Dale JohannesenDebugLoc propagation.
2009-01-31 Nick LewyckyReinstate this optimization to fold icmp of xor when...
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Chris LattnerFix PR3452 (an infinite loop bootstrapping) by disablin...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Chris Lattnernow that all the pieces are in place, teach instcombine's
2009-01-31 Chris Lattnersimplify/clarify control flow and improve comments...
2009-01-31 Chris Lattnermake some fairly meaty internal changes to how Simplify...
2009-01-31 Chris Lattneradd accessors
2009-01-31 Chris Lattnerminor cleanups
2009-01-31 Chris Lattnermake sure to set Changed=true when instcombine hacks...
2009-01-31 Mon P WangUsed "-enable-unsafe-fp-math" to allow this transformat...
2009-01-31 Mon P WangIf unsafe FP optimization is not set, don't allow ...
2009-01-31 Bill WendlingDon't use DebugLoc::getUnknownLoc(). Default to somethi...
2009-01-31 Chris LattnerSimplify and generalize the SROA "convert to scalar...
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-31 Gabor Greifback out my previous change, it exposes a latent bug...
2009-01-31 Gabor Greifuse precise accessors
2009-01-31 Dale JohannesenPropagate debug info in LegalizeFloatTypes.
2009-01-31 Dale JohannesenPropagate debug info. This file complete
2009-01-31 Dale JohannesenPropagate debug info through MakeLibCall and a
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation in LOAD etc. methods.
2009-01-30 Dale JohannesenFix build on case-sensitive filesystems (i.e. everybody...
next