summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consider visibility attributes last, so that they take precedence.Rafael Espindola2012-04-142-21/+33
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-142-12/+10
* Don't leak vtable thunks.Benjamin Kramer2012-04-141-0/+1
* Delete late parsed attributes instead of leaking them.Benjamin Kramer2012-04-141-0/+1
* Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'mDuncan Sands2012-04-142-5/+4
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-146-125/+36
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* c-index-test: dispose spelling string after use.Benjamin Kramer2012-04-141-0/+1
* Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of man...Benjamin Kramer2012-04-141-27/+15
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-1429-146/+388
* Delete the TypoResultsMap when erasing the pointer to it.Benjamin Kramer2012-04-131-7/+6
* Don't enter cleanups for unreachable variables. It's impossible toJohn McCall2012-04-133-0/+16
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-133-1/+51
* Avoid string thrashing when we can concatenate them in the final buffer.Benjamin Kramer2012-04-131-8/+8
* Serialize and deserialize some missing bits from BlockDecl.John McCall2012-04-132-0/+7
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-137-7/+5
* Remove clangIndex reference from clang-interpreter CMake buildDouglas Gregor2012-04-131-1/+0
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1337-2899/+3
* modern objective-c translator: When translatingFariborz Jahanian2012-04-132-37/+46
* Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor2012-04-131-7/+7
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-137-108/+0