aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-10-07Sema::tryCaptureVariable(): Prune three unused variables, HasBlocksAttr, IsBl...NAKAMURA Takumi
2013-10-07Fix incorrect detection of class definitions with alignas specification.Manuel Klimek
2013-10-07When merging class definitions across modules in C++, merge together fields.Richard Smith
2013-10-07Refactor tryCaptureVar using ExtractMethod. No functionality change.Faisal Vali
2013-10-06Fix PR17382 - properly group virtual method overloads in the vftableTimur Iskhodzhanov
2013-10-06clang-format: Remove empty lines after visibility modifiers.Daniel Jasper
2013-10-06remove a dead assignment. The variables are set just right after. Found by sc...Sylvestre Ledru
2013-10-06Pass CGCXXABIs around directly.Mark Lacey
2013-10-05Switching the CallableWhen attribute over to using the string literal helper ...Aaron Ballman
2013-10-05Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 whenNick Lewycky
2013-10-05Silencing an MSVC warning; SmallSet::count returns a bool instead of a size_t.Aaron Ballman
2013-10-05Use logical/arithmetic operations instead of builtins in tbmintrin.h. This wa...Craig Topper
2013-10-05Remove unused param from Linux::computeSysRoot().Simon Atanasyan
2013-10-05Sema: Cleanup redundant variable NumArgsToCheckBenjamin Kramer
2013-10-05Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu
2013-10-04Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins
2013-10-04ObjectiveC. Allow readonly properties without an explicit ownershipFariborz Jahanian
2013-10-04Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola
2013-10-04Do not emit undefined lsrh/ashr for NEON shiftsAmaury de la Vieuville
2013-10-04Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan
2013-10-04Simplify MicrosoftCXXNameMangler::mangleFunctionTypeTimur Iskhodzhanov
2013-10-04[Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan
2013-10-04Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu
2013-10-04[analyzer] Replace bug category magic strings with shared constants, take 2.Jordan Rose
2013-10-03Temporarily revert r191910 until the layering violation can be fixed.Richard Smith
2013-10-03[analyzer] Replace bug category magic strings with shared constants.Jordan Rose
2013-10-03[analyzer] Add new debug helper clang_analyzer_warnIfReached.Jordan Rose
2013-10-03ARM: *-*-darwin-eabi triples should use AAPCS.Tim Northover
2013-10-03Gracefully (and correctly) handle init of multiple union membersMatthew Curtis
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali
2013-10-03Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov
2013-10-03Revert changes from the nested lambdas commit till i figure out Faisal Vali
2013-10-03Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali
2013-10-03Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM back...Craig Topper
2013-10-02ObjectiveC migrator: Add individual options andFariborz Jahanian
2013-10-02ObjectiveC migrator: Add more options one for eachFariborz Jahanian
2013-10-02ObjectiveC migrator. Starting distiguising differentFariborz Jahanian
2013-10-02Use the CGCXXABI member on CodeGenTypes.Mark Lacey
2013-10-02Speed up CorrectTypo by avoiding lookups on unreasonable candidates.Kaelyn Uhrain
2013-10-02Objective-C migrator. Simplify migrator option Fariborz Jahanian
2013-10-02Fix crashes when creating global instances of polymorphic classes without fieldsTimur Iskhodzhanov
2013-10-02Accept #pragma warning(push, 0) without warningReid Kleckner
2013-10-02Fix gcc -Wunused-but-set-variable warning in r191634.Patrik Hagglund
2013-10-02[ARM] Add a builtin to allow you to use the 'sevl' instruction.Joey Gouly
2013-10-02Fix build breakage, missed committing a chunk of a patch.Nick Lewycky
2013-10-02Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky
2013-10-02[analyzer] Add missing return after function pointer null check.Jordan Rose
2013-10-01Fix a typo suggestion regression introduced by r191544.Kaelyn Uhrain
2013-10-01No functionality change. Reflow lines that could fit on one line. Break linesNick Lewycky
2013-10-01ObjectiveC migrator: When doing migration, migrator must suggestFariborz Jahanian