- May 28, 2010
-
-
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: 104945
-
Dan Gohman authored
llvm-svn: 104936
-
Dan Gohman authored
llvm-svn: 104935
-
Dan Gohman authored
llvm-svn: 104915
-
Devang Patel authored
llvm-svn: 104914
-
Devang Patel authored
llvm-svn: 104913
-
Dan Gohman authored
This will help reduce the amount of casting required on 64-bit targets. llvm-svn: 104911
-
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
-
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
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
-
Dale Johannesen authored
No functional effect as these nodes are not generated yet. llvm-svn: 104879
-
Dan Gohman authored
it to be the caller's responsibility to provide a stream in binary mode. This fixes a layering violation and avoids an outs() call. llvm-svn: 104878
-
Duncan Sands authored
to null. Patch by Matti Niemenmaa. llvm-svn: 104871
-
Jim Grosbach authored
llvm-svn: 104869
-
Dan Gohman authored
To support this, move IsCalleePop from X86ISelLowering to X86Subtarget. llvm-svn: 104866
-
Jim Grosbach authored
to update the jmpbuf in the presence of VLAs. llvm-svn: 104862
-
Bruno Cardoso Lopes authored
common code between SSE versions. llvm-svn: 104860
-
Dan Gohman authored
llvm-svn: 104855
-
Dan Gohman authored
separate canRead() call. llvm-svn: 104853
-
Dan Gohman authored
can't be read, since it isn't cleared on other error paths. llvm-svn: 104852
-
Dan Gohman authored
getMagicNumber() does its own error checking. llvm-svn: 104851
-
Devang Patel authored
inlined function's arguments need a label to mark the start point because they are not directly attached to current function. llvm-svn: 104848
-
Stuart Hastings authored
llvm-svn: 104841
-
Eric Christopher authored
llvm-svn: 104793
-
Devang Patel authored
llvm-svn: 104785
-
Jakob Stoklund Olesen authored
PR7026 Patch by Pekka Jääskeläinen! llvm-svn: 104780
-