summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* CodeGen: Optimize emssion of zeroinitialzied arraysDavid Majnemer2014-12-281-12/+24
* Don't crash on surprising tokens in default parameter template lists.Nico Weber2014-12-282-2/+4
* Sema: Variable templates cannot be static bitfield membersDavid Majnemer2014-12-281-1/+1
* Parse: Don't crash when 'typename' shows up in an attributeDavid Majnemer2014-12-281-1/+2
* Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer2014-12-281-1/+5
* Sema: Don't crash when an inject class name has a nested redefinitionDavid Majnemer2014-12-282-7/+9
* Lex: Don't let annotation tokens get into macro expansionDavid Majnemer2014-12-281-1/+2
* Remove unneeded include of DeclCXX.h from libParse.Nico Weber2014-12-281-1/+0
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-273-14/+34
* [x86] Also add the missing type casts on the returns in the shaChandler Carruth2014-12-271-6/+6
* [x86] Add missing typecast to __v4si to sha intrinsic header file.Craig Topper2014-12-271-6/+6
* Objective-C: Tweak unavailability warning.Nico Weber2014-12-271-1/+1
* [x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.Craig Topper2014-12-271-4/+8
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-273-50/+198
* Fix formatting. NFC.Craig Topper2014-12-271-2/+2
* Address review feedback on r221933.Nico Weber2014-12-275-95/+104
* WIPDavid Majnemer2014-12-261-16/+16
* Initialize BackendConsumer::Context in constructor.Yaron Keren2014-12-251-1/+1
* Initialize CodeGeneratorImpl::Ctx in constructor.Yaron Keren2014-12-251-1/+1
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-232-4/+7
* Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl2014-12-231-2/+3
* This reverts commit r224668 and r224667.Rafael Espindola2014-12-232-21/+21
* Disable trigraphs in microsoft mode by default. Matches cl.exe.Nico Weber2014-12-221-9/+9
* MS ABI: Make the string mangling code more conciseDavid Majnemer2014-12-221-36/+10
* Wrap to 80 columns. NfC.Nico Weber2014-12-221-10/+11
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-217-17/+76
* Frontend: Fix typo in comments.Logan Chien2014-12-201-2/+2
* Fix a bunch of integer template argument problems in template type diffing.Richard Trieu2014-12-201-20/+10
* Fix for PR21758Richard Trieu2014-12-202-1/+11
* Removing an outdated FIXME; try block attributes are parsed with the rest of ...Aaron Ballman2014-12-201-1/+0
* Driver: hoist an assertionSaleem Abdulrasool2014-12-191-10/+4
* Driver: refactor a local variableSaleem Abdulrasool2014-12-191-10/+10
* Don't drop attributes when checking explicit specializations.Nico Weber2014-12-191-6/+3
* Tweak the assert in ModuleBuilder from r224533 (PR21989)Hans Wennborg2014-12-191-2/+3
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-192-3/+12
* Allow to disable all sanitizers with "-fno-sanitize=all" option.Alexey Samsonov2014-12-191-5/+14
* Added a fixit to remove empty parens from a C++11 attribute argument list whe...Aaron Ballman2014-12-191-2/+2
* Fix an address space id reset with array decay'sPekka Jaaskelainen2014-12-191-1/+2
* Attributes accepting an EnumArgument are allowed to pass a string literal, or...Aaron Ballman2014-12-191-2/+8
* [Sanitizer] Get rid of parseArgument helper function. NFC.Alexey Samsonov2014-12-191-54/+43
* Fix layering violation, Lex shouldn't know about DeclDavid Majnemer2014-12-191-2/+2
* PR21969: Improve diagnostics for a conversion function that has any pieces of aRichard Smith2014-12-192-5/+89
* Correct delayed typos in the operand to typeof expressions.Kaelyn Takata2014-12-191-2/+2
* Fix a typo.Adrian Prantl2014-12-191-1/+1
* [c Sema]. Patch fixes pointer-bool-conversion warning on C codeFariborz Jahanian2014-12-181-2/+2
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-186-60/+16
* ModuleBuilder: assert that all deferred inline method defs get handledHans Wennborg2014-12-181-4/+7
* Revert "Don't build invalid AST nodes during recovery"Reid Kleckner2014-12-181-1/+1
* [Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.Fariborz Jahanian2014-12-181-6/+2
* Correction to -mfu=neon-vfpv4 to pass the correct backend feature nameRichard Barton2014-12-181-2/+2
OpenPOWER on IntegriCloud