| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The FoldingSet hash data includes pointer values, so it isn't | Dan Gohman | 2010-06-07 | 1 | -21/+28 |
* | Optimize this code somewhat by taking advantage of the fact | Dan Gohman | 2010-06-07 | 1 | -7/+13 |
* | Another place where the code wanted to access the argument list and not all of | Bill Wendling | 2010-06-07 | 1 | -2/+2 |
* | Micro-optimize this, to speed up this hotspot in debug builds a little. | Dan Gohman | 2010-06-07 | 1 | -2/+2 |
* | Micro-optimize this. | Dan Gohman | 2010-06-07 | 1 | -2/+4 |
* | Move exit check where it really belongs. | Jim Grosbach | 2010-06-07 | 1 | -4/+4 |
* | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman | 2010-06-07 | 1 | -123/+14 |
* | Create new accessors to get arguments for call/invoke instructions. It breaks | Bill Wendling | 2010-06-07 | 3 | -15/+18 |
* | Partial specialization was not checking the callsite to make sure it was usin... | Kenneth Uildriks | 2010-06-05 | 1 | -9/+33 |
* | This bug is also present in MSVC10. Requested by Elrood on IRC. | Duncan Sands | 2010-06-05 | 1 | -2/+2 |
* | revert r105521, which is breaking the buildbots with stuff like this: | Chris Lattner | 2010-06-05 | 8 | -256/+31 |
* | Initial AVX support for some instructions. No patterns matched | Bruno Cardoso Lopes | 2010-06-05 | 8 | -31/+256 |
* | Improvements to tail call code. No functional effect | Dale Johannesen | 2010-06-05 | 1 | -20/+22 |
* | getFoldedOffsetOf no longer does anything special with vector types. | Dan Gohman | 2010-06-05 | 1 | -1/+1 |
* | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 2 | -36/+19 |
* | LSR needs to remember inserted instructions even in postinc mode, because | Dan Gohman | 2010-06-05 | 1 | -1/+3 |
* | Fix some liveout handling related to tail calls, see comments. | Dale Johannesen | 2010-06-05 | 2 | -12/+12 |
* | Re-apply 105308 with fix. | Evan Cheng | 2010-06-04 | 1 | -7/+13 |
* | Don't track users of undef values; they aren't interesting for | Dan Gohman | 2010-06-04 | 1 | -1/+5 |
* | Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940 | Jim Grosbach | 2010-06-04 | 1 | -4/+23 |
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 2 | -19/+36 |
* | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel | 2010-06-04 | 1 | -4/+2 |
* | Skip dbg_value instructions when scanning instructions in register scavenging. | Jim Grosbach | 2010-06-04 | 1 | -0/+4 |
* | Fix normalization and de-normalization of non-affine SCEVs. | Dan Gohman | 2010-06-04 | 1 | -6/+9 |
* | Keep track of the call instructions whose clobber lists were skipped during fast | Jakob Stoklund Olesen | 2010-06-04 | 1 | -0/+17 |
* | More thoroughly disable tails calls by default. | Dale Johannesen | 2010-06-04 | 1 | -3/+3 |
* | Another fix to prevent debug info from affecting codegen. rdar://7797940 | Jim Grosbach | 2010-06-04 | 1 | -0/+4 |
* | more dbg_value adjustments so debug info doesn't affect codegen | Jim Grosbach | 2010-06-04 | 1 | -2/+4 |
* | Fixed a bug during widening where we would avoid legalizing a node. When we | Mon P Wang | 2010-06-04 | 1 | -31/+36 |
* | fix typo | Jim Grosbach | 2010-06-04 | 1 | -1/+1 |
* | For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs and | Bob Wilson | 2010-06-04 | 3 | -31/+75 |
* | Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs. | Bob Wilson | 2010-06-03 | 1 | -4/+21 |
* | Cleanup 80-column and trim trailing whitespace | Jim Grosbach | 2010-06-03 | 1 | -33/+33 |
* | Teach the ARM load-store optimizer to deal with dbg_value instructions. | Jim Grosbach | 2010-06-03 | 1 | -4/+16 |
* | Early implementation of tail call for ARM. | Dale Johannesen | 2010-06-03 | 5 | -6/+371 |
* | Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It | Dan Gohman | 2010-06-03 | 1 | -4/+8 |
* | Revert 105308. | Bob Wilson | 2010-06-03 | 1 | -1/+4 |
* | Machine sink could potentially sink instructions into a block where the physical | Bill Wendling | 2010-06-03 | 1 | -4/+56 |
* | Add first pass at darwin tls compiler support. | Eric Christopher | 2010-06-03 | 8 | -24/+168 |
* | One underscore, not two. | Eric Christopher | 2010-06-03 | 1 | -1/+1 |
* | Implement expansion in type legalization for add/sub with overflow. The | Eli Friedman | 2010-06-03 | 2 | -0/+73 |
* | Remove some already-fixed README entries. | Eli Friedman | 2010-06-03 | 1 | -86/+1 |
* | Remove README entry which no longer compiles to something sane. | Eli Friedman | 2010-06-03 | 1 | -56/+0 |
* | Remove a fixed item, update a couple partially-fixed items. | Eli Friedman | 2010-06-03 | 1 | -81/+22 |
* | Use the fast register allocator by default for -O0 builds. | Jakob Stoklund Olesen | 2010-06-03 | 1 | -1/+1 |
* | Use readsWritesVirtualRegister instead of counting uses and defs when inserting | Jakob Stoklund Olesen | 2010-06-03 | 1 | -46/+8 |
* | Add full register <imp-def> operands when the coalescer is creating partial | Jakob Stoklund Olesen | 2010-06-02 | 1 | -50/+50 |
* | Speedup bitcode writer. Do not walk all values for all functions to emit func... | Devang Patel | 2010-06-02 | 3 | -9/+16 |
* | Compulsive reformating. No functionalitical changes. | Bill Wendling | 2010-06-02 | 1 | -11/+19 |
* | Slightly change the meaning of the reMaterialize target hook when the original | Jakob Stoklund Olesen | 2010-06-02 | 12 | -38/+38 |