- May 28, 2010
-
-
Dan Gohman authored
llvm-svn: 104963
-
Dan Gohman authored
llvm-svn: 104962
-
Jakob Stoklund Olesen authored
llvm-svn: 104961
-
Dan Gohman authored
llvm-svn: 104959
-
Dan Gohman authored
llvm-svn: 104958
-
Dan Gohman authored
llvm-svn: 104957
-
Dan Gohman authored
llvm-svn: 104956
-
Stuart Hastings authored
llvm-svn: 104953
-
Dan Gohman authored
reference the stack. llvm-svn: 104951
-
Dan Gohman authored
effective no-op constructs, to make it more effective on unoptimized IR. llvm-svn: 104950
-
Dan Gohman authored
lib/Transforms/Utils and into lib/Analysis so that Analysis passes can use them. llvm-svn: 104949
-
Dan Gohman authored
llvm-svn: 104948
-
Dan Gohman authored
llvm-svn: 104947
-
Dan Gohman authored
llvm-svn: 104945
-
Dan Gohman authored
llvm-svn: 104944
-
Dan Gohman authored
llvm-svn: 104936
-
Dan Gohman authored
llvm-svn: 104935
-
Nate Begeman authored
llvm-svn: 104927
-
Dan Gohman authored
llvm-svn: 104915
-
Devang Patel authored
llvm-svn: 104914
-
Devang Patel authored
llvm-svn: 104913
-
Eli Friedman authored
llvm-svn: 104912
-
Dan Gohman authored
This will help reduce the amount of casting required on 64-bit targets. llvm-svn: 104911
-
Nate Begeman authored
of the intrinsics. The goal is to auto-generate both support for GCC-style (vector) and ARM-style (struct of vector) intrinsics. This is work in progress, but will be completed soon. llvm-svn: 104910
-
Bob Wilson authored
the instruction class for t2RSB to add that operand in svn r104582. Radar 8033757. llvm-svn: 104907
-
Jakob Stoklund Olesen authored
optimization level. This only really affects llc for now because both the llvm-gcc and clang front ends override the default register allocator. I intend to remove that code later. llvm-svn: 104904
-
Jakob Stoklund Olesen authored
llvm-svn: 104903
-
Jim Grosbach authored
an alloca() or an llvm.stackrestore(). rdar://8031573 llvm-svn: 104900
-
Evan Cheng authored
llvm-svn: 104899
-
Jim Grosbach authored
llvm-svn: 104897
-
Dan Gohman authored
and change llvm::sys::RunInterruptHandlers to call that function directly instead of calling SignalHandler, because the rest of SignalHandler invokes side effects which aren't appropriate, including raising the signal. llvm-svn: 104896
-
Evan Cheng authored
llvm-svn: 104891
-
- May 27, 2010
-
-
Kevin Enderby authored
llvm-svn: 104890
-
Dan Gohman authored
llvm-svn: 104888
-
Dan Gohman authored
error message string into their own error message string, so that the information isn't lost. llvm-svn: 104887
-
Dan Gohman authored
the wrong level. Clients which need to leave the stream open but which still require the bitcode bits to be on disk should call flush themselves. llvm-svn: 104885
-
Devang Patel authored
llvm-svn: 104884
-
Bob Wilson authored
should fall through to the 'H' case, but instead 'Q' was falling through to 'R' so that it would do the wrong thing for a big-endian ARM target. llvm-svn: 104883
-
Dan Gohman authored
raw_ostream doesn't try to do its own error handling. Also, close the raw_ostream before checking for errors so that any errors that occur during closing are caught by the manual check. llvm-svn: 104882
-
Dan Gohman authored
raw_ostream doesn't try to do its own error handling. llvm-svn: 104881
-