Go to file
Johnny Chen 8a742f5f37 EmulateShiftReg() also accepts shifter type of SRType_ROR.
llvm-svn: 132484
2011-06-02 21:00:34 +00:00
clang [PCH] Store the offsets of source location file entries and go through them 2011-06-02 20:01:46 +00:00
compiler-rt If a test case is not compiled on a specific platform, print "skipped" 2011-05-29 21:43:29 +00:00
debuginfo-tests Remove working directory path from intermediate files. They are not checked in the output anyway. 2011-05-31 23:57:48 +00:00
libcxx I've become quite disatsified with the lack of noexcept specifications on container move construction, move assignment operator and swap. Without proper decoration on at least move construction, vectors of containers will have unacceptable performance. Here's the fix for deque. 2011-06-02 20:00:14 +00:00
libcxxabi Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, Howard Hinnant and John McCall 2011-05-24 22:01:16 +00:00
lldb EmulateShiftReg() also accepts shifter type of SRType_ROR. 2011-06-02 21:00:34 +00:00
llvm During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALUEs. This approach has several downsides, for example, it does not work when dbg value is a constant integer, it does not work if reg is defined more than once, it places end of debug value range markers in the wrong place. It even causes misleading incorrect debug info when duplicate DBG_VALUE instructions point to same reg def. 2011-06-02 20:07:12 +00:00
polly www: Enable SSI on the webserver. 2011-05-26 12:20:16 +00:00