2014-04-29 |
Nico Weber | Revert r207482; I fail at reading IRC. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Nico Weber | Let stddef.h redefine NULL if __need_NULL is set, as... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Adrian Prantl | Debug info: Improve line table for functions with clean... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ben Langmuir | Add missing triple to make -isysroot work |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Clean up the lists of current and potential... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ben Langmuir | Check -Werror options during module validation |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Reid Kleckner | LLVM supports TLS on Windows and we can use it from... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Paul Robinson | When Driver::generateCompilationDiagnostics is filterin... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Eli Bendersky | Move all CUDA testing inputs to Inputs/ subdirectory... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
David Majnemer | CodeGen: Fix linkage of reference temporaries |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Justin Bogner | [cleanup] Fix an 80-column violation |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Chad Rosier | [driver] Disable the slp vectorizer at -O0, -O1, and... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Nico Weber | Remove unused using statement. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Aaron Ballman | Renaming range-based for loop variables so they don... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Aaron Ballman | [C++11] Converting to range-based for loops. No functio... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Improve binary operator detection. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Fixes spaces in case statements. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Hao Liu | [ARM64]Fix a bug cannot select UQSHL/SQSHL with constan... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Don't wrap after @interface. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Nico Weber | Follow-up to r207071: Let newFrontendActionFactory... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Alp Toker | libclang: split out the documentation comment API |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Argyrios Kyrtzidis | [objcmt] Revert r191796, it's not needed anymore. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Saleem Abdulrasool | CodeGen: remove an unused variable |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Argyrios Kyrtzidis | [SemaCXX] Silence -Wconstant-logical-operand if the... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Argyrios Kyrtzidis | [Index/DocComments] When cloning a full comment, pick... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | remove less relevant information + about packaging... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | Remove no longer relevant information in the gcc/llvm... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | remove useless code |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | Remove deprecated information about performances: |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Daniel Jasper | clang-format: Fix bug when aligning trailing /**/-comme... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | Fix the method len of the CompletionString object.... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
NAKAMURA Takumi | c-arcmt-test/Makefile: Update USEDLIBS for -static. |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Argyrios Kyrtzidis | [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedIni... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Argyrios Kyrtzidis | [Sema] Adjust Sema::getCurBlock()/getCurLambda() to... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Alp Toker | libclang: remove 'CXDiagnostic_Remark' |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Nick Lewycky | Add mangling for attribute enable_if. The demangling... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Warren Hunt | Fixed Assert In CGRecordLowering |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Saleem Abdulrasool | CodeGen: add __yield intrinsic for ARM |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Benjamin Kramer | Make test pass on 32 bit architectures. |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Benjamin Kramer | Print detailed vector type information on diagnostics. |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Nico Weber | Fix leak of GlobalModuleIndex::IdentifierIndex, found... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Richard Smith | PR19558: don't produce an "unused variable" warning... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Saleem Abdulrasool | CodeGen: replace use of @llvm.arm.sevl with @llvm.arm... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
David Majnemer | CodeGen: Cleanup variable linkage calculation |
commit | commitdiff | tree | snapshot |
2014-04-25 |
David Majnemer | CodeGen: Refactor linkage/visibility calculation |
commit | commitdiff | tree | snapshot |
2014-04-25 |
David Blaikie | Push unique_ptr ownership of ASTUnits further back... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Hans Wennborg | clang-cl: /fallback only applies to C or C++ files |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Hans Wennborg | clang-cl: pass -debug flag to the linker when compiling... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
David Blaikie | Improve ownership of ASTUnits in libTooling by using... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Rafael Espindola | Revert "Reland r206934 with a hopefully fixed test" |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Kostya Serebryany | fix a test-only leak found by lsan, PR19521 |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Justin Bogner | CodeGen: Avoid instrumenting implicit Decls more effect... |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Saleem Abdulrasool | bindings: expose C++ access specifiers |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Reid Kleckner | Reland r206934 with a hopefully fixed test |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Richard Smith | If we see an explicit instantiation declaration or... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | MicrosoftVTableContext: Don't leak VPtrInfos. Found... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix a tiny test-only leak, found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Hans Wennborg | Intrin.h: remove __rdtsc and __rdtscp declarations |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Andrea Di Biagio | [X86] Add Clang support for intrinsics __rdtsc and... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Jordan Rose | Squelch leak found by LSan by handling missing switch... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Daniel Sanders | [mips] Support 128-bit int in N32 ABI by overriding... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Tim Northover | AArch64: update tests to new way of printing NEON lists. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
NAKAMURA Takumi | CommentToXMLConverter: Don't use "default" to method... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Daniel Sanders | [mips] Correct size_t and ptrdiff_t for N32. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Dmitri Gribenko | Comment to XML conversion: use unique_ptr for SimpleFor... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Argyrios Kyrtzidis | Simplify leak fix of r207076, by just disposing the... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Don't leak _all_ directives in -verify mode. Found... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Don't leak invalid RegexDirectives. Probably a small... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix two leaks found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix two leaks found by LSan (one is test-only). |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix two test-only leaks found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix two leaks in c-index-test found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix four more test-only leaks found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Revert the "don't leak" part of r207065, looks like... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Fix 3 test-only leaks found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | More spellchecking for Index.h |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | compeltions are never appropriate. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Don't leak objects in load-from-ast path unless Disable... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Richard Smith | When two templates get merged together, also merge... |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Michael J.... | Fix test to not depend on llvm optimizations. |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Nico Weber | Bury leaked sema pointer when reading from AST files. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Nico Weber | Fix another leak in ParseMicrosoftAsmStatement(), found... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Reid Kleckner | Suppress unused variable warning |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Richard Trieu | Change -Wfloating-point-conversion to -Wfloat-conversion. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Abramo Bagnara | Fixed comments (thanks to Richard Smith). |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Nico Weber | Make RewriteRope less confusing for me. No intended... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Nico Weber | Fix leak introduced in r194610, found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Abramo Bagnara | Moved operator delete to public area to appease gcc... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Ben Langmuir | Do not print inferred submodules explicitly in __inferr... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Nico Weber | Fix a memory leak found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
John Thompson | Quick fix for layering that broke shared library build. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Reid Kleckner | MS ABI: Use a different guard variable for each weak... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Richard Smith | Make TypeDecl much less friendly. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Fariborz Jahanian | Objective-C [IRGen]. Fixes a crash in IRGen involving... |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Jordan Rose | [analyzer] Fix a leak found by LSan. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Alexander Kornienko | Don't pass llvm::DenseSet<> by value. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Diego Novillo | Review feedback. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Diego Novillo | Review feedback. |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Diego Novillo | Review feedback |
commit | commitdiff | tree | snapshot |
2014-04-23 |
Diego Novillo | Add documentation for sample profiling support. |
commit | commitdiff | tree | snapshot |
next |