summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merging r155218:Bill Wendling2012-05-122-43/+29
* Merging r155289:Bill Wendling2012-05-122-0/+6
* Merging r155424:Bill Wendling2012-05-121-4/+8
* Merging r155356:Bill Wendling2012-05-121-1/+2
* Merging r155788:Bill Wendling2012-05-121-1/+1
* Merging r155975:Bill Wendling2012-05-121-0/+6
* Merging r155860:Bill Wendling2012-05-121-1/+3
* Merging r155803:Bill Wendling2012-05-081-1/+2
* Merging r155728:Bill Wendling2012-04-271-2/+4
* Merging r155670:Bill Wendling2012-04-262-0/+2
* Merging r155576:Bill Wendling2012-04-251-0/+3
* Merging r155535:Bill Wendling2012-04-251-1/+1
* Merging r155279:Bill Wendling2012-04-215-23/+20
* Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth2012-04-183-766/+157
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-181-3/+20
* Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay2012-04-181-1/+1
* VerifyICE: Pass PartialDiagnostics by reference.Benjamin Kramer2012-04-181-4/+5
* MIPS: Followup to r154606. Expand list of accepted MIPS target features in th...Simon Atanasyan2012-04-181-1/+4
* fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif2012-04-181-2/+3
* Adds a FixedCompilationDatabase to be able to specify tool parametersManuel Klimek2012-04-181-0/+27
* As per John McCall comment:Francois Pichet2012-04-181-4/+4
* fix display of source lines with null charactersSeth Cantrell2012-04-181-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-159/+439
* Calling setVisibility directly only makes (some) sense when the visibility isRafael Espindola2012-04-181-3/+3
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-172-3/+15
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-440/+160
* fix display of source lines with null charactersSeth Cantrell2012-04-171-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-158/+435
* Simplify calls to mergeVisibility* by passing in the LinkageInfo. NoRafael Espindola2012-04-171-3/+2
* objective-c modern translation. Correct rewriting ofFariborz Jahanian2012-04-171-34/+19
* Switches the JSONCompilationDatabase to use the YAML parser.Manuel Klimek2012-04-171-36/+45
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-171-0/+7
* fix a typoGabor Greif2012-04-171-1/+1
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-172-28/+4
* Change ExprEngine::shouldInlineDecl() to be defensive in checking if the CFG ...Ted Kremenek2012-04-171-0/+5
* Fix case where the alignment is overaligned, per Eli's suggestion.Chad Rosier2012-04-171-1/+4
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-1712-519/+678
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-171-1/+1
* Typo.Eric Christopher2012-04-161-1/+1
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-161-4/+8
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-161-15/+12
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-161-5/+20
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-164-18/+8
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-161-4/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-161-2/+13
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-161-19/+19
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-169-60/+359
* Use ordering and the explicit visibility bit instead of modifyingRafael Espindola2012-04-161-44/+36
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-161-1/+6
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-163-157/+766