oota-llvm.git
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...
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-09-05 Daniel DunbarQuote another '%S' in a test.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-05 Daniel DunbarTemporary test files should use %t.
2009-09-05 Daniel DunbarDon't depend on arch specific global prefix.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-05 Daniel Dunbaropt: Add -S option to print output as LLVM assembly.
2009-09-05 Daniel DunbarEliminate some Tclisms.
2009-09-05 Benjamin KramerDelete unused #include.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-05 Devang PatelDetect VLAs.
2009-09-04 Devang PatelIgnore malformed global variable debug info.
2009-09-04 Benjamin KramerPrune #includes.
2009-09-04 Benjamin KramerRemove an unneeded call to c_str().
2009-09-04 Kevin EnderbyAdded AsmToken enum constants to MCAsmLexer.h for ...
2009-09-04 Kevin EnderbyAdded the AsmToken::Hash enum constant to MCAsmLexer...
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Andreas NeustifterPrevent warnings on compilers for which its not clear...
2009-09-04 Lang HamesRemoved yet another std::ostream reference.
2009-09-04 Lang HamesRemoved some junk and a std::ostream operator that...
2009-09-04 Lang HamesReplaces uses of unsigned for indexes in LiveInterval...
2009-09-04 Dale JohannesenTest for llvm-gcc commit 81037.
2009-09-04 Andreas NeustifterUpdated tests to use ProfileVerifer to test ProfileLoad...
2009-09-04 Andreas NeustifterCleaned up ProfileVerifierPass.
2009-09-04 Andreas NeustifterConverted MaximumSpanningTree algorithm to a generic...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-04 Duncan SandsUse delete[] to match new[] (found by valgrind).
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Evan ChengFix comment for consistency sake.
2009-09-04 Daniel DunbarRemove stale greps.
2009-09-04 Daniel DunbarUpdate lib deps.
2009-09-04 Bob WilsonConvert tests to FileCheck.
2009-09-04 Jim GrosbachWhitespace cleanup
2009-09-04 Eric ChristopherIf there's a calling convention attach it to the rewind...
2009-09-04 Bob WilsonConvert a test to FileCheck.
2009-09-03 Evan ChengFunky indentation.
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Erick TryzelaarReplace ocamlc tests with ocamlopt tests since they...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Daniel DunbarAdd test for PR4873, which works for me.
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 David GoodwinDon't crash when target has no itineraries.
2009-09-03 Bill WendlingIf we've pushed registers onto the stack, but aren...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 David GoodwinCreate our own block initializer for kill fixups as...
2009-09-03 David GoodwinCalls clobber FPSCR.
2009-09-03 Ted KremenekMake ImmutableMap/ImmutableSet quicker by only canonica...
2009-09-03 Daniel DunbarDisable some parts of the profiling-tool-chain test...
2009-09-03 Daniel DunbarRemove dead greps.
2009-09-03 Bob WilsonOverhaul the TwoAddressInstructionPass to simplify...
next