2011-10-25 |
Dan Gohman | Really remove Blackfin from the configure script.
|
commit | commitdiff | tree |
2011-10-25 |
Dan Gohman | Remove the Blackfin backend.
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Remove the SystemZ backend.
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Delete the top-down "Latency" scheduler. Top-down scheduling...
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Delete the Latency scheduling preference.
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Change this overloaded use of Sched::Latency to be...
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Remove the explicit request for "Latency" scheduling...
|
commit | commitdiff | tree |
2011-10-24 |
Dan Gohman | Change the default scheduler from Latency to ILP, since...
|
commit | commitdiff | tree |
2011-10-20 |
Dan Gohman | Disable the PPC hazard recognizer. It currently only...
|
commit | commitdiff | tree |
2011-10-20 |
Dan Gohman | Delete the list-tdrr scheduler. Top-down schedulers...
|
commit | commitdiff | tree |
2011-10-17 |
Dan Gohman | Teach the ARC optimizer about the !clang.arc.copy_on_escape...
|
commit | commitdiff | tree |
2011-10-17 |
Dan Gohman | Suppress partial retain+release elimination when there's a
|
commit | commitdiff | tree |
2011-10-12 |
Dan Gohman | Fix a thinko that Nick noticed. The previous code actually...
|
commit | commitdiff | tree |
2011-10-05 |
Dan Gohman | Make this test less sensitive to codegen optimizations.
|
commit | commitdiff | tree |
2011-09-29 |
Dan Gohman | When eliminating unnecessary retain+autorelease on...
|
commit | commitdiff | tree |
2011-09-29 |
Dan Gohman | Don't eliminate objc_retainBlock calls on stack objects...
|
commit | commitdiff | tree |
2011-09-22 |
Dan Gohman | Fix SimplifySelectCC to add newly created nodes to...
|
commit | commitdiff | tree |
2011-09-14 |
Dan Gohman | Don't mark objc_retainBlock as nounwind. It calls user...
|
commit | commitdiff | tree |
2011-09-14 |
Dan Gohman | objc_retainBlock is not NoModRef because it can update...
|
commit | commitdiff | tree |
2011-09-03 |
Dan Gohman | Revert r129875, XFAILing this test for arm, since the...
|
commit | commitdiff | tree |
2011-09-01 |
Dan Gohman | Revert r131152, r129796, r129761. This code is currently...
|
commit | commitdiff | tree |
2011-08-22 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2011-08-22 |
Dan Gohman | Constant pointers to objects don't need reference counting.
|
commit | commitdiff | tree |
2011-08-22 |
Dan Gohman | Make a few tests slightly more strict.
|
commit | commitdiff | tree |
2011-08-19 |
Dan Gohman | Track a retain+release nesting level independently...
|
commit | commitdiff | tree |
2011-08-18 |
Dan Gohman | Make it clear that this code is iterating in reverse...
|
commit | commitdiff | tree |
2011-08-12 |
Dan Gohman | Don't convert objc_autoreleaseReturnValue to objc_autoreleas...
|
commit | commitdiff | tree |
2011-08-12 |
Dan Gohman | Don't let arbitrary calls disrupt nested retain+release...
|
commit | commitdiff | tree |
2011-08-12 |
Dan Gohman | Use an actual reverse-CFG reverse-postorder for the...
|
commit | commitdiff | tree |
2011-08-11 |
Dan Gohman | Fix typos in comments, and delete an unused function.
|
commit | commitdiff | tree |
2011-08-09 |
Dan Gohman | Tidy up these testcases to look more like real code...
|
commit | commitdiff | tree |
2011-07-27 |
Dan Gohman | Revert r136156, which broke several buildbots.
|
commit | commitdiff | tree |
2011-07-26 |
Dan Gohman | Delete unnecessarily cautious LastCALLSEQ code.
|
commit | commitdiff | tree |
2011-07-22 |
Dan Gohman | Move the last uses of RetainFunc etc. over to using...
|
commit | commitdiff | tree |
2011-07-22 |
Dan Gohman | Fix x86's XALUO lowering to return its replacement...
|
commit | commitdiff | tree |
2011-07-21 |
Dan Gohman | Fix MergeInVectorType to check for vector types with...
|
commit | commitdiff | tree |
2011-07-15 |
Dan Gohman | LegalizeDAG doesn't need its own copy of this enum.
|
commit | commitdiff | tree |
2011-07-15 |
Dan Gohman | Delete LegalizeDAG's own version of isTypeLegal and...
|
commit | commitdiff | tree |
2011-07-15 |
Dan Gohman | Delete an unused variable and a redundant assert.
|
commit | commitdiff | tree |
2011-07-15 |
Dan Gohman | Modernize comments.
|
commit | commitdiff | tree |
2011-07-05 |
Dan Gohman | Revert r134366 and add an explicit triple to make this...
|
commit | commitdiff | tree |
2011-07-05 |
Dan Gohman | Remove the ObjC ARC passes from the default optimization...
|
commit | commitdiff | tree |
2011-07-01 |
Dan Gohman | Teach IVUsers to stop at non-affine expressions unless...
|
commit | commitdiff | tree |
2011-07-01 |
Dan Gohman | Improve constant folding of undef for cmp and select...
|
commit | commitdiff | tree |
2011-07-01 |
Dan Gohman | Improve constant folding of undef for binary operators.
|
commit | commitdiff | tree |
2011-06-20 |
Dan Gohman | Completely short-circuit out ARC optimization if the...
|
commit | commitdiff | tree |
2011-06-16 |
Dan Gohman | Fix ARCOpt to insert releases on both successors of...
|
commit | commitdiff | tree |
2011-06-16 |
Dan Gohman | Document nonlazybind.
|
commit | commitdiff | tree |
2011-06-16 |
Dan Gohman | Add a comment describing why transforming (shl x, 1...
|
commit | commitdiff | tree |
2011-06-14 |
Dan Gohman | This test is still failing. Delete the rest of it.
|
commit | commitdiff | tree |
2011-06-14 |
Dan Gohman | Revert r132991. This test is failing on the
|
commit | commitdiff | tree |
2011-06-10 |
Dan Gohman | Initialize BasicAA's AliasCache to set it to use fewer...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Add a testcase to demonstrate the problem where phi...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Reapply r131781, now that the GVN bug with partially...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Disable the main feature of 130180, the elimination...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Remove this test, which should have been reverted along...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Revert r131781 again. Apparently there is more going...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Reapply r131781 (revert r131809), now that some BasicAA...
|
commit | commitdiff | tree |
2011-06-04 |
Dan Gohman | Fix BasicAA's recursion detection so that it doesn...
|
commit | commitdiff | tree |
2011-06-03 |
Dan Gohman | When merging MustAlias and PartialAlias, chose PartialAlias...
|
commit | commitdiff | tree |
2011-05-27 |
Dan Gohman | Update this comment.
|
commit | commitdiff | tree |
2011-05-27 |
Dan Gohman | Fix copy+pastos.
|
commit | commitdiff | tree |
2011-05-24 |
Dan Gohman | Update documentation: -basicaa does chaining these...
|
commit | commitdiff | tree |
2011-05-24 |
Dan Gohman | Make DecomposeGEPExpression check SimplifyInstruction...
|
commit | commitdiff | tree |
2011-05-23 |
Dan Gohman | Document llvm.exp and llvm.pow.
|
commit | commitdiff | tree |
2011-05-23 |
Dan Gohman | When checking for signed multiplication overflow, watch...
|
commit | commitdiff | tree |
2011-05-21 |
Dan Gohman | When BasicAA can determine that two pointers have the...
|
commit | commitdiff | tree |
2011-05-18 |
Dan Gohman | When forming an ICmpZero LSRUse, normalize the non...
|
commit | commitdiff | tree |
2011-05-17 |
Dan Gohman | Misc. code cleanups.
|
commit | commitdiff | tree |
2011-05-17 |
Dan Gohman | Misc. code cleanups.
|
commit | commitdiff | tree |
2011-05-16 |
Dan Gohman | Delete unused variables.
|
commit | commitdiff | tree |
2011-05-16 |
Dan Gohman | Trim #includes.
|
commit | commitdiff | tree |
2011-05-16 |
Dan Gohman | Fix whitespace and 80-column violations.
|
commit | commitdiff | tree |
2011-05-09 |
Dan Gohman | Change a few std::maps to DenseMaps.
|
commit | commitdiff | tree |
2011-05-04 |
Dan Gohman | Give this test an explicit register allocator, so that...
|
commit | commitdiff | tree |
2011-05-03 |
Dan Gohman | Add an unfolded offset field to LSR's Formula record...
|
commit | commitdiff | tree |
2011-04-27 |
Dan Gohman | Teach BasicAA about arm.neon.vld1 and vst1.
|
commit | commitdiff | tree |
2011-04-27 |
Dan Gohman | When analyzing functions known to only access argument...
|
commit | commitdiff | tree |
2011-04-26 |
Dan Gohman | Fast-isel support for simple inline asms.
|
commit | commitdiff | tree |
2011-04-25 |
Dan Gohman | Fix an iterator invalidation bug.
|
commit | commitdiff | tree |
2011-04-12 |
Dan Gohman | Fix a hole in the definition of "dependence" used by...
|
commit | commitdiff | tree |
2011-04-12 |
Dan Gohman | Fix reassociate to use a worklist instead of recursing...
|
commit | commitdiff | tree |
2011-03-22 |
Dan Gohman | Fix fast-isel address mode folding to avoid folding...
|
commit | commitdiff | tree |
2011-03-10 |
Dan Gohman | RecursivelyDeleteTriviallyDeadInstructions only needs a
|
commit | commitdiff | tree |
2011-03-10 |
Dan Gohman | Fix reassociate to postpone certain instruction deletions...
|
commit | commitdiff | tree |
2011-03-04 |
Dan Gohman | When decling to reuse existing expressions that involve...
|
commit | commitdiff | tree |
2011-03-02 |
Dan Gohman | Don't re-use existing addrec expansions if they contain...
|
commit | commitdiff | tree |
2011-03-02 |
Dan Gohman | Make pred_iterator DefaultConstructible, and add an...
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Escape graph edge labels.
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Remove the showline argument from the SMDiagnostic...
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Code simplification.
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Simplify this code.
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Change directory_entry::path() to return a const std...
|
commit | commitdiff | tree |
2011-03-01 |
Dan Gohman | Revert PathV2 changes, as sys::fs::unique_file is not...
|
commit | commitdiff | tree |
2011-02-28 |
Dan Gohman | Delete obsolete test.
|
commit | commitdiff | tree |
2011-02-28 |
Dan Gohman | Delete the GEPSplitter experiment.
|
commit | commitdiff | tree |
2011-02-28 |
Dan Gohman | Delete the SimplifyHalfPowrLibCalls pass, which was...
|
commit | commitdiff | tree |
2011-02-28 |
Dan Gohman | Delete the LiveValues pass. I won't get get back to...
|
commit | commitdiff | tree |
2011-02-17 |
Dan Gohman | The labyrinthine X86 backend no longer appears to require
|
commit | commitdiff | tree |
2011-02-09 |
Dan Gohman | Optimize po_iterator: don't do redundant lookups.
|
commit | commitdiff | tree |
next |