2005-05-11 |
Chris Lattner | Fix the last remaining bug preventing us from switching... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Do not memoize ADJCALLSTACKDOWN nodes, provide a method... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | wrap long line |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | new method |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Make sure to legalize generated ctpop nodes, convert... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Andrew Lenharth | Legalize for CTLZ generates a ctpop, but this ctpop... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Duraid Madina | expand count-leading/trailing-zeros; the test 2005... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | include the other bit count intrinsics |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Add some notes for expanding clz/ctz |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Simplify this code, use the proper shift amount |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Duraid Madina | add the popcount instruction and support this in the... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Legalize this correctly |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | No really IA*64* :) |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | X86 has more than just 32-bit registers |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | implement expansion of ctpop nodes, implementing CodeGe... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Print bit count nodes correctly |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | update this to reflect the new selection daggy world |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | don't duplicate information, particularly when it's... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Chris Lattner | Do not use "" as a sentinal for a missing argument... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Chris Lattner | new testcase for PR562 |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Misha Brukman | Remove vim modeline; this should go into ~/.vimrc |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Misha Brukman | Remove vim modeline, this belongs in ~/.vimrc |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Misha Brukman | Consistently surround `cl::' code structures with ... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Misha Brukman | Why output multiple strings, let the compiler concatena... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Misha Brukman | * Convert tabs to spaces, fix code alignment |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Duraid Madina | note HP-UX support |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Chris Lattner | Convert feature of the simple isel over for the pattern... |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Chris Lattner | Fix Reassociate/shifttest.ll |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Jeff Cohen | Silence some VC++ warnings |
commit | commitdiff | tree | snapshot |
2005-05-10 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | If a function contains no allocas, all of the calls... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | The semantics of cast X to bool are a comparison agains... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | testcase I've had in my tree |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Implement READPORT/WRITEPORT, implementing the last... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | do not emit illegal instructions |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Fix the syntax of the i/o instructions, these are obvio... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | legalize readio/writeio into load/stores, fixing CodeGe... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | legalize readio/writeio into a load/store if requested |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | legalize READPORT, WRITEPORT, READIO, WRITEIO, at least... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Add support for matching the READPORT, WRITEPORT, READI... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Add support for READPORT, WRITEPORT, READIO, WRITEIO |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Add READPORT, WRITEPORT, READIO, WRITEIO nodes, wrap... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
John Criswell | Tell tblgen exactly where to find the include file. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | restore some non-dead code I removed last night breakin... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | fold and (shl X, C1), C2 -> rlwinm when possible. ... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Fold shifts into subsequent SHL's. These shifts often... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
John Criswell | Updated the list of code generators for LLVM 1.5. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
John Criswell | Little corrections. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Fix bug noticed by Tzu-Chien Chiu, thanks! |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Duraid Madina | fix and cleanup constmul code a bit, this fixes mediabe... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | tweak test to accept the (good) code emitted by the... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Wrap long lines, remove dead code that is now handled... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Fix FP -> bool casts |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | implement and.ll:test33 |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Reid Spencer | Add note to self to complete the testing of all intrins... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Don't use the load/store instruction as the source... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | memoize all nodes, even null Value* nodes. Do not... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | wrap long lines |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Print SrcValue nodes correctly |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | New testcase that crashes the pattern isel |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Preserve CC's when linking modules |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | Preserve calling conventions when doing IPO |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Chris Lattner | wrap long lines, preserve calling conventions when... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | By definition, 'tail' calls cannot access the stack... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | New testacse for information exposed by the 'tail'... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Verify that varargs functions all have ccc |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Convert non-address taken functions with C calling... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | If loopextract breaks the program provide output so... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | add a testcase for a case we do not handle yet |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Implement Reassociate/mul-neg-add.ll |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Bail out earlier |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Teach reassociate that 0-X === X*-1 |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Fix PR557 and basictest[34].ll. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | new testcases for PR557 |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Add debugging information |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | eliminate gotos |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Wrap long lines. Fix "warning: conflicting types for... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Improve reassociation handling of inverses, implementin... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | clean up and modernize this pass. |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Strength reduce SAR into SHR if there is no way sign... |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Jeff Cohen | Update my info |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Refactor some code |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Chris Lattner | Handle some simple cases where we can see that values... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | Fix a miscompilation of crafty by clobbering the "A... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | Move licm after reassociate, add some cond-propagate... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | Rewrite the guts of the reassociate pass to be more... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Reid Spencer | * Break tests into individual cases so its easier to... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Reid Spencer | * Add two strlen optimizations: |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Reid Spencer | Don't increment the counter unless the debug flag is... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | Convert shifts to muls to assist reassociation. This... |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | test that reassociate can handle shifts |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Chris Lattner | Simplify the code and rearrange it. No major functiona... |
commit | commitdiff | tree | snapshot |
next |