aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-06-07Driver: add -m{,no-}long-calls supportSaleem Abdulrasool
2014-06-07Unbreak release builds.Arnold Schwaighofer
2014-06-07[PPC64LE] Implement little-endian semantics for vec_unpack[hl]Bill Schmidt
2014-06-07[PPC64LE] Update test for vec_sum2s interfaceBill Schmidt
2014-06-07Fix crash declaring global allocation function with zero parameters. Fixes PR...Nick Lewycky
2014-06-06Fix my poor grammar from r210372Richard Trieu
2014-06-06[PPC64LE] Update builtins-ppc-altivec.c for PPC64 and PPC64LEBill Schmidt
2014-06-06Delay lookup of simple default template arguments under -fms-compatibilityReid Kleckner
2014-06-06[MS-ABI] Implement dynamic_castWarren Hunt
2014-06-06Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu
2014-06-06Fix DOS-style newlines.Eli Bendersky
2014-06-06MS ABI: Update the thunk linkage computationHans Wennborg
2014-06-06test/SemaCXX/undefined-internal.cpp: Remove target triple.Hans Wennborg
2014-06-06Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg
2014-06-06Retain an expression pack expansion when the parameter pack expansion code asksRichard Smith
2014-06-06PR14841: If partial substitution of explicitly-specified template argumentsRichard Smith
2014-06-06Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman
2014-06-06Don't generate assembly in backend diagnostic testsAlp Toker
2014-06-06Add -o /dev/null to one of the tests as it fails when run from a read-only ch...Timur Iskhodzhanov
2014-06-06Rnamed Class to TestClassAlexey Bataev
2014-06-06PR11306 - Variadic template fix-it suggestion. Recover from misplaced or redu...Nikola Smiljanic
2014-06-06Update for llvm api change.Rafael Espindola
2014-06-05PR19936: Fix a really dumb bug where we would profile dependent operator* exp...Richard Smith
2014-06-05Remove old proposal noticesAlp Toker
2014-06-05Provide fallback locations for backend remarksAlp Toker
2014-06-05Implement -Wframe-larger-than backend diagnosticAlp Toker
2014-06-05When an inline-asm diagnostic is reported by the backend, report it with theJoey Gouly
2014-06-05Mangle predefined string constants names to merge them at link-timeAlexey Samsonov
2014-06-05Fix bot for named register testRenato Golin
2014-06-05Add pointer types to global named registerRenato Golin
2014-06-05[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by ...Matheus Almeida
2014-06-05Fix driver warning about -pthread on Android.Evgeniy Stepanov
2014-06-05Fix driver warning about -shared-libasan on Android.Evgeniy Stepanov
2014-06-05XCore target: Fix 'typestring' binding qualifier to the array and not the typeRobert Lytton
2014-06-05Bugfix: don't assert if someone manages to declare an operator new/delete tem...Richard Smith
2014-06-04[ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith
2014-06-04Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg
2014-06-04MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer
2014-06-04MS-ABI: Implement user defined literalsDavid Majnemer
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman
2014-06-04Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg
2014-06-03Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith
2014-06-03Fix leak from r210059Alp Toker
2014-06-03temporary disable part of a test because it causes clang to leak memory (want...Kostya Serebryany
2014-06-03[OPENMP] Loop canonical form analysis (Sema)Alexander Musman
2014-06-03Remove incorrect assertion.Richard Smith
2014-06-03Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith
2014-06-03PR11410: Extend diagnostic to cover all cases of aggregate initialization, notRichard Smith
2014-06-03List DR532 as implemented on the defect report status page by renaming the na...Nikola Smiljanic
2014-06-03When emitting a multidimensional array new, emit the initializers for theRichard Smith