2003-06-27 |
Chris Lattner | New testcase that crashes the cfe |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Brian Gaeke | Nice tasty llc fixes. These should fix LLC for x86... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Brian Gaeke | Here are the notes from our Reoptimizer meetings. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Modify script to support checkins on branches |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Brian Gaeke | Number constants from constant pool as CPIf_i where... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Add a testcase to ensure that ctor/dtor attributes... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Add support to globaldce for deleting dead function... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | When internalizing global ctor/dtor list, also mark... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Run the simplify CFG pass after instcombine which has... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | New variable which is just the GCCLD tool |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Implement more aggressive folding of constant GEP instr... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Add support for elimination of load instruction from... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | add tests for elimination of loads |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Move the instcombine pass before globaldce, so that... |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Chris Lattner | Don't register the destructors if the list is empty |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Brian Gaeke | Integrate the C writer's name mangler. |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Brian Gaeke | First draft of X86 LLC backend. This should be OK for... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Add test for instcombine -1*X -> -X |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Instcombine: X * -1 -> -X |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Fix bug: Mem2Reg/2003-06-26-IterativePromote.ll |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Remove completed tasks |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Joel Stanley | - Fixed name mangling conditions to handle 'linkonce... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Try to run cleanups even if nothing was modified in... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Run dead arg elimination, and tell it that it's ok... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Chris Lattner | Add argument to DAE to allow operation on non-internal... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Brian Gaeke | It seems likely that floats would need a cast too,... |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Don't print message, remove temp files |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Fix bug: ADCE/2003-06-24-BadSuccessor.ll |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Make assertion more descriptive |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Modernize testcase |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Do not mark ALL terminators live if any instruciton... |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | modernize testcase |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Make sure adce is basically working! |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Modernize testcases |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Fix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Fix bug: TailDup/2003-06-24-Simpleloop.ll |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Testcase reduced by bugpoint |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Chris Lattner | Run the tail dup tests |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Joel Stanley | Prevented inclusion of (non-existent) stdint.h on Sparc. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | Implement new transforms: |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | Fix comment |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | Yet another testcase |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | Test cases for when casts to bool can be eliminated |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Brian Gaeke | Fix 2003-06-23-PromotedExprs.llx -- if we are adding... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Brian Gaeke | New test case for C Writer regression found in 256... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Brian Gaeke | Allow .llx testcases (i.e., those that contain explicit... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Brian Gaeke | Include <cmath> instead of <math.h> |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | Add support for GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | New testcase for a GCC bug |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Chris Lattner | avoid dividing by zero when dealing with zero sized... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Vikram S. Adve | Add the padding needed for variable-size alloca's,... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | New testcase narrowed down by Joel |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Add paranoia checking |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Initial checkin |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Test change |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Add tail duplication pass to the pipeline, move the... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Add prototype for tail-dup pass |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Initial checkin of Tail duplication pass. |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Do not use the inefficient, fixed function, CBW, CDQ... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Get rid of WORDSIZE macro which can pollute untold... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Whoops, accidentally lost a #include |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Remove support for the MultiObject flag, which was... |
commit | commitdiff | tree | snapshot |
2003-06-22 |
Chris Lattner | Remove support for the MultiObject flag, which was... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Instcombine cast (getelementptr Ptr, 0, 0, 0) to .... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Add testcase for reason that typesafety of power is... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Clarify that variables must be global |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | update documentation about columns |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Minor simplification to 64-bit instsel |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | For 16 and 32-bit multiplies, use the IMUL instruction... |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Add IMULr16 & IMULr32 instructions |
commit | commitdiff | tree | snapshot |
2003-06-21 |
Chris Lattner | Generate code for LONG indexes to getelementptr instruc... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Chris Lattner | Some preprocessors doen't support // comments and get... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Chris Lattner | Remove obsolete support for LD_LIBRARY_PATH |
commit | commitdiff | tree | snapshot |
2003-06-20 |
John Criswell | Updated to the new Makefile.common. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
John Criswell | Reverted back to revision 1.91. |
commit | commitdiff | tree | snapshot |
2003-06-20 |
John Criswell | Added a hack that takes the path relative to the home... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
John Criswell | The modifications to LD_LIBRARY_PATH now add the specif... |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Chris Lattner | Minor cleanups |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Chris Lattner | Fix problem building optmized build |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Chris Lattner | Fix the build. :( |
commit | commitdiff | tree | snapshot |
2003-06-20 |
Vikram S. Adve | RDCCR defines arg. #1, not arg. #2. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Chris Lattner | Changes to privatize NodeType |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Chris Lattner | * Changes to make NodeType be private to DSNode. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Chris Lattner | Lots of changes to make the NodeType field private... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Brian Gaeke | Fix output bug: Intel asm comment character is #, not ;. |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Brian Gaeke | RECAPITALIZE all the names of pseudo-instructions,... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Brian Gaeke | Rename many instructions to their Intel asm-compatible... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Brian Gaeke | Add Initialization and Finalization methods for the... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Chris Lattner | Remove usage of sys/unistd.h |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Chris Lattner | Funcresolve no longer performs nicification of resolved... |
commit | commitdiff | tree | snapshot |
next |