2008-04-06 |
Torok Edwin | Prefer to expand mask for xor to -1, so we have a chanc... |
tree | commitdiff |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
tree | commitdiff |
2008-04-05 |
Evan Cheng | 1. IMPLICIT_DEF can *re-define* any register. |
tree | commitdiff |
2008-04-04 |
Dale Johannesen | Make sure both PendingLoads and PendingExports are... |
tree | commitdiff |
2008-04-04 |
Evan Cheng | Undo PHI elimination copy placement patch. This causes... |
tree | commitdiff |
2008-04-04 |
Evan Cheng | This is done. |
tree | commitdiff |
2008-04-03 |
Andrew Lenharth | if some functions don't have debug info, we were output... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | - Turn copies of implicit_def into implicit_def instruc... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Special handling of zero-sized live intervals. |
tree | commitdiff |
2008-04-03 |
Evan Cheng | - Treat a live range defined by an implicit_def as... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | - PHI elimination also eliminates implicit_def that... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Start of a series of patches related to implicit_def. |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Backing out 48222 temporarily. |
tree | commitdiff |
2008-04-02 |
Dale Johannesen | Make EH work with unnamed functions. Reenable running |
tree | commitdiff |
2008-04-02 |
Evan Cheng | Now that I am told MachineRegisterInfo also tracks... |
tree | commitdiff |
2008-04-02 |
Evan Cheng | Remove #include<map> from LiveVariables.h. Not referenced. |
tree | commitdiff |
2008-04-02 |
Dale Johannesen | Cosmetic changes per EH patch review feedback. |
tree | commitdiff |
2008-04-02 |
Owen Anderson | In some situations, we need to check for local interfer... |
tree | commitdiff |
2008-04-02 |
Owen Anderson | Correctly mark a valno that was previous defined by... |
tree | commitdiff |
2008-04-02 |
Dale Johannesen | Recommitting EH patch; this should answer most of the |
tree | commitdiff |
2008-04-01 |
Evan Cheng | Re-materialization is for uses only. |
tree | commitdiff |
2008-04-01 |
Dale Johannesen | Revert 49006 for the moment. |
tree | commitdiff |
2008-04-01 |
Owen Anderson | Don't dereference MBB->end(). |
tree | commitdiff |
2008-04-01 |
Evan Cheng | More soft fp fixes. |
tree | commitdiff |
2008-04-01 |
Evan Cheng | Pasto. |
tree | commitdiff |
2008-04-01 |
Evan Cheng | Add comment. |
tree | commitdiff |
2008-04-01 |
Evan Cheng | Unbreak ARM / Thumb soft FP support. |
tree | commitdiff |
2008-03-31 |
Dale Johannesen | Emit exception handling info for functions which are |
tree | commitdiff |
2008-03-31 |
Evan Cheng | It's not safe to fold a load from GV stub or constantpo... |
tree | commitdiff |
2008-03-31 |
Evan Cheng | Move reMaterialize() from TargetRegisterInfo to TargetI... |
tree | commitdiff |
2008-03-31 |
Dan Gohman | Fix a DAGCombiner optimization to respect volatile... |
tree | commitdiff |
2008-03-31 |
Evan Cheng | The support for remat of instructions with a register... |
tree | commitdiff |
2008-03-31 |
Owen Anderson | Fix a major bug in the DFS calculation. Thanks for... |
tree | commitdiff |
2008-03-30 |
Chris Lattner | Fix "Control reaches the end of non-void function"... |
tree | commitdiff |
2008-03-29 |
Evan Cheng | Cosmetic changes. |
tree | commitdiff |
2008-03-29 |
Owen Anderson | Remove some unneeded code for LiveInterval joining... |
tree | commitdiff |
2008-03-28 |
Chris Lattner | ifdef out a dead function. Should this be removed? |
tree | commitdiff |
2008-03-28 |
Duncan Sands | Rename getAnyLoad to getLoad is suggested by Evan. |
tree | commitdiff |
2008-03-28 |
Evan Cheng | New entry. |
tree | commitdiff |
2008-03-27 |
Duncan Sands | Implement LegalizeTypes support for softfloat LOAD. |
tree | commitdiff |
2008-03-27 |
Dan Gohman | Avoid creating chain dependencies from CopyToReg nodes... |
tree | commitdiff |
2008-03-27 |
Roman Levenstein | Fix spelling. Thanks, Duncan! :-) |
tree | commitdiff |
2008-03-27 |
Roman Levenstein | Speed-up the SumOfUnscheduledPredsOfSuccs by introducin... |
tree | commitdiff |
2008-03-27 |
Evan Cheng | Fix a memory bug: increment an iterator of a deleted... |
tree | commitdiff |
2008-03-26 |
Dale Johannesen | Fix a bug in Darwin EH: FDE->CIE pointer must |
tree | commitdiff |
2008-03-26 |
Evan Cheng | One more coalescer fix wrt deadness propagation. |
tree | commitdiff |
2008-03-26 |
Evan Cheng | Avoid commuting a def MI in order to coalesce a copy... |
tree | commitdiff |
2008-03-26 |
Roman Levenstein | Use a linked data structure for the uses lists of an... |
tree | commitdiff |
2008-03-26 |
Roman Levenstein | Fixed some spelling errors. Thanks, Duncan! |
tree | commitdiff |
2008-03-26 |
Roman Levenstein | Some improvements related to the computation of isReach... |
tree | commitdiff |
2008-03-26 |
Owen Anderson | Dead PHI instructions need to be handled specially. |
tree | commitdiff |
2008-03-25 |
Owen Anderson | Remove some debugging code. |
tree | commitdiff |
2008-03-25 |
Owen Anderson | StrongPHIElimination doesn't support swapping live... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Avoid outputing spaces at the ends of lines. |
tree | commitdiff |
2008-03-25 |
Devang Patel | Do not align loops if optimizing for size. |
tree | commitdiff |
2008-03-25 |
Evan Cheng | Handle a special case xor undef, undef -> 0. Technicall... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Fix typos. |
tree | commitdiff |
2008-03-25 |
Evan Cheng | lastRegisterUse() should ignore identity copies. Those... |
tree | commitdiff |
2008-03-24 |
Evan Cheng | Remove an unneeded test. |
tree | commitdiff |
2008-03-24 |
Evan Cheng | If the coalescer commuted a def MI to allow coalescing... |
tree | commitdiff |
2008-03-24 |
Evan Cheng | Add an assertion to catch register of illegal class. |
tree | commitdiff |
2008-03-24 |
Owen Anderson | Remove #include<iostream>, which I was using for debugging. |
tree | commitdiff |
2008-03-24 |
Dan Gohman | APIntify SelectionDAG's EXTRACT_ELEMENT code. |
tree | commitdiff |
2008-03-24 |
Owen Anderson | Be sure to remove intervals after we've joined them... |
tree | commitdiff |
2008-03-22 |
Anton Korobeynikov | Another comments fixing |
tree | commitdiff |
2008-03-22 |
Evan Cheng | Teach DAG combiner to commute commutable binary nodes... |
tree | commitdiff |
2008-03-21 |
Dan Gohman | Don't include <map> in Pass.h, which doesn't need it... |
tree | commitdiff |
2008-03-21 |
Dan Gohman | Fix -view-sunit-dags to support cross-rc-copy nodes. |
tree | commitdiff |
2008-03-21 |
Evan Cheng | A couple of kill marker maintainence bug. |
tree | commitdiff |
2008-03-21 |
Duncan Sands | Introduce a new node for holding call argument |
tree | commitdiff |
2008-03-20 |
Christopher Lamb | Check even more carefully before applying this DAGCombi... |
tree | commitdiff |
2008-03-20 |
Evan Cheng | Fix this xform: (sra (shl X, m), result_size) -> (sign_... |
tree | commitdiff |
2008-03-20 |
Chris Lattner | detabify llvm, patch by Mike Stump! |
tree | commitdiff |
2008-03-19 |
Christopher Lamb | Fix X86's isTruncateFree to not claim that truncate... |
tree | commitdiff |
2008-03-19 |
Evan Cheng | Fixed a coalescer bug caused by a typo. |
tree | commitdiff |
2008-03-19 |
Evan Cheng | Fix live variables issues: |
tree | commitdiff |
2008-03-18 |
Bill Wendling | Temporarily revert r48491. It's breaking test/CodeGen... |
tree | commitdiff |
2008-03-18 |
Dale Johannesen | Make conversions of i8/i16 to ppcf128 work. |
tree | commitdiff |
2008-03-18 |
Christopher Lamb | Target independent DAG transform to use truncate for... |
tree | commitdiff |
2008-03-18 |
Evan Cheng | Rewrite code that propagate isDead information after... |
tree | commitdiff |
2008-03-17 |
Owen Anderson | A first attempt at updating live intervals, with code... |
tree | commitdiff |
2008-03-16 |
Christopher Lamb | Make insert_subreg a two-address instruction, vastly... |
tree | commitdiff |
2008-03-15 |
Evan Cheng | Remove isImplicitDef TargetInstrDesc flag. |
tree | commitdiff |
2008-03-15 |
Evan Cheng | Replace all target specific implicit def instructions... |
tree | commitdiff |
2008-03-14 |
Duncan Sands | Do not generate special entries in the dwarf eh |
tree | commitdiff |
2008-03-14 |
Evan Cheng | Fix PR2138. Apparently any modification to a std::multi... |
tree | commitdiff |
2008-03-14 |
Duncan Sands | Simplify using getIntPtrConstant. |
tree | commitdiff |
2008-03-14 |
Nate Begeman | Tabs -> spaces |
tree | commitdiff |
2008-03-14 |
Evan Cheng | Livein copy scheduling fixes: do not coalesce physical... |
tree | commitdiff |
2008-03-13 |
Dan Gohman | More APInt-ification. |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Undo tweak. It had no obvious benefit. |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Typo. |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Don't try to sink 3-address instruction if convertToThr... |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Remove an unused command line option. |
tree | commitdiff |
2008-03-13 |
Evan Cheng | TwoAddressInstructionPass enhancement. After it convert... |
tree | commitdiff |
2008-03-13 |
Christopher Lamb | Get rid of a pseudo instruction and replace it with... |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Remove unused options. |
tree | commitdiff |
2008-03-13 |
Evan Cheng | Refactor some code out of MachineSink into a MachineIns... |
tree | commitdiff |
2008-03-12 |
Evan Cheng | Experimental scheduler change to schedule / coalesce... |
tree | commitdiff |
next |