aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-31Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as aRichard Smith
2013-10-31Fix a C struct diagnostic regression introduced by r187504 (PR17762).Kaelyn Uhrain
2013-10-31[AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier
2013-10-31Use StringRef::endswith_lower. No functionality change.Rui Ueyama
2013-10-31[analyzer] Don't crash when a path goes through a 'delete' destructor call.Jordan Rose
2013-10-31iboutletcollection really does have custom parsing.Aaron Ballman
2013-10-31Remove unused diagnostic.Benjamin Kramer
2013-10-31ObjectiveC migrator. Change naming hueristic forFariborz Jahanian
2013-10-31sizeof... a parameter pack should be an unevaluated context.Faisal Vali
2013-10-31Fixed bug with checking the kind of types.Chris Wailes
2013-10-31[AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson
2013-10-31Factor out custom parsing for iboutletcollection and vec_type_hint attributesRichard Smith
2013-10-31ObjectiveC migrator: annotate all protocols/methods inFariborz Jahanian
2013-10-31[libclang/python] Add __contains__ to SourceRange class.Argyrios Kyrtzidis
2013-10-30Fix Windows build by including CGFunctionInfo.h.Mark Lacey
2013-10-30Add CodeGenABITypes.h for use in LLDB.Mark Lacey
2013-10-30clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg
2013-10-30[mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders
2013-10-30[mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders
2013-10-30[AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier
2013-10-30Avoid diagnosing twice on non-x86 targetsAlp Toker
2013-10-30[mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders
2013-10-30Fix triple / REQUIRES in test from r193685Alp Toker
2013-10-30Recover instead of crashing on MS assembly when no target is loadedAlp Toker
2013-10-30clang-format: Fix indenting corner case with comment and else.Daniel Jasper
2013-10-30clang-format: Fix whitespaces in include directives.Daniel Jasper
2013-10-30Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...Timur Iskhodzhanov
2013-10-30clang-format: fix for \r\r\n produced in multiline block commentsDaniel Jasper
2013-10-30[mips] Delete unused functions.Akira Hatanaka
2013-10-30PR17731: When determining whether a tag and a non-tag were declared in the sameRichard Smith
2013-10-30Minor efficiency refactor related to 193661. No functional change.Warren Hunt
2013-10-30Activating latent test case for r193661.Warren Hunt
2013-10-29Fixing code gen to handle microsoft layouts for which size % alignment Warren Hunt
2013-10-29Changed tests_typestate to test_typestate for consistency.Chris Wailes
2013-10-29Add -lm to sanitizer link arguments.Evgeniy Stepanov
2013-10-29Add support for the separate version of /FI.Rafael Espindola
2013-10-29[mips] Align the stack to 16-bytes for -mfp64.Akira Hatanaka
2013-10-29[mips] Use the distance between the current argument's starting address andAkira Hatanaka
2013-10-29[mips] Move setDescriptionString to base class MipsTargetInfoBase and call itAkira Hatanaka
2013-10-29R600: Add Sea Islands GPUsTom Stellard
2013-10-29clang-format: Option to control spacing in template argument lists.Daniel Jasper
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen
2013-10-29Fix an assertion when handling a custom case of virtual inheritance; also red...Timur Iskhodzhanov
2013-10-29Add a missing lit-test expectation (forgotten to write initially?)Timur Iskhodzhanov
2013-10-29Use LLVMLibsOptions intead of LDFLAGS when setting the libclang soname. This ...Sylvestre Ledru
2013-10-29ARM: fix AST for __builtin_arm_strex callTim Northover
2013-10-29clang-format: Fix overloaded operator for global-scoped conversions.Daniel Jasper
2013-10-29Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth
2013-10-29ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden
2013-10-29Doh, got this turned around. This is in fact the consistent ordering.Chandler Carruth