Go to file
Renato Golin d93295ea56 Remove duplicated DMB instructions
ARM specific optimiztion, finding places in ARM machine code where 2 dmbs
follow one another, and eliminating one of them.

Patch by Reinoud Elhorst.

llvm-svn: 205409
2014-04-02 09:03:43 +00:00
clang Some more anonymous namespace diagnostics to switch to () 2014-04-02 06:18:49 +00:00
clang-tools-extra Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
compiler-rt Allow the user to override the compiler used for testing 2014-04-01 21:54:56 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Use defined(__APPLE__) rather than __APPLE__ 2014-03-30 14:59:12 +00:00
libcxxabi Simplify. 2014-03-20 01:28:28 +00:00
lld Remove a function that's not defined. 2014-04-02 06:59:28 +00:00
lldb Use getpgid() with waitpid() in case the process pgid is not equal to its pid, as is the case with a forked subprocess. Also a couple of fixes for unit test failures from Todd Fiala. 2014-04-02 06:57:45 +00:00
llvm Remove duplicated DMB instructions 2014-04-02 09:03:43 +00:00
openmp Revert commit (testing commit hook). 2014-03-04 18:06:04 +00:00
polly Delete trivial PHI nodes (aka stack slot sharing) 2014-04-01 16:01:33 +00:00