2014-09-22 |
Daniel Sanders | [mips] Correct alignment of vectors passed in varargs... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Alexey Bataev | removed unicode symbols from comments. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Alexey Bataev | [OPENMP] Codegen for 'omp critical' directive. |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ehsan Akhgari | Add some documentation stating that the memory allocate... |
commit | commitdiff | tree | snapshot |
2014-09-22 |
Ehsan Akhgari | ms-inline-asm: Scope inline asm labels to functions |
commit | commitdiff | tree | snapshot |
2014-09-20 |
Akira Hatanaka | Fix bugs in cpuid.h. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Nico Weber | Follow-up to r214408: Warn on other callee-cleanup... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Dario Domizioli | Fix ctor/dtor aliases losing 'dllexport' (for Itanium... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Rafael Espindola | In the Itanium ABI, move stuff to the comdat of variabl... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Reid Kleckner | Silence MSVC warnings from r218127 about not returning... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Samuel Benzaquen | Make DynTypedNode have the dynamic type of the object... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Aaron Ballman | Silence a signed/unsigned mismatch warning from MSVC... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Daniel Jasper | clang-format: [JS] add space before operator 'in'. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Robert Khasanov | [x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Robert Khasanov | [x86] Added _addcarryx_u32, _addcarryx_u64 intrinsics |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Robert Khasanov | [x86] Enable broadwell target in clang. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Daniel Jasper | clang-format: Prevent column layout if elements aren... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Alexey Bataev | [OPENMP] Initial parsing/sema analysis of 'target'... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Daniel Jasper | clang-format: Undo r216377. |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Rafael Espindola | Don't use the third field of llvm.global_ctors for... |
commit | commitdiff | tree | snapshot |
2014-09-19 |
Rafael Espindola | Revert "Put more stuff in the comdat used for variables... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Rafael Espindola | Put more stuff in the comdat used for variables with... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
DeLesley Hutchins | Thread Safety Analysis: add new warning flag, -Wthread... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
David Majnemer | MS ABI: Don't ICE for pointers to pointers to members... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Akira Hatanaka | [X86, inlineasm] Do not allow using constraint 'x'... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Hans Wennborg | [X86, inline-asm] Allow 256-bit wide operands for the... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Akira Hatanaka | [X86, inlineasm] Check that the output size is correct... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Fariborz Jahanian | Patch to check at compile time for overflow when |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Hans Wennborg | Revert r217995 and follow-ups: |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Alexander Kornienko | Use exceptions() instead of getNumExceptions()/getExcep... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Alexander Musman | Parsing/Sema of directive omp for simd |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Richard Smith | Work around MSVC parser bug by putting redundant braces... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Saleem Abdulrasool | Basic: use hex string for __ARM_FP macro |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Nico Weber | Change -Wbind-to-temporary-copy from an ExtWarn to... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
David Majnemer | Sema: Diagnose undefined structs used as Microsoft... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Akira Hatanaka | Fix test case. |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Richard Smith | Skip parens when detecting whether we're instantiating... |
commit | commitdiff | tree | snapshot |
2014-09-18 |
Akira Hatanaka | Fix test case. |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Richard Smith | Instantiate exception specifications when instantiating... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Akira Hatanaka | [X86, inline-asm] Check that the input size is correct... |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Saleem Abdulrasool | Basic: add support for ARM ACLE 6.5.1 |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Saleem Abdulrasool | Basic: use range-based for loops for ARM target |
commit | commitdiff | tree | snapshot |
2014-09-17 |
Saleem Abdulrasool | Basic: whitespace fixup for ARM target info |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Reid Kleckner | Don't try to devirtualize non-virtual calls |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Rafael Espindola | Don't try to use C5/D5 comdats in COFF. |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Reid Kleckner | Fix forwarding -l to MSVC's link.exe |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Daniel Jasper | clang-format: Allow unbroken ::: in inline assembly. |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Daniel Jasper | clang-format: Restructure and add missing tests. |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Rafael Espindola | Add support for putting constructors and destructos... |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Dan Liew | [sphinx cleanup] |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Saleem Abdulrasool | Driver: use range based for loop |
commit | commitdiff | tree | snapshot |
2014-09-16 |
Richard Smith | Reject a slightly-sneaky way to perform a read of mutab... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Richard Smith | Tests for DR581-600. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Richard Smith | PR19692: Add (passing) regression test. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
David Blaikie | Unique_ptrify Preprocessor::PragmaHandlersBackup |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Fariborz Jahanian | Objective-C. Prevents a crash generating AST for a |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Alexey Samsonov | Major rewrite of linking strategy for sanitizer runtime... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Rafael Espindola | Reduce code duplication a bit more. NFC. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Rafael Espindola | Reduce code duplication a bit more. NFC. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Rafael Espindola | Simplify the code a bit, NFC. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Rafael Espindola | Move emitCXXStructor to CGCXXABI. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Rafael Espindola | Create a emitCXXStructor function and make the existing... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Benjamin Kramer | Use intrusive refcounted pointers to manage RopeRefCoun... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
David Blaikie | unique_ptrify ChainedDiagnosticConsumer's ctor parameters |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Reid Kleckner | Teach Clang how to use response files when calling... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
David Blaikie | Fix memory leak of raw_ostreams in LogDiagnosticPrinter... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Reid Kleckner | Add -fseh-exceptions for MinGW-w64 |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Aaron Ballman | Pretty print attributes associated with record declarat... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Fariborz Jahanian | Objective-C SDK modernizer. Do not modernize an enum |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Aaron Ballman | Adding some FIXMEs to the attribute emitter code regard... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Aaron Ballman | When pretty printing attributes that have enumeration... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Benjamin Kramer | Edit: Do not extend a removal to include trailing white... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
James Molloy | [ARM] Add ACLE predefines: maxmin, rounding and h/w... |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Daniel Jasper | clang-format: Basic support for Java. |
commit | commitdiff | tree | snapshot |
2014-09-15 |
Daniel Jasper | clang-format: Add option to break before non-assignment... |
commit | commitdiff | tree | snapshot |
2014-09-14 |
JF Bastien | Make test/Driver hermetic |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Richard Trieu | Check delegating constructors for using uninitialized... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Ehsan Akhgari | clang-cl: Warn when a /TC or /TP argument is unused |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Richard Trieu | Don't print 'NULL TYPE' when dumping a delegating const... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Rafael Espindola | Allow protocols to be just declared. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Fariborz Jahanian | patch to add missing warning on sizeof wrong parameter |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Ehsan Akhgari | clang-cl: Don't treat linker input files differently... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
JF Bastien | No need to use PNaCl's calling convention since PNaCl... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
JF Bastien | Fix copy/paste for test, the triple should be le64... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
JF Bastien | Add support for le64. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Daniel Jasper | clang-format: Improve line breaks at function calls. |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Timur Iskhodzhanov | Add a previously-missing test case for return adjustmen... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Timur Iskhodzhanov | [ASan/Win] Fix PR20918 -- SEH handler doesn't work... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Timur Iskhodzhanov | Update the test case after r217673 |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Timur Iskhodzhanov | [ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dy... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Aaron Ballman | Fixing a -Woverflow warning from GCC by using a more... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Joerg Sonnenberger | Every code owner should be reachable via email, so... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Craig Topper | Use unique_ptr for ScratchBuf and PragmaHandlers in... |
commit | commitdiff | tree | snapshot |
2014-09-12 |
David Majnemer | MS ABI: The latest VC "14" CTP implements deleted virtu... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
David Majnemer | MS ABI: Use the correct this arg when generating implic... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Justin Bogner | Thread Safety Analysis: Avoid infinite recursion in... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Fariborz Jahanian | Objective-C. Under a special flag, -Wcstring-format... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Ehsan Akhgari | clang-cl: Add support for the /o option for object... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Rafael Espindola | Use the simpler version of llvm::sys::fs::exists. |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Richard Smith | Update C++ status page to reflect that Clang 3.5 has... |
commit | commitdiff | tree | snapshot |
next |