summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Complain about attempts to use 'protected' visibility on targetsJohn McCall2012-01-297-5/+44
* Fix typo.Nick Lewycky2012-01-281-2/+2
* objc-arc: Perform null check on receiver before sending methods whichFariborz Jahanian2012-01-284-64/+109
* Make the __builtin_c[lt]zs builtins target independent.Benjamin Kramer2012-01-285-47/+37
* Add a note about a potential optimization for clz/ctz patterns for ARMBob Wilson2012-01-281-0/+16
* Use defined-at-zero behavior for CLZ/CTZ builtins on PowerPC.Bob Wilson2012-01-281-0/+2
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-284-2/+14
* Silence GCC's -Wreturn-type warning.Benjamin Kramer2012-01-281-0/+3
* StaticAnalyzer: Move ObjC- and CXX-specific methods out of line so checkers t...Benjamin Kramer2012-01-2815-22/+59
* Added tests for template keyword presence.Abramo Bagnara2012-01-281-0/+119
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-282-1/+7
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-283-12/+28
* DiagnosticsEngine::setMappingToAllDiagnostics() does not need to return bool,Argyrios Kyrtzidis2012-01-282-4/+2
* [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA TakumiKostya Serebryany2012-01-281-1/+1
* Fix shell commands that do code signing.Jason Molenda2012-01-282-2/+2
* Bumping Xcode project versions for lldb-109 and debugserver-167.Greg Clayton2012-01-283-22/+22
* Added logging so we can see the field names and offsets of any structures Greg Clayton2012-01-281-2/+12
* Stop running so many individual commands when going into the script interpreter.Greg Clayton2012-01-281-48/+20
* Xcode codesigning is broken. Work around this by doing code signing in a shel...Greg Clayton2012-01-282-10/+30
* Reapply r149159 with a fix to add to a PHI node with a non-null parent.Bill Wendling2012-01-281-34/+64
* Remove code that adds live ranges for dead defs. It seems to be breaking things.Lang Hames2012-01-281-24/+0
* Revert r149159 until I can fix tests.Bill Wendling2012-01-281-61/+32
* Allow the external AST source to provide a layout without specifyingDouglas Gregor2012-01-281-42/+76
* Adding the DWARF parser side for assited layout where the AST contextGreg Clayton2012-01-285-136/+330
* Don't always create a separate block for the call to _Unwind_Resume.Bill Wendling2012-01-281-32/+61
* Minor updates to a couple of comments.Howard Hinnant2012-01-281-1/+3
* Add a little paranoia for testing purposes.Howard Hinnant2012-01-281-3/+11
* Minor header fixups for test.Howard Hinnant2012-01-281-1/+2
* Silence a warning.Howard Hinnant2012-01-281-1/+1
* Sometimes it takes all day to write a decent comment. This is one of those t...Howard Hinnant2012-01-281-36/+144
* Fix Record Name ReferenceDavid Greene2012-01-281-1/+1
* Silence warning about parens for && within ||Lang Hames2012-01-271-1/+1
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-276-9/+78
* Remove the "C" in "implicitly declaring C library function" diagnosticJean-Daniel Dupas2012-01-279-16/+16
* Remove Deprecated FeaturesDavid Greene2012-01-271-250/+51
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-274-53/+15
* Add a "moveInstr" method to LiveIntervals. This can be used to move instructionsLang Hames2012-01-274-1/+234
* Backing out ill-considered 'refactor'.Lang Hames2012-01-271-39/+53
* Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner...Johnny Chen2012-01-272-2/+17
* Move some duplicate loops in the coalescer into their own function.Lang Hames2012-01-271-53/+39
* Introduce module attributes into the module map grammar, along with aDouglas Gregor2012-01-2717-42/+189
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-272-3/+7
* Disable the ConnectionFileDescriptor mutex for now as it is deadlocking ourGreg Clayton2012-01-272-8/+7
* Fix typo.Johnny Chen2012-01-271-1/+1
* Emit the message about putting ' -- ' between the end of command options and ...Johnny Chen2012-01-271-2/+4
* Added a ModuleList::Destroy() method which will reclaim the std::vectorGreg Clayton2012-01-274-24/+68
* Fix typo.Jim Grosbach2012-01-271-1/+1
* NULL out the "ptr_" member of shared pointers for debug and releaseGreg Clayton2012-01-271-0/+9
* Enable extra error checking for debug builds in our mutexes byGreg Clayton2012-01-271-0/+36
* There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton2012-01-272-7/+4
OpenPOWER on IntegriCloud