summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Driver: unify addClangRT{Linux,Windows}Saleem Abdulrasool2014-12-301-20/+16
* Don't crash on an invalid trailing return type on a function before a '...'Nico Weber2014-12-301-5/+5
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-92/+184
* Fix build breakageDavid Majnemer2014-12-291-1/+2
* Parse: Recover more gracefully from extra :: tokens before a {David Majnemer2014-12-291-1/+11
* PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2014-12-291-1/+1
* Use std::find_if instead of manual loop.David Blaikie2014-12-291-8/+4
* Crash even less on malformed attributes in an incorrect location.Nico Weber2014-12-291-1/+4
* Fix use-after-destruction introduced in r224924.Alexey Samsonov2014-12-291-1/+2
* Driver: convert a couple more instances to range based loopsSaleem Abdulrasool2014-12-291-6/+4
* Parse: Ignore '::' in 'struct :: {'David Majnemer2014-12-291-5/+11
* Driver: convert a number of loops to range basedSaleem Abdulrasool2014-12-291-33/+10
* Add an assertion to verify a container is non-empty before calling 'back()'David Blaikie2014-12-291-0/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-2915-184/+92
* Effectively revert r151058 which caused Clang's unwind.h to defer toChandler Carruth2014-12-291-2/+2
* Add a missing declaration to our unwind.h implementation. This isChandler Carruth2014-12-291-0/+2
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-292-11/+19
* Sema: Permit array l-values in asm output operandsDavid Majnemer2014-12-291-0/+3
* Sema: Only permit permit modifiable l-values as asm output paramsDavid Majnemer2014-12-291-14/+42
* Don't crash on malformed attributes in an incorrect location.Nico Weber2014-12-291-0/+10
* Sema: Don't crash when solitary :: token appears before { in struct defDavid Majnemer2014-12-291-1/+1
* Sema: Forbid inconsistent constraint alternativesDavid Majnemer2014-12-291-0/+20
* SemaCXX: Don't crash when annotation tokens show up before the tag nameDavid Majnemer2014-12-291-1/+2
* 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
OpenPOWER on IntegriCloud