Go to file
Devang Patel 4dc76f2438 During bottom up fast-isel, instructions emitted to materalize registers are at top of basic block and do not have debug location. This may misguide debugger while entering the basic block and sometimes debugger provides semi useful view of current location to developer by picking up previous known location as current location. Assign a sensible location to the first instruction in a basic block, if it does not have one location derived from source file, so that debugger can provide meaningful user experience to developers in edge cases.
[take 2]

llvm-svn: 135423
2011-07-18 20:55:23 +00:00
clang Thanks to Chandler for reminding me to update the documentation for the 2011-07-18 17:22:33 +00:00
compiler-rt <rdar://problem/9624306> clean up darwin platform to use xcrun. Set up variables in darwin_bni.mk. Use GetCNAVar in AppleBI.mk 2011-06-21 00:07:55 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Do a litmus test of using tmpnam to generate safe temporary file names 2011-07-18 20:46:16 +00:00
libcxxabi Update by Marshall Clow 2011-07-18 16:38:32 +00:00
lldb Add SWIG Python interface files for SBProcess, SBThread, and SBFrame. 2011-07-18 20:13:38 +00:00
llvm During bottom up fast-isel, instructions emitted to materalize registers are at top of basic block and do not have debug location. This may misguide debugger while entering the basic block and sometimes debugger provides semi useful view of current location to developer by picking up previous known location as current location. Assign a sensible location to the first instruction in a basic block, if it does not have one location derived from source file, so that debugger can provide meaningful user experience to developers in edge cases. 2011-07-18 20:55:23 +00:00
polly www: Mention new Polly Builder in News 2011-07-18 20:34:41 +00:00