Age | Commit message (Expand) | Author |
2008-10-01 | Fix typos in comments. | Dan Gohman |
2008-10-01 | nounwind-ify this test. | Dan Gohman |
2008-10-01 | revert the addition of Preverves(CallGraph), per Duncan's comments | Nuno Lopes |
2008-10-01 | Mark CALL instructions as having a Use of ESP/RSP. | Dan Gohman |
2008-10-01 | Don't leave an output file in the test directory. | Dan Gohman |
2008-10-01 | Call ScalarEvolution's deleteValueFromRecords before deleting an | Dan Gohman |
2008-10-01 | Moved this option to the front-end. | Bill Wendling |
2008-10-01 | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling |
2008-10-01 | Use explicit target-triples to unbreak this test on non-darwin systems. | Dan Gohman |
2008-09-30 | Mark merged-in VNInfo's as being PHIKilled. | Owen Anderson |
2008-09-30 | Fix a simple error in renumbering kill markaers, that took an inordinant amou... | Owen Anderson |
2008-09-30 | Just don't transform this memset into "bzero" if no-builtin is specified. | Bill Wendling |
2008-09-30 | add preserversCFG() + preservers(CallGraph) | Nuno Lopes |
2008-09-30 | - Initialize "--no-builtin" to "false". | Bill Wendling |
2008-09-30 | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling |
2008-09-30 | Move the primary fast-isel top-level comments to FastISel.cpp, where | Dan Gohman |
2008-09-30 | add AU.setPreservesCFG() since this pass only adds and removes function attri... | Nuno Lopes |
2008-09-30 | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman |
2008-09-30 | ignore generated files | Nuno Lopes |
2008-09-30 | Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod... | Evan Cheng |
2008-09-30 | Re-apply 56835 along with header file changes. | Evan Cheng |
2008-09-30 | Stacker is dead. | Duncan Sands |
2008-09-30 | Revert commit 56835 since it breaks the build. | Duncan Sands |
2008-09-30 | If a re-materializable instruction has a register operand, the spiller will c... | Evan Cheng |
2008-09-30 | Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2)) | Nick Lewycky |
2008-09-30 | Fix X86FastISel's output for x86-32 PIC constant pool addresses. | Dan Gohman |
2008-09-30 | Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp | Dan Gohman |
2008-09-30 | Disable all x87 usage, including f32 and f64 when the subtarget | Dan Gohman |
2008-09-29 | Remove misuse of ReplaceNodeResults for atomics with | Dale Johannesen |
2008-09-29 | Fix FastISel to not initialize the PIC-base register multiple times | Dan Gohman |
2008-09-29 | Fix an over-pessimization about GlobalVariable addresses in X86FastISel. | Dan Gohman |
2008-09-29 | Support inreg, zext and sext as return value attributes. | Devang Patel |
2008-09-29 | Fix grammar. | Devang Patel |
2008-09-29 | Fix grammer. | Devang Patel |
2008-09-29 | Fix sentence. | Devang Patel |
2008-09-29 | Fix PR2835. Do not change the width of a volatile load. | Evan Cheng |
2008-09-29 | Speed up these passes when the callgraph has | Duncan Sands |
2008-09-29 | remove redundant test (mayBeOverriden() includes hasLinkOnceLinkage) | Nuno Lopes |
2008-09-29 | Tweak some comments. | Duncan Sands |
2008-09-29 | Add some hands-on documentation about which files to create and edit when | Matthijs Kooijman |
2008-09-29 | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands |
2008-09-29 | Add a testcase showing that scalarrepl supports first class structs. | Matthijs Kooijman |
2008-09-27 | Move the code that handles DAGISel error conditions into | Dan Gohman |
2008-09-27 | Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods. | Daniel Dunbar |
2008-09-27 | Re-apply 56683 with fixes. | Evan Cheng |
2008-09-27 | Update tests. | Devang Patel |
2008-09-27 | Unbreak build. | Daniel Dunbar |
2008-09-27 | Add missing #include for asserts. | Bill Wendling |
2008-09-26 | Implement function notes as function attributes. | Devang Patel |
2008-09-26 | Generated files for warning fix. | Dale Johannesen |