Go to file
Hal Finkel 92b9b49f61 Revert useless part of r217349
Adding handling of __builtin_assume_aligned to IntExprEvaluator does not make
sense because __builtin_assume_aligned returns a pointer (not an integer).
Thanks to Richard for figuring out why this was not doing anything.

I'll add this back in a better place (PointerExprEvaluator perhaps).

llvm-svn: 218958
2014-10-03 04:46:46 +00:00
clang Revert useless part of r217349 2014-10-03 04:46:46 +00:00
clang-tools-extra [clang-tidy] Add check misc-braces-around-statements. 2014-10-02 19:09:56 +00:00
compiler-rt [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64 2014-10-02 12:47:55 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Support Cortex-m0 2014-10-02 13:26:08 +00:00
lld [PECOFF] Resolve __delayLoadHelper2 if /delayload is given 2014-10-03 01:14:50 +00:00
lldb Stop enabling the std::vector<bool> data formatter for libstdc++, and for that matter, also skip running the test on Darwin. libstdc++ is more relevant on non-Apple platforms 2014-10-03 01:54:10 +00:00
llvm [x86] Add another triple to a test to make the comment syntax stable. 2014-10-03 02:06:28 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Align copied load/store instructions as the original. 2014-10-02 16:22:19 +00:00