aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow Names Changes on Unregistered RecordsDavid Greene2011-10-191-4/+3
* Call Record InitializerDavid Greene2011-10-191-0/+2
* Add Name Init Record ConstructorDavid Greene2011-10-191-0/+3
* Fix 80-col ViolationDavid Greene2011-10-191-1/+3
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name AccessDavid Greene2011-10-191-1/+1
* Fix Name CheckDavid Greene2011-10-191-4/+4
* Fix Name CheckDavid Greene2011-10-191-1/+1
* Add Record InitDavid Greene2011-10-192-0/+5
* Make Template Arg Names InitsDavid Greene2011-10-194-38/+53
* Let SetValue Take and Init NameDavid Greene2011-10-192-9/+17
* Add Utility to Scope NamesDavid Greene2011-10-192-0/+46
* Make VarInit Name an InitDavid Greene2011-10-192-4/+22
* Add Value AccessorsDavid Greene2011-10-192-2/+21
* Add Name Init AccessorsDavid Greene2011-10-191-0/+7
* Add Init AccessorsDavid Greene2011-10-191-0/+4
* Generalize the reading of probability metadata to work for both branchesChandler Carruth2011-10-192-16/+67
* Teach the BranchProbabilityInfo analysis pass to read any metadataChandler Carruth2011-10-192-0/+63
* Add pass printing support to BlockFrequencyInfo pass. The implementationChandler Carruth2011-10-194-0/+32
* Duncan pointed out that sometimes CC and CXX are used to specify the compiler...Bill Wendling2011-10-191-20/+2
* Add support for the vector-widening of vselect and vector-setccNadav Rotem2011-10-193-1/+96