2017-02-25 |
Vedant Kumar | Weaken test/Profile/c-ternary.c |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | Suppress uninteresting warnings in test/CoverageMapping... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | Fix -Wparentheses warning |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | Retry: [profiling] Fix profile counter increment when... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Dominic Chen | [analyzer] Refactor and simplify SimpleConstraintManager |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Jan Vesely | AMDGPU: export s_sendmsg{halt} instrinsics |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Jan Vesely | AMDGPU: export l1 cache invalidation intrinsics |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Jan Vesely | AMDGPU: export s_waitcnt builtin |
commit | commitdiff | tree | snapshot |
2017-02-25 |
NAKAMURA Takumi | Revert r296166, "clang-format: Don't leave behind temp... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | Revert "[profiling] Fix profile counter increment when... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | [profiling] Fix profile counter increment when emitting... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Richard Trieu | [ODRHash] Move inherited visitor call to end of function. |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Paul Robinson | Revert r296209, still one more test to go. |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | [ubsan] Detect signed overflow UB in remainder operations |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Vedant Kumar | [ubsan] Omit superflous overflow checks for promoted... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Paul Robinson | [PS4] Set our default dialect to C++11. NFC for other... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Trieu | [ODRHash] Finish FieldDecl support by handling mutable... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Charles Li | [Test] Make Lit tests C++11 compatible #10 |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Charles Li | [Test] Make Lit tests C++11 compatible #9 |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Smith | Factor out more commonality between handling of deletio... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Nico Weber | Try to unbreak tests after r296166 |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Trieu | [ODRHash] Add handling of bitfields |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Nico Weber | clang-format: Don't leave behind temp files in -i mode... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Nico Weber | clang-format: Enable include sorting for style=Chromium |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Nico Weber | clang-format: Fix many Objective-C formatting regressio... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Alex Lorenz | [Preprocessor] Fix incorrect token caching that occurs... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Serge Pavlov | Made test more target agnostic |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Roger Ferrer... | Fix crash when an incorrect redeclaration only differs... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Kevin Funk | Add clazy to external Clang examples page |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Petr Hosek | [Driver] Enable SafeStack for Fuchsia targets |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Trieu | [ODRHash] Add handling of TypedefType and DeclarationName |
commit | commitdiff | tree | snapshot |
2017-02-24 |
George Burgess IV | Represent pass_object_size attrs in ExtParameterInfo |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Smith | Factor out some common code between SpecialMemberExcept... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Smith | Simplify and pass a more useful source location when... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Richard Smith | Refactor computation of exception specification for... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Douglas Yung | Recently a change was made to this test in r294639... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Hans Wennborg | Revert r291477 "[Frontend] Correct values of ATOMIC_... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Vedant Kumar | [profiling] PR31992: Don't skip interesting non-base... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
David L. Jones | [Driver] Move architecture-specific free helper functio... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Alex Lorenz | NFC, Remove commented out block of code from CGBlocks.cpp |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Alex Lorenz | NFC, Add a test that ensures that we don't emit helper... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Alex Lorenz | NFC, Add a test that ensure that we don't emit helper... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Benjamin Kramer | [CodeGen] Silence unused variable warning in Release... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Smith | PR32044: Fix some cases where we would confuse a transp... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
George Burgess IV | Tighten up a regex in a test |
commit | commitdiff | tree | snapshot |
2017-02-23 |
George Burgess IV | [CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Smith | Add context note to diagnostics that occur while declar... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Erik Pilkington | [ObjC][CodeGen] CodeGen support for @available. |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Serge Pavlov | Reverted r295975 |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Serge Pavlov | Added regression tests |
commit | commitdiff | tree | snapshot |
2017-02-23 |
George Burgess IV | [CodeGen] Don't reemit expressions for pass_object_size... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Argyrios Kyrtzidis | [c-index-test] For the 'core' invocation, avoid running... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Trieu | [ODRHash] Handle types in ODR hashing. |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Smith | Fix tracking of whether the previous template instantia... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Smith | Rename ActiveTemplateInstantiation to CodeSynthesisCont... |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Vedant Kumar | Rename a helper function, NFC. |
commit | commitdiff | tree | snapshot |
2017-02-23 |
Richard Trieu | [ODRHash] Add IdentiferInfo and FieldDecl support. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Alex Lorenz | [ObjC][Modules] Don't perform property lookup in hidden... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
George Burgess IV | [CodeGen] Add param info for ctors with ABI args. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Richard Trieu | [ODRHash] static_cast and Stmt hashing. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Richard Smith | PR32034: Evaluate _Atomic(T) in-place when T is a class... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Matt Arsenault | AMDGPU: Add fmed3 half builtin |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Bob Haarman | stop using associative comdats for SEH filter functions |
commit | commitdiff | tree | snapshot |
2017-02-22 |
George Burgess IV | [CodeGen] Note where we add ABI-specific args in ctors... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Richard Smith | Improve support for 'decltype(auto)' in template templa... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Jan Vesely | [OpenCL] r600 needs OpenCL kernel calling convention |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Yaron Keren | Remove superfluous initializer. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Simon Pilgrim | Fix 'control reaches end of non-void function' warning |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Simon Pilgrim | Fix -Wunused-private-field warning by removing unused... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Benjamin Kramer | [ODRHash] Avoid dereferencing end() of a SmallVector. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Jonas Hahnfeld | [OpenMP] Generate better diagnostics for cancel and... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
George Burgess IV | Call the correct @llvm.objectsize. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Richard Trieu | Add more ODR checking. |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Richard Smith | Fix assertion failure when generating debug information... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | [c++1z] Mark constexpr lambdas as done on status page... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | Fix deduction of type of pack-expanded non-type templat... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Brad Smith | Hook up OpenBSD AArch64 support |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Jacob Gravelle | Declare lgamma library builtins as never being const |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Taewook Oh | Fix for pr31836 - pp_nonportable_path on absolute paths... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Tim Shen | [XRay] Merge xray clang flag tests, and add powerpc64le. |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Dehao Chen | Only enable AddDiscriminator pass when -fdebug-info... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Erik Pilkington | Fix copy and paste mistake in header comment, NFC. |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Simon Dardis | [mips] Define macros related to -mabicalls in the prepr... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Krasimir Georgiev | [clang-format] Remove unused member variables from... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | Fix lookup through injected-class-names in implicit... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | When deducing an array bound from the length of an... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | PR32010: Fix template argument depth mixup when forming... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | Add template parameter depth and index to -ast-dump... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Richard Smith | Factor out function to determine whether we're performi... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Saleem Abdulrasool | Sema: use PropertyDecl for property selector |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Alex Lorenz | [Sema][ObjC] perform-selector ARC check should see... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Daniel Jasper | clang-format: [JS] Improve line-wrapping behavior of... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Daniel Jasper | clang-format: Prevent weird line-wraps in complex lambd... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Daniel Jasper | clang-format: [JS/TS] Improve detection for array subsc... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Aleksei Sidorin | [ASTImporter] Support default argument initialization... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Sanne Wouda | [ARM] Add regression tests for Cortex-M23 and Cortex-M33 |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Aleksei Sidorin | [analyzer] Do not duplicate call graph nodes for functi... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Brad Smith | Enable support for __float128 in Clang on OpenBSD/X86 |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Saleem Abdulrasool | Driver: inline a single caller of a function (NFC) |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Brad Smith | Always use --eh-frame-hdr on OpenBSD, even for -static |
commit | commitdiff | tree | snapshot |
next |