Go to file
Jakob Stoklund Olesen 831ae0105a Switch ARM to using AltOrders instead of MethodBodies.
This slightly changes the GPR allocation order on Darwin where R9 is not
a callee-saved register:

Before: %R0 %R1 %R2 %R3 %R12 %R9 %LR %R4 %R5 %R6 %R8 %R10 %R11
After:  %R0 %R1 %R2 %R3 %R9 %R12 %LR %R4 %R5 %R6 %R8 %R10 %R11
llvm-svn: 133326
2011-06-18 01:14:46 +00:00
clang [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initialization of SourceManager 2011-06-18 00:53:41 +00:00
compiler-rt Missed a rename here 4 args instead of 3. 2011-06-17 23:19:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. 2011-06-14 19:58:17 +00:00
libcxxabi Clean up the vector tests 2011-06-13 17:57:10 +00:00
lldb Added a new format for displaying an array of characters: eFormatCharArray 2011-06-17 23:50:44 +00:00
llvm Switch ARM to using AltOrders instead of MethodBodies. 2011-06-18 01:14:46 +00:00
polly www: Fix path to git repository. 2011-06-08 22:46:40 +00:00