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