2004-07-20 |
Chris Lattner | Ignore instructions that are in trivially dead function... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Fix stack frame layout in prologue/epilogue. Patch... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Dump the old-fashioned C-style <ctype.h> in favor of... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Implement InstCombine/GEPIdxCanon.ll |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | New testcase that instcombine should help out with. |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Implement SimplifyCFG/BrUnwind.ll |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | test that unconditional branches to unwinds are always... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | Move handing of GlobalValues from getReg() to copyConst... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Rewrite cast->cast elimination code completely based... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Chris Lattner | Testcases missed by the instruction combiner |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | isupper() and tolower() are declared in <ctype.h> |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | * Fn args passed in registers are now recorded as used... |
commit | commitdiff | tree | snapshot |
2004-07-20 |
Misha Brukman | * cFP class split into cFP32 and cFP64 |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | While I'm at it, don't break codegen of mul by 3,5,9. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Generate better code for multiplies by negative constan... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Alkis Evlogimenos | Remove dead code. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Misha Brukman | Tabs to spaces. |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Misha Brukman | Convert tabs to spaces; fix name of function in assert... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix broken link |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Just run 'make', not all-gcc |
commit | commitdiff | tree | snapshot |
2004-07-19 |
John Criswell | Added support for stdint.h. It is now automatically... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix a bug that occurs when the last instruction in... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | When joining intervals, join intervals in deeply nested... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Split joinIntervals into two methods |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix comment |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Inline 4 methods |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Delete 4 methods, make clients use hte mark* methods... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | There is no need to store the MBB along with the MI... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Simplify the interface to LiveVariables::addVirtualRegi... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Remove the DefBlock element of VarInfo. DefBlock is... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Err, fix last checkin |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix bugpoint miscompilation support on OS/X |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Two changes, both very significant: |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | See comments. The live intervals were not coming out... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Fix assertion to not dereference end! |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Add some asserts that the list of intervals returned... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | remove the mbbi2mbbMap_, which was just keeping track... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | fill comment to 80 cols |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | classof implementations are now inlined |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | inline classof implementations, eliminate use of virtua... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | eliminate isConstantExpr, changes to isa<Constant>... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Add new enum entries for ConstantAggregateZeroVal/Const... |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Method now returns null, dtor is inlined |
commit | commitdiff | tree | snapshot |
2004-07-19 |
Chris Lattner | Change method to return void. Inline dtor |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Remove dead file |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Remove this printer |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | A description of what this library is about, reference... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Add note about GCC 3.3.2 being completely broken |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Initiali Makefile for this library. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Add a workaround for a GCC 3.3.2 bug |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Doesn't exist |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Fix a performance regression from the CPR patch, simpli... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Strip out and simplify some code. This also fixes... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Minor cleanup, no functionality change |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Fix infinite loop |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Remove an if statement that would never be reached. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Delete a redundant if branch. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Expand the coercion of constants to include the newly... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Delete a no-op loop. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Expand the scope to include global values because they... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Avoid an unnecessary isa<Constant>. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Fix infinite loop gccld'ing povray |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | CPR Fixes |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | CPR fixes |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Bug 122 fixed. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Remove useless statistic, fix some slightly broken... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Chris Lattner | Fix a rather serious bug in previous checkin |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Shrink some code. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Add a missing space to align comments. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | Fix typeos in comments. |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | User ValueListTy as the type of the ValueList. This... |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-18 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
2004-07-17 |
Reid Spencer | bug 122: |
commit | commitdiff | tree | snapshot |
next |