summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Emulate a MSVC bug where the creation of pointer-to-member to protected membe...Francois Pichet2012-04-172-1/+33
* fix a typoGabor Greif2012-04-171-1/+1
* Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...Craig Topper2012-04-176-32/+15
* Attempt to fix test.Eli Friedman2012-04-171-1/+1
* 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
* Link to a tiny patch to libstdc++-4.7 to work around the <chrono> issuesRichard Smith2012-04-172-2/+16
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-1721-541/+872
* Make sure EmitMoveFromReturnSlot is passing the correct alignment toChad Rosier2012-04-172-1/+9
* Typo.Eric Christopher2012-04-161-1/+1
* Modern objective-c translator:'self' used insideFariborz Jahanian2012-04-162-4/+11
* [libclang] Make sure that when we have multiple @class references in the same...Argyrios Kyrtzidis2012-04-162-1/+28
* modern objective-c translator: translation of implicitFariborz Jahanian2012-04-1615-23/+47
* [analyzer] Fix a false alarm in SelfInitChecker (radar://11235991).Anna Zaks2012-04-162-9/+77
* [analyzer] +commentsAnna Zaks2012-04-161-0/+2
* [analyzer] Fixup for a test case.Anna Zaks2012-04-161-1/+1
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-1612-37/+39
* [libclang] Spelling range for a objc category should the category name range,...Argyrios Kyrtzidis2012-04-162-0/+22
* Remove support for -fast-math metadata for the moment.Duncan Sands2012-04-162-12/+0
* Per Richard's comments on r154794, add the checks necessary to handle constan...Eli Friedman2012-04-162-2/+19
* Revert r154749 for now at John McCall's request.Rafael Espindola2012-04-162-31/+19
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-1620-78/+451
* Use ordering and the explicit visibility bit instead of modifyingRafael Espindola2012-04-161-44/+36
* Readd lost "undef BUILTIN" to fix the build.David Blaikie2012-04-161-0/+2
* Generate fpmath metadata when -ffast-math. Note that no optimizations are hookedDuncan Sands2012-04-162-1/+14
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-165-843/+1624
* Remove unused method.Rafael Espindola2012-04-161-3/+0
* Adjust for LLVM name tweaks requested by Chandler.Duncan Sands2012-04-162-9/+9
* Add another constructor to LVFlags and use it to simplify the code a bit.Rafael Espindola2012-04-161-18/+10
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-1620-91/+551
* Add note to hacking.html that running the test harness directly from the comm...Eli Friedman2012-04-161-2/+10
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-163-6/+29
* use DEFAULT_SYSROOTSebastian Pop2012-04-167-15/+32
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-162-2/+8
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-168-80/+102
* Add 'env' in hopes of making this test pass on Windows.Nick Lewycky2012-04-161-1/+1
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-1610-87/+125
* Like for LLVM / shlib, we also provide a SONAME to libclang.soSylvestre Ledru2012-04-151-0/+5
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-153-6/+8
* Fix tests that weren't actually verifying anything.David Blaikie2012-04-156-9/+9
* Correct indentationDavid Blaikie2012-04-151-22/+22
* [clang.py] Implement TypeKind.spellingGregory Szorc2012-04-152-1/+17
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-155-45/+16
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-156-14/+24
* Actually, this tree isn't necessarily binary.Benjamin Kramer2012-04-151-2/+2
* Recursively delete rewrite rope nodes when tearing down the tree.Benjamin Kramer2012-04-151-0/+5
* %clang -cc1 -> %clang_cc1Seth Cantrell2012-04-152-2/+2
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-158-20/+36
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-142-7/+16
* [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.Anna Zaks2012-04-141-0/+2