- May 28, 2010
-
-
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
-
Dan Gohman authored
option from lintModule, which was an artifact from being based on Verifier code. llvm-svn: 104765
-
Daniel Dunbar authored
to be matched. llvm-svn: 104757
-
Dan Gohman authored
and Write, and add a comment explaining this. llvm-svn: 104756
-
Jakob Stoklund Olesen authored
TableGen shortly. llvm-svn: 104754
-
Dan Gohman authored
llvm-svn: 104752
-
- May 26, 2010
-
-
Bill Wendling authored
llvm-svn: 104749
-
Dan Gohman authored
llvm-svn: 104748
-
Daniel Dunbar authored
-filetype=obj. llvm-svn: 104747
-
Jakob Stoklund Olesen authored
This means that our Registers are now ordered R7, R8, R9, R10, R12, ... Not R1, R10, R11, R12, R2, R3, ... llvm-svn: 104745
-
Dan Gohman authored
llvm-svn: 104744
-
Devang Patel authored
There is no need to force an line number entry (using previous location) for a temp label at unknown location. llvm-svn: 104740
-
Bill Wendling authored
usual suspects that could "return twice". llvm-svn: 104737
-
Daniel Dunbar authored
MC: When running with -mc-relax-all, we can eagerly relax instructions and avoid creating unnecessary MCInstFragments. llvm-svn: 104736
-
Daniel Dunbar authored
MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCInstFragments or appending onto an MCDataFragment. llvm-svn: 104735
-