2015-09-06 |
Alexandros... | Refactoring of how ARMTargetInfo handles default target... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Simon Pilgrim | [X86]][SSE3] Added SSE3 IR + assembly codegen builtin... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Simon Pilgrim | [X86]][SSE42] Added SSE42 IR + assembly codegen builtin... |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Saleem Abdulrasool | Index: expose visibility attribute |
commit | commitdiff | tree | snapshot |
2015-09-04 |
George Burgess IV | Fix a bug in __builtin_object_size cast removal |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Reid Kleckner | Relax partial-init test case for ARM |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Hal Finkel | Don't crash on a self-alias declaration |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Richard Smith | Fix crash on invalid if we can't find a suitable PCH... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Reid Kleckner | Don't use unreachable as a placeholder, it confuses... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
George Burgess IV | Increase accuracy of __builtin_object_size. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Hans Wennborg | Don't allow dllexport/import on static local variables |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Aaron Ballman | Fixing a bug where hasType(decl()) would fail to match... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Ed Schouten | Put ext_implicit_lib_function_decl in ImplicitFunctionD... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Alexey Bataev | [OPENMP] Fix false diagnostic on instantiation-dependen... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
NAKAMURA Takumi | clang/test/SemaCXX/sourceranges.cpp: Fix silly expressi... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
NAKAMURA Takumi | clang/test/SemaCXX/sourceranges.cpp: Appease win32... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Alexey Bataev | [OPENMP] Fix for http://llvm.org/PR24674: assertion... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Olivier Goffart | Fix the perentheses location when the constructor is... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
NAKAMURA Takumi | Fix a couple of \param(s) in r246815. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Richard Smith | Cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Alexey Bataev | [X86-64] Allow additional register names in inline... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Richard Smith | Fix a potential APInt memory leak when using __attribut... |
commit | commitdiff | tree | snapshot |
2015-09-04 |
Eric Christopher | Untabify. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Gabor Horvath | [Static Analyzer] Remove sinks from nullability checks. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Naomi Musgrave | Refactored dtor sanitizing into EHScopeStack |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Dan Gohman | [WebAssembly] Initial WebAssembly support in clang |
commit | commitdiff | tree | snapshot |
2015-09-03 |
DeLesley Hutchins | Thread safety analysis: the NO_THREAD_SAFETY_ANALYSIS... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexey Samsonov | Add target flag to clang-cl invocation in this test. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Yaron Keren | Fix PR23472þ by emitting initialized variable and its... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexey Samsonov | Add -target flag to Clang invocations in this test. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Manuel Klimek | [libclang] Return deduced type for auto type, not the... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexandros... | Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Daniel Sanders | [mips] Added support for choosing between traps and... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Oliver Stannard | [ARM] Allow passing/returning of __fp16 arguments |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Oliver Stannard | Revert 246755 as it breaks buildbots |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexey Bataev | [OPENMP] Fix for http://llvm.org/PR24687: ICE on compil... |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Oliver Stannard | [ARM] Allow passing/returning of __fp16 arguments |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexey Bataev | [OPENMP 4.1] Codegen for extended format of 'if' clause. |
commit | commitdiff | tree | snapshot |
2015-09-03 |
Alexey Bataev | [OPENMP 4.1] Parsing/sema analysis for extended format... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Douglas Katzman | Remove inadvertent debug output from prior change. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Douglas Katzman | Use new utility function to clean leading junk from... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Anton Yartsev | [analyzer] Refactoring: bring together scan-build optio... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Eric Christopher | Migrate the target attribute parsing code to returning... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Sean Silva | [modules] Tighten up this test a bit. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Eric Christopher | Update comment for AdditionalMembers with a note to... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Ivan Krasin | Do not include default sanitizer blacklists into -M... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Sanjay Patel | add __builtin_unpredictable and convert to metadata |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Richard Smith | [modules] Don't waste time reading in the names the... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
David Majnemer | [MS ABI] Number unnamed TagDecls which aren't externall... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Benjamin Kramer | [OpenMP] Make helper functoin static. NFC. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Douglas Katzman | [Shave]: pass through more clang options to moviCompile |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Douglas Katzman | [Sparc]: GCCInstallationDetector should not care if... |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Aaron Ballman | Silence a -Wsign-compare warning; NFC. |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Vedant Kumar | [Sema] Avoid crash on tag-type mismatch (Fixes PR24610) |
commit | commitdiff | tree | snapshot |
2015-09-02 |
Eric Christopher | Migrate the target attribute parsing code into an exten... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Hubert Tong | Fix assertion failure in TransformOpaqueValueExpr |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Eric Christopher | Revert "Migrate the target attribute parsing code into... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Eric Christopher | Migrate the target attribute parsing code into an exten... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Eric Christopher | Use hasAttr, not getAttr if we're just checking for... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
David Majnemer | [MS ABI] Switch to the CRC implementation in LLVM |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Nico Weber | Make trunk release notes point to 3.7, not 3.6 |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Richard Smith | Re-commit r246497 (and dependent changes r246524 and... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Eli Bendersky | Fix typo in test |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Eric Christopher | Pull initFeatureMap out of line now that it's used... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Aaron Ballman | Add a new frontend warning for referencing members... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Aaron Ballman | Reverting r246497 (which requires also reverting r24652... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Richard Smith | [modules] When emitting line tables, only emit filename... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Richard Smith | Don't use fprintf to emit this diagnostic! |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Richard Smith | Use a more appropriate way of writing 1. |
commit | commitdiff | tree | snapshot |
2015-09-01 |
David Majnemer | [MS ABI] Cleanup get*ForUnnamedTagDecl |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Richard Smith | [modules] Preserve DeclID order when merging lookup... |
commit | commitdiff | tree | snapshot |
2015-09-01 |
Yaron Keren | Fix path seperator for Windows. |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Hal Finkel | [PowerPC] Support __builtin_ppc_get_timebase |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Eric Christopher | Revert "Pull the target attribute parsing out of CGCall... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Richard Smith | [modules] Add some missing blockinfo records. |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Richard Smith | [modules] Rework serialized DeclContext lookup table... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Hans Wennborg | Fix CHECK directives that weren't checking. |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Gabor Horvath | Revert r246345 until an assertion is fixed. |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Rafael Espindola | Stop hardcoding GCC paths in crt/ld.so lookup. |
commit | commitdiff | tree | snapshot |
2015-08-31 |
David Majnemer | [MS ABI] Correctly mangle classes without names for... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Eric Christopher | Pull the target attribute parsing out of CGCall and... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Eric Christopher | Pull out the ppc incompatible features check into a... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Jingyue Wu | [CUDA] fix codegen for __nvvm_atom_min/max_gen_u* |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Benjamin Kramer | [OpenMP] base specific_clause_iterator on iterator_adap... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Andrey Bokhanko | PR17829: Proper diagnostic of mangled names conflicts |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Igor Breger | AVX-512: Changed cnt parameter in valignq/d intrinsic... |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Alexey Bataev | [OPENMP 4.0] Codegen for array sections. |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Alexey Bader | [OpenCL] Improve diagnostics detecting implicit vector... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Yaron Keren | Fix test for Release builds, the label form is <label... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Yaron Keren | Make test resistant to false matches of numbered (unnam... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Benjamin Kramer | [OpenMP] Make the filetered clause iterator a real... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Chandler Carruth | Update for several APIs in LLVM that now use StringRefs... |
commit | commitdiff | tree | snapshot |
2015-08-30 |
Chandler Carruth | Update for API change in LLVM: ARMTargetParser class... |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Simon Pilgrim | [X86] Reapplied r246204, r246206, r246211, r246223 |
commit | commitdiff | tree | snapshot |
2015-08-29 |
David Majnemer | [AST] Don't crash when comparing incomplete object |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Eric Christopher | Add a check for a function we're not testing. |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Hans Wennborg | Follow-up to r246338: use getParentFunctionOrMethod |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Richard Smith | PR24612: Don't bail out of checking a constexpr functio... |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Eric Christopher | Fold TargetInfo::handleUserFeatures into TargetInfo... |
commit | commitdiff | tree | snapshot |
2015-08-28 |
Devin Coughlin | [analyzer] When memcpy'ing into a fixed-size array... |
commit | commitdiff | tree | snapshot |
next |