| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray | 2008-04-15 | 1 | -2/+2 |
* | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman | 2008-04-15 | 3 | -35/+51 |
* | In -view-sunit-dags, display "special" chain dependencies as cyan | Dan Gohman | 2008-04-14 | 1 | -0/+2 |
* | Avoid creating MERGE_VALUES nodes for single values. | Dan Gohman | 2008-04-14 | 1 | -1/+2 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 1 | -8/+8 |
* | Reverse sense of unwind-tables option. This means | Dale Johannesen | 2008-04-14 | 1 | -3/+3 |
* | Fix /test/CodeGen/PowerPC/big-endian-actual-args.ll for linux/ppc32 | Nicolas Geoffray | 2008-04-14 | 1 | -4/+4 |
* | Initial libcall support for LegalizeTypes. This is | Duncan Sands | 2008-04-14 | 3 | -0/+116 |
* | LegalizeTypes can sometimes have deleted nodes | Duncan Sands | 2008-04-13 | 2 | -0/+51 |
* | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray | 2008-04-13 | 1 | -2/+7 |
* | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands | 2008-04-13 | 1 | -11/+19 |
* | Factor some libcall code. | Duncan Sands | 2008-04-12 | 1 | -61/+49 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 8 | -490/+386 |
* | Do not add empty live intervals to handled_. They should never be undone for ... | Evan Cheng | 2008-04-11 | 1 | -2/+1 |
* | If a PHI node has a single implicit_def source, replace it with an implicit_d... | Evan Cheng | 2008-04-11 | 1 | -5/+19 |
* | Use of implicit_def is not part of live interval. Create empty intervals for ... | Evan Cheng | 2008-04-11 | 3 | -12/+53 |
* | detabify | Gabor Greif | 2008-04-11 | 1 | -1/+1 |
* | Remove implicit_def instructions that become dead as result of coalescing. | Evan Cheng | 2008-04-10 | 1 | -19/+37 |
* | Allow registers defined by implicit_def to be clobbered. | Evan Cheng | 2008-04-10 | 1 | -6/+15 |
* | A copy instruction may use a register multiple times on some targets. Change ... | Evan Cheng | 2008-04-10 | 1 | -2/+6 |
* | Add comment. | Evan Cheng | 2008-04-10 | 1 | -0/+2 |
* | Teach branch folding pass about implicit_def instructions. Unfortunately we c... | Evan Cheng | 2008-04-10 | 1 | -1/+56 |
* | - More aggressively coalescing away copies whose source is defined by an impl... | Evan Cheng | 2008-04-09 | 3 | -76/+297 |
* | Missed a hasInterval check. | Evan Cheng | 2008-04-09 | 1 | -0/+2 |
* | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen | 2008-04-08 | 1 | -2/+7 |
* | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman | 2008-04-07 | 3 | -13/+14 |
* | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein | 2008-04-07 | 6 | -109/+123 |
* | Silence warning when no assertions. | Chris Lattner | 2008-04-06 | 1 | -1/+2 |
* | Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. | Edwin Török | 2008-04-06 | 1 | -4/+19 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 2 | -46/+46 |
* | 1. IMPLICIT_DEF can *re-define* any register. | Evan Cheng | 2008-04-05 | 1 | -2/+42 |
* | Make sure both PendingLoads and PendingExports are flushed | Dale Johannesen | 2008-04-04 | 1 | -1/+4 |
* | Undo PHI elimination copy placement patch. This causes coalescing (performace... | Evan Cheng | 2008-04-04 | 1 | -30/+1 |
* | This is done. | Evan Cheng | 2008-04-04 | 1 | -4/+0 |
* | if some functions don't have debug info, we were outputing the same label at ... | Andrew Lenharth | 2008-04-03 | 1 | -2/+5 |
* | - Turn copies of implicit_def into implicit_def instructions. | Evan Cheng | 2008-04-03 | 2 | -6/+71 |
* | Special handling of zero-sized live intervals. | Evan Cheng | 2008-04-03 | 1 | -5/+19 |
* | - Treat a live range defined by an implicit_def as a zero-sized one. | Evan Cheng | 2008-04-03 | 1 | -2/+28 |
* | - PHI elimination also eliminates implicit_def that fits into a PHI node rath... | Evan Cheng | 2008-04-03 | 1 | -42/+84 |
* | Start of a series of patches related to implicit_def. | Evan Cheng | 2008-04-03 | 1 | -37/+70 |
* | Backing out 48222 temporarily. | Evan Cheng | 2008-04-03 | 6 | -137/+108 |
* | Make EH work with unnamed functions. Reenable running | Dale Johannesen | 2008-04-02 | 1 | -2/+4 |
* | Now that I am told MachineRegisterInfo also tracks physical register uses / d... | Evan Cheng | 2008-04-02 | 1 | -24/+64 |
* | Remove #include<map> from LiveVariables.h. Not referenced. | Evan Cheng | 2008-04-02 | 2 | -1/+3 |
* | Cosmetic changes per EH patch review feedback. | Dale Johannesen | 2008-04-02 | 1 | -1/+1 |
* | In some situations, we need to check for local interferences between the PHI | Owen Anderson | 2008-04-02 | 1 | -2/+11 |
* | Correctly mark a valno that was previous defined by a PHI node as having an | Owen Anderson | 2008-04-02 | 1 | -4/+7 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 4 | -90/+98 |
* | Re-materialization is for uses only. | Evan Cheng | 2008-04-01 | 1 | -4/+4 |
* | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 3 | -26/+17 |