2005-05-12 |
Chris Lattner | Expand 64-bit ctlz/cttz nodes for 32-bit targets |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Fix uint->fp casts on PPC, allowing UnitTests/2005... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
John Criswell | Correct a detail with the alloca instruction. |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Allow something to be legalized multiple times. This... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
John Criswell | Fixed some typos. |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Oops, don't do this after we figure out where to insert... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Make sure to expand all nodes, avoiding unintentional... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | handle a common case generated by the uint64 -> FP... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | add fixme |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Fix a really horrible problem that causes the JIT to... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Fix a problem where early legalization can cause token... |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | These targets don't like setcc |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Add a little hook |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Chris Lattner | Make legalize a bit more efficient, and canonicalize... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Nate Begeman | Add testcase for legalizing ISD::CTTZ efficiently.... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Nate Begeman | Necessary changes to codegen cttz efficiently on PowerPC |
commit | commitdiff | tree | snapshot |
2005-05-11 |
John Criswell | Regression test for PR#563. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Tanya Lattner | Fixed issue that broke ssa. |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | fix some GCC 4 warnings |
commit | commitdiff | tree | snapshot |
2005-05-11 |
John Criswell | Added support for decomposing constant expressions... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Fix lowering of ctlz, so now UnitTests/2005-05-11-Popco... |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | Fix lowering of cttz to work with signed values |
commit | commitdiff | tree | snapshot |
2005-05-11 |
Chris Lattner | fix and concisify intinsic lowering for ctpop. Unfortu... |
commit | commitdiff | tree | snapshot |
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 |
next |