aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tests for corrected MSR encodings.Owen Anderson2011-10-201-18/+18
* Disable the PPC hazard recognizer. It currently only supportsDan Gohman2011-10-201-2/+8
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-203-209/+11
* Separate out ARM MSR instructions into M-class versions and AR-class versions...Owen Anderson2011-10-201-4/+42
* Add missing operand. <rdar://problem/10313323>Bill Wendling2011-10-201-1/+2
* Also compare the built dragonegg objects between phases 2 and 3.Duncan Sands2011-10-201-1/+2
* Reset the system compiler each time we start a new flavour. OtherwiseDuncan Sands2011-10-201-2/+3
* Haven't yet found a nice way to handle TargetData verification in theLang Hames2011-10-202-38/+109
* Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is Chad Rosier2011-10-201-1/+1
* As Evan suggested, loads from constant pool are safe to speculate.Devang Patel2011-10-201-5/+5
* Add a comment.Devang Patel2011-10-201-1/+3
* Tidy up. Trailing whitespace.Jim Grosbach2011-10-201-2/+2
* ARM VLD1/VST1 (one register, no writeback) assembly parsing and encoding.Jim Grosbach2011-10-203-228/+226
* Tidy up formatting.Jim Grosbach2011-10-201-46/+59
* ARM VTBX (one register) assembly parsing and encoding.Jim Grosbach2011-10-202-16/+15
* Fix a type in the legalization of CONCAT_VECTORS.Nadav Rotem2011-10-201-1/+1
* Add support for testing dragonegg. This is disabled by default.Duncan Sands2011-10-201-37/+174
* Comment out or remove unused parameter names so as to avoid a slew ofDuncan Sands2011-10-201-63/+69
* Avoid warnings about the parameter G being unused.Duncan Sands2011-10-201-1/+1
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-206-7/+52
* Remove useless code.Eli Friedman2011-10-201-6/+0
* A FIXME about block addresses and indirectbr.Eli Friedman2011-10-201-0/+6
* Simplify; no intended functional change.Eli Friedman2011-10-201-10/+3
* Revamp the script to handle the 'TEST=simple' output.Bill Wendling2011-10-201-74/+67
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-202-6/+19
* Revert 142337. Thumb1 still doesn't support dynamic stack realignment. :(Chad Rosier2011-10-204-72/+11
* Initialze ScalarEvalution dependency.Devang Patel2011-10-191-0/+1
* Fix TLS lowering bug. The CopyFromReg must be glued to the TLSCALL. rdar://10...Evan Cheng2011-10-192-1/+19
* Improve code generation for vselect on SSE2:Nadav Rotem2011-10-192-13/+20
* Fix parsing of a line with only a # in it.Rafael Espindola2011-10-192-1/+17
* Updating 'update' target to handle svn 1.7 'info' output. Patch by Jean-Dania...David Blaikie2011-10-191-1/+1
* Use literal pool loads instead of MOVW/MOVT for materializing global addresse...James Molloy2011-10-192-3/+33
* Document PasteDavid Greene2011-10-191-0/+4
* Document NAMEDavid Greene2011-10-191-0/+8
* Add Paste TestDavid Greene2011-10-191-0/+35
* Implement PasteDavid Greene2011-10-193-28/+67
* Process NAMEDavid Greene2011-10-191-8/+35
* Process Defm Prefix as InitDavid Greene2011-10-192-20/+40
* Parse Def ID as ValueDavid Greene2011-10-192-14/+42
* Don't Parse Object Body as a NameDavid Greene2011-10-191-0/+4
* Use Parse ModeDavid Greene2011-10-191-2/+9
* Make ID Parsing More FlexibleDavid Greene2011-10-192-10/+26
* Add NAME MemberDavid Greene2011-10-195-2/+16
* Fix Name AccessDavid Greene2011-10-191-2/+3
* Fix Name AccessDavid Greene2011-10-191-1/+2
* Fix Name AccessDavid Greene2011-10-191-2/+3
* Fix Name AccessDavid Greene2011-10-191-1/+2
* Disambiguate Numbers and IdentifiersDavid Greene2011-10-191-1/+37
* Add PeekDavid Greene2011-10-192-0/+5
* Resolve Record NamesDavid Greene2011-10-191-0/+6