aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-12Add description about the __is_identifier() macroYunzhong Gao
2014-04-12CodeGen: Test instrumentation based profiling of templatesJustin Bogner
2014-04-12[MS-ABI] Fix warning introduced in r206087Warren Hunt
2014-04-11Follow-up to r205999: Emit an artificial location (valid scope, line 0)Adrian Prantl
2014-04-11[MS-ABI] Fixed alias-avoidance padding in the presence of vtordispsWarren Hunt
2014-04-11CodeGen: Fix handling of C++11 lambdas in profilingJustin Bogner
2014-04-11[MS-ABI] Update to vtordisp computationWarren Hunt
2014-04-11Add a test to distinguish between reserved tokens and normal identifiers.Yunzhong Gao
2014-04-11[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.Bob Wilson
2014-04-11Simplify RecordLayoutBuilder with getAsCXXRecordDecl()Reid Kleckner
2014-04-11Correctly handle escaped newlines when the next token starts without a space.Manuel Klimek
2014-04-11Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper
2014-04-11CodeGen: Handle binary conditional operators in PGO instrumentationJustin Bogner
2014-04-11Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl
2014-04-11Fix handling of redeclaration lookup for using declarations, where the priorRichard Smith
2014-04-11[MS-ABI] Update Comments in RecordLayoutBuilder - no functional changeWarren Hunt
2014-04-11Switch from constexpr to const char *constDuncan P. N. Exon Smith
2014-04-11[MS-ABI] Update virtual base padding rules to match MSVC 10+Warren Hunt
2014-04-10InstrProf: Rename Decl parameters from S to DDuncan P. N. Exon Smith
2014-04-10InstrProf: Read unsigned numbers with strtoul and strtoullDuncan P. N. Exon Smith
2014-04-10[MS-ABI] Fix to vbptr injection site calculation.Warren Hunt
2014-04-10Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl
2014-04-10Update Clang for LLVM split stack API changes in r205997Reid Kleckner
2014-04-10[MS-ABI] Fixed __declspec(align()) on bitfields under #pragma pack.Warren Hunt
2014-04-10inalloca: Pad the struct *after* inserting each argReid Kleckner
2014-04-10CodeGen: Move PGO initialization into Release()Justin Bogner
2014-04-10Some minor improvements to the thread safety intermediate language -- mostly ...Aaron Ballman
2014-04-10When module umbrellas change, rebuild themBen Langmuir
2014-04-10CodeGen: Clean up CommonLinkage calculationDavid Majnemer
2014-04-10ARM: Add command line option to select big or little endianChristian Pirker
2014-04-10AArch64: Add command line option to select big or little endianChristian Pirker
2014-04-10[SystemZ] Don't indent SystemZTargetInfo relative to its namespaceRichard Sandiford
2014-04-10clang-format: Fix false positive in braced list detection in protos.Daniel Jasper
2014-04-10Add global static variables for anonymous union fields. This makesEric Christopher
2014-04-10Avoid crashing when failing to emit a thunkReid Kleckner
2014-04-10Fix the build with LLVM_DELETED_FUNCTION instead of '= delete'Reid Kleckner
2014-04-10Remove Unicode introduced in r205943David Majnemer
2014-04-10AST: Implement proposal for dependent elaborated type specifiersDavid Majnemer
2014-04-10Move search for header in umbrella directories into its own functionBen Langmuir
2014-04-09Thread Safety Analysis: reorganized SExpr header files. No change inDeLesley Hutchins
2014-04-09Thread safety: move the inline function back into a namespaceReid Kleckner
2014-04-09[MS-ABI] Update to alias-avoidance paddingWarren Hunt
2014-04-09Switching back from a static namespace-scoped function to a static class-scop...Aaron Ballman
2014-04-09Thread Safety Analysis: now with less includes. No functional changes.Aaron Ballman
2014-04-09clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner
2014-04-09Handle difference in signedness of 'char' in test/Index/print-type.c{,pp}Anders Waldenborg
2014-04-09Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg
2014-04-09Add a -triple argument so that this new test passes on Darwin.Bob Wilson
2014-04-09[Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis
2014-04-09Cannot have the base class destructor be private (or explicitly deleted); fix...Aaron Ballman