2014-11-19 |
Suyog Sarda | Vectorize a reduction chain feeding into a 'return... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Alexander Kornienko | [clang-tidy] Count errors in ClangTidyDiagnosticConsumer |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Johannes Doerfert | Change states in the www/todo.html list |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Marshall Clow | Added entries for bugs 2118 and 2306, which were closed... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Johannes Doerfert | Simplify the SCEVAffinator [NFC] |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Tobias Grosser | Use new Small(Ptr)Set API |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Jasper | clang-format: [Java] Ignore C++-specific keywords |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Fix opcodes of MFHC1 and MTHC1 instru... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Arnaud A. de... | Fix tail recursion elimination |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Implement CodeGen support for 16... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Implement CodeGen support for ADDIUS5... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Add disassembler tests for new microM... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Implement LWXS instruction. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jozef Kolek | [mips][microMIPS] Implement SDBBP and RDHWR instructions. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Dmitry Vyukov | tsan: fix binary names in tests |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Dmitry Vyukov | tsan: exclude unsupported test from test_output.sh... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Dmitry Vyukov | tsan: don't add -pie when compiling tests |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Dmitry Vyukov | tsan: fix Go build |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Evgeniy Stepanov | Use ninja pools to limit the number of concurrent compi... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Pilgrim | [X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2 |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Sanders | Allow EmitVAArg() to promote types and use this to... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Majnemer | AliasSetTracker: UnknownInsts should contribute to... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Add missing header |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change to make Small(Ptr)Set::inser... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change to make Small(Ptr)Set::inser... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update SetVector to rely on the underlying set's insert... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Hao Liu | [AArch64] Disable useAA for Cortex-A57. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | Revert "[ELF] Sectionkey should also contain path." |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Hao Liu | [AArch64] Enable SeparateConstOffsetFromGEP, EarlyCSE... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | Revert "[ELF] Rename MergedSection to OutputSection." |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | Revert "[ELF] Create input and output section names" |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Hao Liu | [SeparateConstOffsetFromGEP] Allow SeparateConstOffsetF... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Richard Trieu | Add the exception for strings in logical and expression... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | Revert "[ELF] Fix creation of segments." |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Remove unnecessary debug logging code |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Configure PLT and LA25 entries in the correspond... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Inline the configurePLTReference method |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Remove redundant const_cast |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Make the function return type constant pointer |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Simon Atanasyan | [Mips] Move setup of LLD_R_MIPS_STO_PLT relocation... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Remove StringMap::GetOrCreateValue in favor of StringMa... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Eric Fiselier | Overhaul and separate nullptr_t tests to pass with... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | clang-format a recent commit I made |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Eric Fiselier | Revert r222296 to fix bad commit message |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Eric Fiselier | Remove accidentally commited line in commit. Sorry |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | [ELF] Handle ctors/dtors sections |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | [ELF] Fix creation of segments. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | [ELF] Create input and output section names |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | [ELF] Rename MergedSection to OutputSection. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Shankar Easwaran | [ELF] Sectionkey should also contain path. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Peter Collingbourne | Teach llvm-build to avoid touching LibraryDependencies... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Peter Collingbourne | Expose LLVM version string via macro in llvm-config... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Standardize on StringMap::insert, removing uses of... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Remove uses of StringMap::GetOrCreateValue in favor... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Make StringSet::insert return pair<iterator, bool>... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jason Molenda | Add additional checks to the SavedLocationForRegister... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Nick Kledzik | [mach-o] propagate dylib version numbers |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rui Ueyama | llvm-readobj: fix off-by-one error in COFFDumper |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Eric Fiselier | Cleanup quick_exit tests and get them passing in C... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Kuba Brecka | Make the ASan OS X DYLD_INSERT_LIBRARIES detection... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Eric Fiselier | diff --git a/test/language.support/support.types/nullpt... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jim Ingham | Add "-k" and "-K" options to the driver, that allow... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rafael Espindola | Use a memcpy so that type based alias analysis sees... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rui Ueyama | Fix MSVC warning. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Weiming Zhao | [Aarch64] Customer lowering of CTPOP to SIMD should... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Kostya Serebryany | [asan] initial support for experimental basic-block... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Kostya Serebryany | [asan] add experimental basic-block tracing to asan... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Rui Ueyama | llvm-readobj: teach it how to dump COFF base relocation... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Kostya Serebryany | Introduce llvm::SplitAllCriticalEdges |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Manman Ren | Revert r222039 because of bot failure. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Matt Arsenault | R600/SI: Implement areMemAccessesTriviallyDisjoint |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Matt Arsenault | R600/SI: Set hasSideEffects = 0 on load and store instr... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Add option to disable alignment after... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Fix space between generic type parameter... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Fiselier | Modify tests to check that va_copy is only defined... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Simon Pilgrim | [X86][AVX] 256-bit vector stack unaligned load/stores... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Enrico Granata | Shuffle APIs around a little bit, so that if you pass... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Bogner | profile: Robustify instrprof tests |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Fiselier | Flush out test cases for tuples constructor SFINAE |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Enrico Granata | Add the ability for the NSString and libc++ std::string... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Enrico Granata | Allow dsymutil to exists in a path with spaces in it |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Ismail Pazarbasi | Revert "git-svn test commit" |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Colin LeMahieu | [Hexagon] Adding A2_and instruction. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Ismail Pazarbasi | git-svn test commit |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Chad Rosier | [FastISel][AArch64] Also allow folding of sign-/zero... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | More override warning cleanup. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Chad Rosier | [FastISel][AArch64] Also allow folding of sign-/zero... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | Fix 80-column violations, trailing whitespace, comment... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | This test also requires an aarch64 target. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Bogner | Fix an inaccurate comment |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Nick Kledzik | [mach-o] for 32-bit arm, in -r mode support B (not... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
David Majnemer | InstCombine: Fix another infinite loop caused by visitF... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Fariborz Jahanian | [Sema] Patch to issue warning on comparing parameters... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Colin LeMahieu | [Hexagon] Adding A2_sub instruction |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Ismail Pazarbasi | Find SWIG with CMake |
commit | commitdiff | tree | snapshot |
2014-11-18 |
David Majnemer | Revert "Revert r222040 because of bot failure." |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Fiselier | Add support for LLVM_USE_SANITIZER=Thread to test suite |
commit | commitdiff | tree | snapshot |
next |