summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1614-80/+387
* Make constant evaluation for pointer comparisons work correctly for some unco...Eli Friedman2012-04-161-6/+18
* use DEFAULT_SYSROOTSebastian Pop2012-04-163-9/+13
* The result of the Microsoft __uuidof operator must be considered a global lva...Francois Pichet2012-04-161-0/+6
* Propagate alignment on lvalues through EmitLValueForField. PR12395.Eli Friedman2012-04-167-79/+93
* Implement the all_lookups_iterator for PCH as a follow-up to r153970. ThisNick Lewycky2012-04-163-69/+77
* Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shuf...Craig Topper2012-04-151-2/+6
* Correct indentationDavid Blaikie2012-04-151-22/+22
* Use MDBuilder to help with metadata creation.Duncan Sands2012-04-153-43/+14
* Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...Benjamin Kramer2012-04-154-11/+10
* 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
* PR12226: don't generate wrong code if a braced string literal is used toRichard Smith2012-04-154-20/+23
* objective-c modern translator: Make metadataFariborz Jahanian2012-04-141-7/+2
* Consider visibility attributes last, so that they take precedence.Rafael Espindola2012-04-141-21/+21
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-141-6/+4
* 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-141-2/+1
* Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool.Benjamin Kramer2012-04-143-6/+26
* ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked.Benjamin Kramer2012-04-141-2/+4
* 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-1417-108/+235
* 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-132-0/+6
* modern objective-c translator: Fixes translation ofFariborz Jahanian2012-04-131-1/+4
* 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
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-1322-1798/+3
* modern objective-c translator: When translatingFariborz Jahanian2012-04-131-37/+23
* 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-133-76/+0
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-2/+7
* Step forward with supporting of ARM homogenous aggregates:Anton Korobeynikov2012-04-134-43/+119
* Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set ofRichard Smith2012-04-133-1/+15
* PR12500: Improve the wording of the diagnostic for a redefinition of a nameRichard Smith2012-04-131-1/+1
* Support -Wc++98-compat-pedantic as requested:Seth Cantrell2012-04-131-4/+4
* Fix a trivial oversight with apple-kext static local destructorsJohn McCall2012-04-131-0/+1
* When we're flagging a protected scope to prevent jumps into theJohn McCall2012-04-131-10/+14
* C++11 no longer requires files to end with a newlineSeth Cantrell2012-04-131-1/+2
* Implement the missing pieces needed to support libstdc++4.7's <atomic>:Richard Smith2012-04-134-30/+245
* objective-c modern translator: beautify rewrite ofFariborz Jahanian2012-04-121-7/+7
* Warn on 64-to-32 for source value of x bits where 64 >= x > 32.David Blaikie2012-04-121-1/+1
* [analyzer] PCH deserialization optimization.Anna Zaks2012-04-123-81/+100
* objective-c literals: Issue warning and ignoreFariborz Jahanian2012-04-121-3/+7
* s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion.Douglas Gregor2012-04-121-11/+11
* Fix some i1/i8 confusion within _Atomic(bool) in IR generation, bothDouglas Gregor2012-04-123-6/+17
* Include lambda capture init expressions in CFG.Ted Kremenek2012-04-121-1/+17