2012-11-15 |
Fariborz Jahanian | block extended signatur option. Change previous option |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [modules] Use a memory buffer directly as input for... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [modules] Setup the import location of a module file... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitry Vyukov | tsan: remove unused parameter |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitry Vyukov | tsan: switch to 4 shadow cells by default (since that... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | misspell |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Comment to XML conversion: convert some tests to use... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Remove unused diagnostics from TableGen files. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Chad Rosier | [reg scavenger] Fix the isUsed/isAliasUsed functions... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Greg Clayton | <rdar://problem/11782181> |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Howard Hinnant | Remove aborts under __dynamic_cast which were under... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Sergei Larin | Fix indeterminism in MI scheduler DAG construction. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitry Vyukov | tsan: eevn better handling of signals |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Use empty parens for empty function parameter list... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | FileCheck: remove useless 'continue' at the end of... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexander Potapenko | [ASan] Revert r168040 and r168043 and take a cleaner... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Benjamin Kramer | Do not cache a pointer to ExprEvalContexts.back(). |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexander Potapenko | [ASan] Minor fix: return to the last byte of the fake... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Duncan Sands | Do not handle void types in DataLayout. Patch by Patri... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Use empty parens for empty function parameter list... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexander Potapenko | [ASan] Poison the leftmost shadow byte with a special... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexey Samsonov | [UBSan] Add support for building ubsan runtime library... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexey Samsonov | [UBSan] Add support for building ubsan runtime library... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Hans Wennborg | Make GlobalOpt be conservative with TLS variables ... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Guy Benyei | Add support for SPIR64 target - the 64bit counterpart... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Duncan Sands | Fix a crash observed by Shuxin Yang. The issue here... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Alexander Potapenko | [ASan] Add the "lea $imm(%rip),%rax" instruction to... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Nick Lewycky | Teach the uninitialized field warning about anonymous... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Revert changing FNEG of v4f32 to Expand. It's legal. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Make FNEG and FABS of v4f32 Expand. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Make a bunch of floating point operations on vectors... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Lang Hames | Make -ffp-contract a codegen option, rather than a... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Add missing documentation for llvm.exp2, llvm.log10... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Craig Topper | Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Nick Lewycky | Revert r167567, restoring the ability of clang to run... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Richard Trieu | Fix an off-by-one error by switching < to <= in -Wtauto... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Daniel Jasper | Do not use data recursion in ASTMatchFinder. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Andrew Trick | Fix an obvious merge bug in -join-globalcopies (disabled). |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] Fix test case broken by previous commit. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] Make sure calls in synthesized functions... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Sean Callanan | In cases where the Objective-C ivar symbols are strippe... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [PCH] Reading expressions from attributes should be... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eli Friedman | Fix a trivial bool-related bug I spotted while skimming... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Tanya Lattner | Add link to cfe-users mailing list. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eric Christopher | Add some release notes that say we removed the CellSPU... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
NAKAMURA Takumi | InstCombineAndOrXor.cpp: Escape bracket in doxygen... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Richard Smith | Per [basic.lookup.classref]p3, in an expression of... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eli Friedman | Fix DiagnoseBitwisePrecedence so it doesn't cast "... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jakub Staszak | Use LLVM_DELETED_FUNCTION. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Fariborz Jahanian | objective-C blocks: make cc1 flag -encode-extended... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eli Friedman | Make template diffing handle integral expressions of... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Richard Smith | Add -cc1 option -fno-diagnostics-use-presumed-location... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Argyrios Kyrtzidis | [utils/ClangDataFormat.py] Add data formatter for Strin... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Argyrios Kyrtzidis | [utils/ClangDataFormat.py] In the summary of SourceLoca... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable] |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Enrico Granata | <rdar://problem/12408181> Test case to make sure this... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Bill Schmidt | This patch is in preparation for adding medium code... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Improve typographical correctness. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Fariborz Jahanian | objective-C blocks: under cc1 flag -encode-extended... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Sphinxify TestSuiteMakefileGuide |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jordan Rose | [analyzer] Fix test in previous commit. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jordan Rose | [analyzer] Add a test case for printing a path note... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Richard Trieu | Improve -Wtautological-constant-out-of-range-compare... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Use reserve() to avoid vector reallocation. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Douglas Gregor | Teach the AST importer to merge enumerator constants... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Make sure to not get AVX code on an AVX-capable host... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | test/CodeGen/Hexagon/postinc-load.ll: Suppress it for... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Few more small CellSPU removals. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Fix CMake build. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eli Friedman | When evaluating variably modified types for function... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Remove the CellSPU port. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Eric Christopher | Remove the cellspu port. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | ParseTemplate.cpp: Prune obsolete descriptions in Parse... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Anna Zaks | [analyzer] Ensure that CmpRuns recursively walks the... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Howard Hinnant | Restrict optimized __pad_and_output implementation... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: Sphinxify TestingGuide |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexander Kornienko | Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Fix invalid asserts, use llvm_unreachable instead. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jyotsna Verma | Added multiclass for post-increment load instructions. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Benjamin Kramer | Force CPU in test so we don't accidentally get AVX... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | canJoinPhys method doesn't modify CoalescerPair. Make... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Alexander Kornienko | Added %(line), %(line+<number>), %(line-<number>) subst... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Chad Rosier | Remove dead code. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Fix comment. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Jakub Staszak | Remove DOS line endings. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Benjamin Kramer | X86: Enable SSE memory intrinsics even when stack align... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Hal Finkel | Replace std::vector -> SmallVector in BBVectorize |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | Update my email address and update the code ownership |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Dmitri Gribenko | FileCheck.rst: change formatting of code-like construct... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | The code pattern "imm0_255_neg" is used for checking... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Justin Holewinski | Add myself as code owner for NVPTX target |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Sean Silva | docs: nuke GCCFEBuildInstrs.html |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Justin Holewinski | [NVPTX] Implement custom lowering of loads/stores for i1 |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Anton Korobeynikov | Fix comment |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Argyrios Kyrtzidis | In ExpressionEvaluationContextRecord manage LambdaMangl... |
commit | commitdiff | tree | snapshot |
next |