oota-llvm.git
2009-02-21 Nick LewyckyDon't sign extend the char when expanding char -> int...
2009-02-21 Daniel DunbarAdd makefile debugging target; use "make print-FOO...
2009-02-21 Richard Penningtonbug 3610: Floating point vaarg not softened.
2009-02-21 Ted KremenekAdd version of StringsEqualNoCase that takes two null...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-21 Nick LewyckyPass different flags on different platforms when buildi...
2009-02-21 Evan ChengAdd AddrModeMatcher.cpp
2009-02-21 Evan ChengIf two-address def is dead and the instruction does...
2009-02-21 Evan ChengTeach LSR sink to sink the immediate portion of the...
2009-02-21 Bill WendlingMake sure this doesn't access .end() too.
2009-02-21 Gabor Greiffix and clean up a comment
2009-02-21 Bill WendlingMake sure we don't dereference the .end() of the container.
2009-02-21 Chris Lattnerrename a function to indicate that it checks for profit...
2009-02-21 Bill WendlingPropagate more debug loc infos. This also includes...
2009-02-21 Bill WendlingWe need to propagate the debug location information...
2009-02-20 Misha Brukman* Fixed spelling
2009-02-20 Dan GohmanFix a bug that David Greene found in the DAGCombiner...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2009-02-20 Misha BrukmanKeep the newline character at the end of the lines...
2009-02-20 Misha BrukmanOnly strip the newline character at the end of the...
2009-02-20 Misha BrukmanFixed lint errors:
2009-02-20 Bill WendlingWe have logic in there to emit a default debugging...
2009-02-20 Evan ChengFix strange logic in CollectIVUsers used to determine...
2009-02-20 Dan GohmanSimplify code and reduce indentation. No functionality...
2009-02-20 Dan GohmanFix 80-column violations.
2009-02-20 Dan GohmanIt's not necessary to check if Base is null here.
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-20 Bill Wendling- Early exit a nested block.
2009-02-20 Dan GohmanAdd a comment about how Imm can be used for loop-varian...
2009-02-20 Torok Edwinadd note about sin
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...
2009-02-20 Zhou ShengJust roll back the previous change to -mem2reg.
2009-02-20 Zhou Shengpatch to update the line number information in pass...
2009-02-20 Owen AndersonFix a crash in the pre-alloc splitter exposed by recent...
2009-02-20 Owen AndersonAdd a quick pass to the stack slot colorer to eliminate...
2009-02-20 Chris Lattnermake these tests pass when run on a G5.
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-20 Bill WendlingAdd a default debug location object to the Machine...
2009-02-19 Bill WendlingTemporarily revert r65065. It was causing test failures.
2009-02-19 Bill WendlingPrint out debug info when printing the machine instruction.
2009-02-19 Bill WendlingCheck for -fast here too.
2009-02-19 Bill WendlingGenerate these labels when we're in "fast" mode, not...
2009-02-19 Dale JohannesenDescribe tail merging's use of InsertBranch.
2009-02-19 Dan GohmanUse DEBUG() instead of passing *DOUT to WriteAsOperand,
2009-02-19 Dan GohmanMake the debug output of LSR less cryptic and more...
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-19 Bill WendlingForgot to check that debug information is supported.
2009-02-19 Nick LewyckyRegenerate.
2009-02-19 Nick LewyckyDefault to building with position independent code...
2009-02-19 Chris LattnerIf an executable is run through a symlink, dladdr will...
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-19 Bill WendlingTemporarily XFAIL this test.
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Chris Lattneradd proper asmwriter and asmparser support for anonymou...
2009-02-18 Duncan SandsIn theory the aliasee may have dead constant users
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-18 Dan GohmanUse a sign-extend instead of a zero-extend when promoting a
2009-02-18 Dan GohmanSimplify by using dyn_cast instead of isa and cast.
2009-02-18 Dan GohmanClarify the definition of "latch block" in a comment.
2009-02-18 Dan GohmanAdd explicit keywords.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Rafael Espindolafix style
2009-02-18 Owen AndersonAdd a test for r61358, which I forgot to add way back...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-18 Dan GohmanChange the argument type in this test to something...
2009-02-18 Evan ChengGV with null value initializer shouldn't go to BSS...
2009-02-18 Chris Lattnerallow TimeRegion to take a potentially-null pointer...
2009-02-18 Dan GohmanFix a corner case in the new indvars promotion logic...
2009-02-18 Dan GohmanFix a typo in a comment.
2009-02-17 Duncan SandsIf an alias is dead and so is its aliasee, then globald...
2009-02-17 Devang PatelAnd now, not so elegant, test case...
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-17 Dan GohmanLoopIndexSplit doesn't actually use ScalarEvolution.
2009-02-17 Dan GohmanAdd a method to ScalarEvolution for telling it when...
2009-02-17 Chris Lattnercommit a tweaked version of Daniel's patch for PR3599...
2009-02-17 Dan GohmanMove dumpPassStructure out of line.
2009-02-17 Dan GohmanTidy whitespace.
2009-02-17 Dan GohmanDelete trailing whitespace.
2009-02-17 Duncan SandsThis transform also applies to private linkage.
2009-02-17 Dan GohmanFix 80-column violation.
2009-02-17 Evan ChengA couple of places where reused use operands should...
2009-02-17 Chris Lattneradd a horrible note
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-17 Devang PatelTestcase for rev. 64704
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-02-17 Dan GohmanSimplify; fix some 80-column violations.
2009-02-16 Dan GohmanDelete trailing whitespace.
2009-02-16 Dan GohmanFix EnforceKnownAlignment so that it doesn't ever reduc...
2009-02-16 Daniel DunbarAdd llvm::RoundUpToAlignment.
2009-02-16 Ted KremenekFix bug where APSInt::operator-- incremented instead...
next