2012-11-14 |
Eli Friedman | Fix an assertion failure printing the unused-label... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Richard Smith | Remove another questionable use of hasTrivial*. The... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
John McCall | Accept and pass arguments to __unknown_anytype in argument |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Greg Clayton | <rdar://problem/12695557> |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Matt Beaumont-Gay | Fix broken asserts. Also, spell 'indices' correctly. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Michael J.... | [Object] Fix endianess bug by refactoring Archive:... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Nadav Rotem | use the getSplat API. Patch by Paul Redmond. |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Matt Beaumont-Gay | Fix typo |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Smith | Fix typo from code review (thanks to Alexey Samsonov... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Smith | Support for building the ubsan runtime when using the... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Smith | -fsanitize=undefined: Switch to using sanitizer_common... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eric Christopher | Revert "Use the 'count' attribute instead of the 'upper... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eric Christopher | Revert "Use the 'count' attribute instead of the 'upper... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eli Friedman | Don't try to save the assigned value in a Objective... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Kostya Serebryany | [asan] use #if defined __x86_64__ instead of #if __WORD... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Jim Grosbach | Acknowledge code ownership of MC. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Joe Abbey | Assignment of Bitcode ownership to Joe Abbey, after... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | Revert -join-splitedges to a boolean cmd line option. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | The MachineScheduler does not currently require JoinSpl... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nico Weber | [ms] Make mangleIntegerLiteral less aware of exact... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael J.... | [MC][COFF] Emit weak symbols to the correct section... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
NAKAMURA Takumi | Revert r167836, "llvm/test/Other/close-stderr.ll: Mark... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Add test case to verify correct relocs being generated for |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Hemant Kulkarni | Add program header emission to ELF writer. This patch... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Kaelyn Uhrain | For classes that have the warn_unused_result attribute... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shankar Easwaran | numerically sort the symbols, so that the testcase... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shankar Easwaran | changes after mspencer reviews in phabricator |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Michael J.... | Fix style violations. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | [analyzer] Address Jordan's code review for r167813. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Daniel Dunbar | llvm-nm: Make sort more stable when symbol names are... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Add (some) PowerPC TLS relocation types to ELF.h and |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Fix wrong PowerPC instruction opcodes for: |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Fix wrong PowerPC instruction encodings due to |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Fix instruction encoding for "bd(n)z" on PowerPC, |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Fix instruction encoding for "isel" on PowerPC, |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Manman Ren | X86: when constructing VZEXT_LOAD from other loads... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Daniel Dunbar | Revert r167801, "[preprocessor] When #including somethi... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Jim Ingham | Revision of the patch from Andrew Kaylor <andrew.kaylor... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
David Blaikie | Simplify function try/catch scope handling. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ulrich Weigand | Do not consider a machine instruction that uses and... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shankar Easwaran | Adding support to resolve symbols with archive librarie... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shankar Easwaran | Adding changes to support GNU style archive library... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shankar Easwaran | Adding convenience function to ELF Header |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | Fix -join-splitedges: my previous "cleanup" broke it. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Daniel Jasper | Fix AST-matcher descendant visiting for Types, TypeLocs... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Chad Rosier | Revert 167755/167760. We don't want to emit crash diagn... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Howard Hinnant | Update CREDIT.TXT |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Benjamin Kramer | This patch makes the behavior of clang consistent with... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Dmitry Vyukov | tsan: remove unused const |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Dmitry Vyukov | tsan: better function names |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Alexey Samsonov | [TSan] Add output test for write under reader lock |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Dmitry Vyukov | tsan: fix stats collection |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Duncan Sands | Codegen support for arbitrary vector getelementptrs. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Duncan Sands | Fix the instcombine GEP index widening transform to... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Duncan Sands | Relax the restrictions on vector of pointer types,... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Benjamin Kramer | DependenceAnalysis: Print all dependency pairs when... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | misched: Allow subtargets to enable misched and depende... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | Added RegisterCoalescer support for joining global... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Alexey Samsonov | [ASan] now we don't need llvm_obj_root to access llvm... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Alexey Samsonov | Figure out <size> argument of llvm.lifetime intrinsics... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Jyotsna Verma | Test commit. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nico Weber | UCNs in char literals are done (in LiteralSupport)... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Hal Finkel | BBVectorize: Remove temporary assert used for debugging |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | Copy the decls returned by DeclContext::lookup_result... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Meador Inge | instcombine: Migrate math library call simplifications |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | Add a test that shows that reporting a leak after failu... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | Fix a Malloc Checker FP by tracking return values from... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Evan Cheng | Remove virtual keyword for two routines that should... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Hal Finkel | BBVectorize: Don't vectorize vector-manipulation chains |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Enrico Granata | Giving at least some error information when a Python... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Evan Cheng | Revert r167759. Ben is right this isn't likely to help... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | misched: Don't consider artificial edges weak edges. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Bill Wendling | Use the 'count' attribute instead of the 'upper_bound... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Bill Wendling | Use the 'count' attribute instead of the 'upper_bound... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Enrico Granata | <rdar://problem/11814875> |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Eli Friedman | Fix IR generation for bool on PPC (and any other target... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | [preprocessor] When #including something that contribut... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Argyrios Kyrtzidis | In Lexer::LexTokenInternal, avoid code duplication... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Bill Wendling | Disable accelerator tables when compiling with LTO. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Smith | Fix some wrong-code bugs in implicitly-defined assignme... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Andrew Trick | Cleanup the main RegisterCoalescer loop. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Kaelyn Uhrain | A couple of small fixes to r167783 |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Anna Zaks | [analyzer] Address Jordan's feedback for r167780. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Ted Kremenek | Fix bad CFG construction bug when handling C++ 'try... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Shuxin Yang | revert r167740 |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Nick Lewycky | When filtering the list of associated namespaces so... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Andrew Trick | Cleanup -join-splitedges. Make the loop more obvious. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Hal Finkel | BBVectorize: Only some insert element operand pairs... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Kaelyn Uhrain | Enable C++11 attribute syntax for warn_unused_result... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Jean-Daniel... | Update link to external document |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Anna Zaks | [analyzer] Follow up to r167762 - precisely determine... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Richard Smith | Factor duplicated implicit memcpy call generation code... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Greg Clayton | Patch from Andrew Kaylor that fixes a race condition... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Eric Christopher | Finish reverting r167761, it's causing test failures. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Greg Clayton | New compiler warnings caught issues with the m_encoding... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Greg Clayton | Fixed an error in the ELF parser that was comparing... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Daniel Malea | Fix typo (dwarf/dsym mismatch) in testcase causing... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Daniel Malea | Fix minor typo on build page. |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Michael Liao | Fix test case added in patch fixing PR14314 |
commit | commitdiff | tree | snapshot |
next |