aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-16Remove comment.Akira Hatanaka
2012-02-16Remove unnecessary assignment to temporary, ResultReg.Chad Rosier
2012-02-16Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling
2012-02-16Update credits.Chad Rosier
2012-02-16Note x86 regmask operands in release notes.Jakob Stoklund Olesen
2012-02-16Remove the YMM_HI_6_15 hack.Jakob Stoklund Olesen
2012-02-16Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen
2012-02-16Remove trailing whitespace. Add newline.Akira Hatanaka
2012-02-16Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer
2012-02-16Revert "InstSimplify: Strip pointer casts early."Benjamin Kramer
2012-02-16InstSimplify: Strip pointer casts early.Benjamin Kramer
2012-02-16InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer
2012-02-16s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling
2012-02-16Add 'exception handling' to my description.Bill Wendling
2012-02-16Add blurb about module flags and reformat a bit.Bill Wendling
2012-02-16Remove extraneous #include and spelling mistake introduced in r150669.James Molloy
2012-02-16Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...James Molloy
2012-02-16VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.NAKAMURA Takumi
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2012-02-16Template specialize SmallVector::push_back based on POD-ness of the type. Re...Pete Cooper
2012-02-16VMCore/AsmWriter.cpp: Use APFloat instead of atof(3).NAKAMURA Takumi
2012-02-16Oop - r150653 + r150654 broke one of my test cases. Backing out for now...Lang Hames
2012-02-16FPSCR shouldn't be reserved.Lang Hames
2012-02-16MachineCSE shouldn't extend the live ranges of reserved or allocatable regist...Lang Hames
2012-02-16Give a description of the Objective-C garbage collection module flags.Bill Wendling
2012-02-16loop-rotate shouldn't hoist alloca instructions out of a loop. Patch by Patr...Eli Friedman
2012-02-16Enable register mask operands for x86 calls.Jakob Stoklund Olesen
2012-02-15Remove extraneous tests.Bill Wendling
2012-02-15Add a test for generating Objective-C metadata from module flags.Bill Wendling
2012-02-15Handle register masks in branch folding.Jakob Stoklund Olesen
2012-02-15Fix library visibility problems with VLIWPacketizer.Andrew Trick
2012-02-15Use the enum instead of 'unsigned'.Bill Wendling
2012-02-15Make LiveIntervals::handleMove() bundle aware.Lang Hames
2012-02-15Use 'getDataNoRel' for the section kind.Bill Wendling
2012-02-15Fix assertion condition.Lang Hames
2012-02-15Add a test for the Objective-C garbage collection metadata stuff.Bill Wendling
2012-02-15Modify the code that emits the module flags to use the new module flags accessorBill Wendling
2012-02-15Add a module flags accessor method which returns the flags in a vector.Bill Wendling
2012-02-15Add function for computing the edit distance of two arrays.Kaelyn Uhrain
2012-02-15Don't expose DefaultVLIWSchedulerAndrew Trick
2012-02-15utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I kn...Daniel Dunbar
2012-02-15Remove overly conservative assert.Lang Hames
2012-02-15Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick
2012-02-15Optimize redundant sign extends and negation of predicates.Sirish Pande
2012-02-15Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."Eric Christopher
2012-02-15Revert "Optimize redundant sign extends and negation of predicates"Eric Christopher
2012-02-15Replacing HexagonOptimizeSZExtends with HexagonPeephole.Sirish Pande
2012-02-15Optimize redundant sign extends and negation of predicatesSirish Pande
2012-02-15Add braces to if clause to make symmetric with associate else clause.Chad Rosier
2012-02-15For ELF, also call fixSymbolsInTLSFixups() on expressions passed to EmitValue...David Meyer