2008-09-23 |
Matthijs Kooijman | Fix indendation.
|
commit | commitdiff | tree |
2008-09-02 |
Matthijs Kooijman | Revert r55557, it is causing linking failures on 32bit...
|
commit | commitdiff | tree |
2008-08-14 |
Matthijs Kooijman | Replace two for loops with while(!X->use_empty()) loops...
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Let SRETPromotion properly preserve the function name...
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Fix SRETPromotion, it was generating functions without...
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Add a basic test for the SRETPromotion pass.
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Move two tests from SRETPromotion to Inline, since...
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Add some debug output to SRETPromotion.
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Silence a warning.
|
commit | commitdiff | tree |
2008-08-07 |
Matthijs Kooijman | Remove trailing spaces.
|
commit | commitdiff | tree |
2008-07-30 |
Matthijs Kooijman | Document BasicBlock::Create.
|
commit | commitdiff | tree |
2008-07-30 |
Matthijs Kooijman | Not that using stream headers other than iostream is...
|
commit | commitdiff | tree |
2008-07-29 |
Matthijs Kooijman | Add -unroll-allow-partial command line option that...
|
commit | commitdiff | tree |
2008-07-29 |
Matthijs Kooijman | Restructure ArgumentPromotion a bit. Instead of just...
|
commit | commitdiff | tree |
2008-07-29 |
Matthijs Kooijman | Improve bugpoint output a bit by outputting the actual...
|
commit | commitdiff | tree |
2008-07-29 |
Matthijs Kooijman | Add a GetElementPtrInst::getIndexedType that accepts...
|
commit | commitdiff | tree |
2008-07-17 |
Matthijs Kooijman | Make GlobalOpt preserve address spaces when scalar...
|
commit | commitdiff | tree |
2008-07-16 |
Matthijs Kooijman | Add a few cases to instcombine's extractvalue testcase.
|
commit | commitdiff | tree |
2008-07-16 |
Matthijs Kooijman | Un-XFAIL multdeadretval, since instcombine now properly...
|
commit | commitdiff | tree |
2008-07-16 |
Matthijs Kooijman | Redo InstCombiner::visitExtractValueInst. Instead of...
|
commit | commitdiff | tree |
2008-07-16 |
Matthijs Kooijman | Don't use ++idx_begin when I actually mean idx_begin...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | XFAIL the multdeadretval test for now, I will be fixing...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Remove a few tests which no longer hold for deadargelim...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Add a testcase for the canonicalizations now performed...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Allow deadargelim to change return types even though...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Revert r53606. It turns out that explicitely tracking...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Make deadargelim a bit less smart, so it doesn't choke...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Don't use isa when we can reuse a previous dyn_cast.
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Make DeadArgElim keep liveness of the return value...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Fix typo.
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Let DAE keep a list of live functions, instead of simply...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Split DAE::MarkLive into MarkLive and PropagateLiveness.
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Pass around const RetOrArg references instead of copying...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Simplify debug code by using RetOrArg::getDescription().
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Fix indentation (intentionally left out of the previous...
|
commit | commitdiff | tree |
2008-07-15 |
Matthijs Kooijman | Move the deadargelim code for intrinsically alive functions...
|
commit | commitdiff | tree |
2008-07-10 |
Matthijs Kooijman | Restructure dead argument elimination, try #3 :-)
|
commit | commitdiff | tree |
2008-07-08 |
Matthijs Kooijman | Add CallSite::getArgumentNo() to be able to translate...
|
commit | commitdiff | tree |
2008-07-08 |
Matthijs Kooijman | Add CallSite::getArgumentOffset() to hide the differences...
|
commit | commitdiff | tree |
2008-07-03 |
Matthijs Kooijman | Add newline at the end of Constants.cpp.
|
commit | commitdiff | tree |
2008-07-02 |
Matthijs Kooijman | Update link to testing guide to use the new title.
|
commit | commitdiff | tree |
2008-06-26 |
Matthijs Kooijman | Make LLVM compile on DragonFly BSD (PR2499).
|
commit | commitdiff | tree |
2008-06-26 |
Matthijs Kooijman | Add missing semicolumn in my last commit.
|
commit | commitdiff | tree |
2008-06-26 |
Matthijs Kooijman | Improve comments wrt createInternalize.
|
commit | commitdiff | tree |
2008-06-25 |
Matthijs Kooijman | Fix a (false) warning on darwin.
|
commit | commitdiff | tree |
2008-06-25 |
Matthijs Kooijman | Fix some cosmetics in comments.
|
commit | commitdiff | tree |
2008-06-24 |
Matthijs Kooijman | Commit the new DeadArgElim pass again, this time with...
|
commit | commitdiff | tree |
2008-06-24 |
Matthijs Kooijman | Allow the test suite to be checked out into projects...
|
commit | commitdiff | tree |
2008-06-24 |
Matthijs Kooijman | Update testing documentation with more consistent terminology.
|
commit | commitdiff | tree |
2008-06-24 |
Matthijs Kooijman | Rename a few variables to be more consistent.
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Add testcase that checks that DeadArgElim doesn't touch...
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | 80 column and trailing whitespace fixes.
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Don't let DeadArgumentElimination attempt to update...
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Don't let DeadArgElimination change the return type...
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Explicitely track if any arguments or return values...
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Remove debug output.
|
commit | commitdiff | tree |
2008-06-20 |
Matthijs Kooijman | Recommit r52459, rewriting of the dead argument elimination...
|
commit | commitdiff | tree |
2008-06-19 |
Matthijs Kooijman | Modify some ipconstprop tests to also test with invokes.
|
commit | commitdiff | tree |
2008-06-19 |
Matthijs Kooijman | Use a CallSite to find the nth argument of a call/invoke...
|
commit | commitdiff | tree |
2008-06-18 |
Matthijs Kooijman | Rewrite the DeadArgumentElimination pass, to use a...
|
commit | commitdiff | tree |
2008-06-18 |
Matthijs Kooijman | Reapply r52397 (make IPConstProp promote returned arguments...
|
commit | commitdiff | tree |
2008-06-18 |
Matthijs Kooijman | Reapply r52396, it was unrelated to the breakage (that...
|
commit | commitdiff | tree |
2008-06-17 |
Matthijs Kooijman | Forgot to commit the ValueTracking header file along...
|
commit | commitdiff | tree |
2008-06-17 |
Matthijs Kooijman | Learn IPConstProp to propagate arguments that are directly...
|
commit | commitdiff | tree |
2008-06-17 |
Matthijs Kooijman | Learn IPConstProp to look at individual return values...
|
commit | commitdiff | tree |
2008-06-17 |
Matthijs Kooijman | 80 column fixes.
|
commit | commitdiff | tree |
2008-06-17 |
Matthijs Kooijman | Use a SmallVector instead of an array, since auto_ptr...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Make BuildSubAggregate use FindInsertedElement again...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Make the InsertBefore argument to FindInsertedValue...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Pass around Instruction* instead of Instruction& in...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Make testcase check for extractvalue instead of extractelement.
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | 80 column fixes.
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Move FindScalarValue from InstructionCombining.cpp...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Store the result of multiple identical run lines in...
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Add comment.
|
commit | commitdiff | tree |
2008-06-16 |
Matthijs Kooijman | Fix PR numbers, I accidentally switched two digits.
|
commit | commitdiff | tree |
2008-06-13 |
Matthijs Kooijman | XFAIL some tests that became failing due to the extra...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Don't try to compile tests for the ev56 alpha subtarget...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Pass -silence-passes to bugpoint in testcases, this...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Let bugpoint display generated messages on stderr only...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Add -silence-passes option to bugpoint. This option...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Fix redirection of stderr in sys::Program::ExecuteAndWait...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Make I/O redirection handling in sys::Program a bit...
|
commit | commitdiff | tree |
2008-06-12 |
Matthijs Kooijman | Add line continuation character so the avoid dup loop...
|
commit | commitdiff | tree |
2008-06-11 |
Matthijs Kooijman | Teach instruction combining about the extractvalue...
|
commit | commitdiff | tree |
2008-06-11 |
Matthijs Kooijman | Clarify a comment.
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Ignore stderr for some more tests that expect warnings...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Fix some more quoting issues in RUN lines, this time...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Fix some escaping and quoting in RUN lines, mainly...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Remove double pipes in RUN commandlines.
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Remove trailing whitespace after line continuations...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Let some more tests ignore expected output on stderr.
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Remove some debug output from tblgen. This fixes a...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Fix some llvm-gcc warnings in testcases, mostly by...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | For all RUN lines starting with "not", redirect stderr...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Suppress the (stderr) output of -aa-eval, this fixes...
|
commit | commitdiff | tree |
2008-06-10 |
Matthijs Kooijman | Change llvm.exp so it no longer ignores some errors...
|
commit | commitdiff | tree |
2008-06-05 |
Matthijs Kooijman | Change the Verifier to support returning first class...
|
commit | commitdiff | tree |
2008-06-05 |
Matthijs Kooijman | Learn ScalarReplAggregrates how stores and loads of...
|
commit | commitdiff | tree |
2008-06-05 |
Matthijs Kooijman | Let StructRetPromotion check if all if its users are...
|
commit | commitdiff | tree |
next |