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