2009-05-12 |
Daniel Dunbar | Remove obsolete Makefile magic for calling llvm-upgrade |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Daniel Dunbar | Install bytecode libraries with a .bca suffix, otherwis... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Sanjiv Gupta | Mark mayLoad, mayStore for insns correctly and use... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Bob Wilson | Fix pr4195: When iterating through predecessor blocks... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dan Gohman | Factor the code for collecting IV users out of LSR... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dan Gohman | When forgetting SCEVs for loop PHIs, don't forget SCEVU... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Dan Gohman | Fix GetMinTrailingZeros for SCEVSignExtend and SCEVZero... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Evan Cheng | Avoid unneeded SIB byte encoding. Patch by Zoltan Varga. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Bill Wendling | - Record that the debug info is actually used so that... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Lang Hames | Fixed PR4090. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Evan Cheng | Teach LSR to optimize more loop exit compares, i.e... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Mike Stump | Add DW_AT_APPLE_isa and DW_AT_APPLE_block. Radar 6867696 |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dale Johannesen | Fix PR4188. TailMerging can't tolerate inexact |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Evan Cheng | Apply patch review feedback. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Jay Foad | Don't #include DerivedTypes.h from TargetData.h. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Add a comment about the special meaning of VoidTy in... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Fix two wording errors that Duncan spotted. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Make this grep line a little more specific so that... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Evan Cheng | Unbreak non-debug build. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Evan Cheng | Eliminate a compiler warning. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | When scalarizing a vector BITCAST, check whether the... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | LLVM has unaligned loads and stores now. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Douglas Gregor | Add terminal width detection to llvm::sys::Process... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Upgrade this example to new-style syntax. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Convert a subtract into a negate and an add when it... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Chris Lattner | remove some done things: we have nocapture and SROA... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Dale Johannesen | Reverse a loop that is counting up to a maximum to |
commit | commitdiff | tree | snapshot |
2009-05-11 |
John Mosby | Shrink wrapping in PEI: |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Jay Foad | Don't generate redundant casts of constant values when... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Jay Foad | Change TargetData::getIntPtrType() to return an Integer... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Sanjiv Gupta | Fix more naming issues. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Sanjiv Gupta | Detect calls to compiler intrinsics and emit an extern... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Bill Wendling | Needed #includes. Thanks Fritz van Bommel! |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Bill Wendling | This is a large rewrite of how Dwarf info for inlined... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Sanjiv Gupta | Module iterator contains list of filescope functions... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Anton Korobeynikov | Add imm-reg and imm-mem patters for cmp on msp430 |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Anton Korobeynikov | Add MSP430 test for PR4136 |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Sanjiv Gupta | Changed lowering and asmprinter to use ABI Names class... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
Bill Wendling | --- Reverse-merging r71370 into '.': |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Bill Wendling | A debug function start was not being recorded when... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Evan Cheng | Oops. Don't forget to align single bb loops. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Eli Friedman | Allow scalar evolution to compute iteration counts... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Eli Friedman | Remove a completed optimization. Add a potential optim... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Sanjiv Gupta | Use 16 bit arithmetic while retrieving the address... |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Evan Cheng | Factor out code that optimize loop terminating condition. |
commit | commitdiff | tree | snapshot |
2009-05-09 |
Dan Gohman | Don't attempt to handle unsized types in ScalarEvolutio... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Evan Cheng | Enable loop bb placement optimization. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Fix bogus overflow checks by replacing them with actual |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Evan Cheng | PPC::B and PPC::BCC's target operand may be an immediate. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Mike Stump | In non-pic builds, we can use -mdynamic-no-pic for... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Use .td for tablegen files, not .ll. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Mike Stump | Avoid warning in release-asserts build. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bill Wendling | Mirror how Fast ISel determines if a region.end intrins... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Fold trunc casts into add-recurrence expressions, allow... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bill Wendling | Compute the offsets of the compile units. We need this... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Fix another bug in r71252. This code supports GetElementPtr |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bill Wendling | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Add memoization for getSCEVAtScope results for instructions |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Make the SCEV* form of getSCEVAtScope public, to allow... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bill Wendling | Minor clean ups. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Fix an error from r71252. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Bill Wendling | Print out nicer dump info for DIDescriptor. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Factor out the code for creating SCEVs for GEPs into a |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Implement several new SCEV folding rules for UDiv SCEVs. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Dan Gohman | Add a getExitBlock utility function to LoopInfo which... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Evan Cheng | Don't align loop header unless the loop back edge is... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Factor out cycle-finder code and make it generic. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Do not emit bit tests if target does not support native... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Allow 8 bit select in custom inserter |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Properly expand libcalls for urem / srem. Also make... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Typo |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Expand UREM / SREM into libcalls |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Anton Korobeynikov | Add 8 bit select |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Chris Lattner | Fix PR4152: asm constraint validation happens before... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Duncan Sands | Add some examples to show the difference between |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Chris Lattner | Change 'make install' to install tblgen, for better... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Chris Lattner | fix RewriteStoreUserOfWholeAlloca to use the correct... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Evan Cheng | Reverse branch condition only when there is a condition... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Nick Lewycky | Add explicit braces to disambiguate nested if/else... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Nick Lewycky | This transform requires valid TargetData info. Wrap... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Evan Cheng | Optimize code placement in loop to eliminate unconditio... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Nick Lewycky | Add missing #include for "strlen" which is used inline... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Sanjiv Gupta | Moved pic16 naming functions to correct place. |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Eli Friedman | PR4123: don't crash when inlining a call which uses... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Bob Wilson | Fix pr4100. Do not remove no-op copies when they are... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Bob Wilson | Fix a comment (again). |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Bob Wilson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | Revert 71165. It did more than just revert 71158 and... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | Perform constant folding on operands of instructions... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | SCEVComplexityCompare's new code was missing SCEVUDivEx... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Duncan Sands | Revert r70876 and add a testcase (@c7) showing the... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Bill Wendling | Temporarily revert r71158. It was causing a failure... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | Make ScalarEvolution's GroupByComplexity more thorough... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | Trim unnecessary headers. Code in Analysis shouldn... |
commit | commitdiff | tree | snapshot |
2009-05-07 |
Dan Gohman | Constant-fold ptrtoint+add+inttoptr to gep when the... |
commit | commitdiff | tree | snapshot |
next |