Go to file
Jyoti Allur f1d7050a25 This patch fixes issue with lowering below mentioned pattern :-
_foo:
        smull	 r0, r1, r1, r0
	smull	 r2, r3, r3, r2
	adds	r0, r2, r0
	adc	r1, r3, r1
	bx	lr

to

_foo:
        smull	 r0, r1, r1, r0
	smlal	 r0, r1, r3, r2
	bx	lr

llvm-svn: 226904
2015-01-23 09:10:03 +00:00
clang [pr22293] Don't crash during codegen of a recursive destructor. 2015-01-23 05:26:38 +00:00
clang-tools-extra Replace size call with empty call where appripriate in clang/tools/extra 2015-01-22 13:14:29 +00:00
compiler-rt Fix the extra whitespace from r226878. 2015-01-23 00:14:22 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use amdgcn triple for SI+ GPUs 2015-01-06 20:42:12 +00:00
libcxx Add USES_TERMINAL to libcxx lit tests, if available 2015-01-23 06:59:51 +00:00
libcxxabi [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup). 2015-01-22 20:00:06 +00:00
lld Test commit. 2015-01-23 08:56:47 +00:00
lldb debug printfs that got left in. I blame greg. 2015-01-23 01:34:19 +00:00
llgo Introduce llgoi, a REPL for Go 2015-01-15 04:13:29 +00:00
llvm This patch fixes issue with lowering below mentioned pattern :- 2015-01-23 09:10:03 +00:00
openmp added support for PPC architectures (version 3): initial patch provided by Carlo Bertolli, latest version from Johnny Peyton 2015-01-19 18:29:35 +00:00
polly Drop an unused parameter 2015-01-21 23:11:46 +00:00