2007-08-13 |
Chris Lattner | move assertion into mutex guard, a partial fix for... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Dan Gohman | When x86 addresses matching exceeds its recursion limit... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Chris Lattner | Fix PR1607 |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Chris Lattner | test that the ptr-to-method is succefully eliminated... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Chris Lattner | Constant fold: getelementptr (i8* inttoptr (i64 1 to... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Evan Cheng | Kill info update bugs. |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Reid Spencer | Make use of the llvm-ld tool's new ability to read... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Reid Spencer | Don't build llvm-stub twice. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Chris Lattner | oops, forgot to commit this. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Reid Spencer | Change casts from old style to new style. This helps... |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Devang Patel | Split loops and do CFG cleanup. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Reid Spencer | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2007-08-12 |
Evan Cheng | No need to remove dead range from soon-to-be-dead live... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | constant fold ptrtoint(inttoptr) with target data when... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | Transform a load from an undef/zero global into an... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | expand a note |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Chris Lattner | With evan's explicit flag representation, hopefully... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Reid Spencer | Now that llvm-ld can accept - as input from stdin,... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Reid Spencer | Fix a comment typo noticed by Sandro Magi. |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Bill Wendling | 64-bit SSSE3 ops that use MMX registers don't require... |
commit | commitdiff | tree | snapshot |
2007-08-11 |
Evan Cheng | Code to maintain kill information during register coale... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Use subregs to improve any_extend code generation when... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Fix test so it passes. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Increase efficiency of sign_extend_inreg by using subre... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Edit README in light of previous LEA16 commit. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Add 2-addr to 3-addr promotion code that allows 32... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Christopher... | Move isSubRegOf into MRegisterInfo. Fix a missed move... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Do not overuse std::string. Pass around char * directly. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Clone loop. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Add utility to clone loops. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Add #ifndef guard. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | add #ifndef guards |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | add Value::getNameStart/getNameLen() accessors. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Dan Gohman | Add a test script for counting lines. This can be used... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Dan Gohman | Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Rafael Espindola | propagate struct size and alignment of byval arguments... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Bill Wendling | For kicks, I though it would be fun to use the correct... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | memcpy with zero length is hugely expensive, so avoid... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | small speedup in the case where a smallvector is defaul... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Bill Wendling | Adding SSSE3 intrinsics. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | minor simplifications. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | avoid copying strings. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Remove unncessary duplication. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Calculate exit and start value of true loop and false... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | ExitCondition and Induction variable are loop constraints |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | Bug fix. ~1U marks the val# dead. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Patch 10 for long double. Doing constants right needs... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | Temporarily backing out this change until we know why... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | divb / mulb outputs to ah. Under x86-64 it's not legal... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | when we see a unaligned load from an insufficiently... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | GR16_ sub-register class should be GR8_, not GR8. That... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Update per review comments. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Owen Anderson | Make NonLocal and None const in the right way. :-) |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Devang Patel | Traverse loop blocks' terminators to find split candidates. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | long double 9 of N. This finishes up the X86-32 bits |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Fix arguments for some Altivec instructions. From... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Scott Michel | If a target really needs to custom lower constants... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add more comments to memdep. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Add cost analysis. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Make memdep fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add one more comment. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Cleanup and comment-ize the memdep header. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Preserve dom info while processing one iteration loop. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Change the None and NonLocal markers in memdep to be... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Separate program name from error message with a : |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Clear split info. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Terminate an error message with a newline. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Handle multiple split conditions. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Make it clear that getSTDIN returns null when stdin... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Make getSTDIN return null if the standard input is... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Allow the filename "-" to be a place holder for stdin... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Global values also don't undead-ify pointers in our... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Make handleEndBlock significantly faster with one trivi... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Small improvement: if a function doesn't access memory... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add some comments, remove a dead argument, and simplify... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | eliminate redundant conditions from the signless types... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | Handle functions with no name better. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Adding kill info to val#. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | significantly speed up constant folding of calls (and... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | Speed up updateDFSNumbers with two observations: |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | A few more small cleanups. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Clean up and bug fix. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | reimplement dfs number computation to be significantly... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | First round of cleanups from Chris' feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | - Each val# can have multiple kills. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Embrace patch review feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Remove a dead assertion. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Evan Cheng | - LiveInterval value#'s now have 3 components: def... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix new compare instruction's signness. Caught by Chris... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Don't insert nearly as many redundant phi nodes. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Fix spelling of mtvscr and mfvscr. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Long double patch 8 of N: make it partially work in |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Who thought up this crazy formatting scheme? |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Okay, over/back tags don't next. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Use eraseFromParent(). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Try an indent level for better formatting. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add the code generation options. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Make this code more efficient |
commit | commitdiff | tree | snapshot |
next |