oota-llvm.git
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-08 Chris Lattneranother typo
2009-09-08 Evan ChengDo not specify -mmacosx-version-min if building for...
2009-09-08 Chris Lattnerremove an extremely dubious instcombine transformation of
2009-09-08 Devang PatelRemove dead code.
2009-09-08 Dan GohmanTrim unnecessary declarations.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-08 Daniel DunbarFix may-be-used-uninitialized warning.
2009-09-08 Dan Gohmanllvm-as is no longer needed here, now that opt can...
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Anton KorobeynikovAdd NEON 'laned' operations. This fixes another bunch...
2009-09-08 Chris Lattnerfix a couple typos pointed out by edwin and duncan
2009-09-08 Dan GohmanUnbreak these tests. Chris, please verify that these...
2009-09-08 Richard PenningtonAdd source debug information to the Sparc code generator.
2009-09-08 Nicolas GeoffrayWhen emitting a label for a PostCall safe point, the...
2009-09-08 Nicolas GeoffrayAlso emit a label for TargetInstrInfo::GC_LABEL.
2009-09-08 Anton KorobeynikovUnbreak
2009-09-08 Evan ChengWhen remat'ing and destination virtual register has...
2009-09-08 Chris LattnerPrint "X-42" instead of "X+-42".
2009-09-08 Chris Lattnermake formatting of expressions more closely match the...
2009-09-08 Chris Lattnertidy whitespace.
2009-09-08 Chris Lattnerdisable some irrelevant eh emission
2009-09-08 Chris Lattneradd support for some missing modifiers on jumptable...
2009-09-08 Chris Lattneradd a bunch more evil lowering code to work around...
2009-09-08 Daniel Dunbarlit needs bash for tcl-as-sh execution, we use set...
2009-09-08 Chris LattnerADd support for "lowering" the X86::MOVZX16rr8/X86...
2009-09-08 Chris Lattneradd a hack to lower MOV16r0 to MOV32r0 in MCInstLower...
2009-09-08 Daniel DunbarFix typo that worked on python 2.6.
2009-09-08 Nick LewyckyHoist out the test+insert to CheckedTypes. This doesn...
2009-09-08 Daniel DunbarFix a refactoro.
2009-09-08 Daniel DunbarAdd 'lit' support for llvm tests.
2009-09-08 Daniel DunbarAdd 'lit' testing tool.
2009-09-08 Chris Lattnerllvm::cerr is gone.
2009-09-08 Chris Lattnerupdate this to use raw_ostream
2009-09-08 Chris Lattnerfix PR4767, a crash because fp stackifier visited blocks in
2009-09-08 Chris Lattnerremove a turd
2009-09-08 Chris Lattnerinstcombine transforms vector loads that are only used by
2009-09-08 Chris Lattnerfix pasto
2009-09-08 Chris Lattneradd getVectorOperand/getIndexOperand accessors to Extra...
2009-09-08 Nick LewyckySimplify from my last change. Assert1 is a macro that...
2009-09-08 Dan GohmanFix an abort on a store of an empty struct member....
2009-09-08 Nick LewyckyVerify types. Invalid types can be constructed when...
2009-09-08 Chris Lattnerfix PR4915, a crash in -debug mode.
2009-09-08 Chris LattnerFix PR4882, by making MemCpyOpt not dereference removed...
2009-09-08 Chris Lattnerfix ComputeMaskedBits handling of zext/sext/trunc to...
2009-09-08 Chris Lattneradd some comments to describe the invariants.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-07 Chris Lattneradd some more notes.
2009-09-07 Dan GohmanAdd a testcase for the GlobalOpt inbounds fix.
2009-09-07 Chris Lattnerdescribe undef semantics in some more detail.
2009-09-07 Dan GohmanAdd inbounds to these getelementptrs, now that GlobalOp...
2009-09-07 Dan GohmanDon't commit stores with addresses that have indices...
2009-09-07 Dan GohmanDon't commit addresses of aggregate values. This avoids...
2009-09-07 Dan GohmanFix GlobalOpt to avoid committing a store if the addres...
2009-09-07 Dan GohmanPreserve the InBounds flag when evaluating a getelement...
2009-09-07 Dan GohmanSimplify this code by using hasDefinitiveInitializer().
2009-09-07 Chris Lattnertighten test.
2009-09-07 Chris Lattnertweak test, add PR#
2009-09-07 Nick LewyckyExpress this in the canonical way.
2009-09-07 Nick LewyckyHomogenize whitespace.
2009-09-07 Daniel DunbarUse -output-prefix in bugpoint tests so that outputs...
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-09-07 Daniel DunbarDon't depend on Tcl behavior of redirecting stderr...
2009-09-07 Daniel DunbarAvoid Tcl substitution, introduced %llvmgcc_only for...
2009-09-07 Duncan SandsUsing a signal handler that does nothing should be
2009-09-07 Daniel DunbarUpdate unittests for MDNode uniquing disable.
2009-09-07 Daniel DunbarDisable MDNode uniquing.
2009-09-07 Daniel DunbarDocument opt -S argument.
2009-09-06 Eric ChristopherFix comment.
2009-09-06 Anton KorobeynikovDo not create calls via PLT in compilation callback...
2009-09-06 Duncan SandsDo not try to override non-virtual methods, especially
2009-09-06 Duncan SandsRemove a left over bit of code with no effect.
2009-09-06 Duncan SandsAvoid warnings if assertions are off.
2009-09-06 Duncan SandsRemove unreachable code.
2009-09-06 Duncan SandsSimplify. Testing shows that this is not equivalent...
2009-09-06 Duncan SandsAvoid an unused variable warning when assertions are
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-06 Benjamin KramerMore MSVC warning fixes:
2009-09-06 Duncan SandsRemove strange 'const' qualifiers, as warned about...
2009-09-06 Benjamin KramerIt's a bool, so treat it like one. Fixes a MSVC warning.
2009-09-06 Duncan SandsMark constants as unsigned, as pointed out by icc
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
2009-09-06 Benjamin KramerFix an integer truncation noticed by MSVC.
2009-09-06 Benjamin KramerRemove splint hints to silence warnings from ICC and...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-06 Duncan SandsRemove unneeded declaration, as warned about by
2009-09-06 Daniel DunbarFix a possible crash call setIsInBounds.
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-06 Daniel DunbarFix spacing.
2009-09-05 Nick LewyckyNow that googletest can print ConstantRange, use EXPECT...
next