- Aug 04, 2009
-
-
Chris Lattner authored
eliminate IsInTextSection. llvm-svn: 78017
-
Ryan Flynn authored
llvm-svn: 78016
-
Chris Lattner authored
llvm-svn: 78015
-
Chris Lattner authored
llvm-svn: 78014
-
Chris Lattner authored
llvm-svn: 78013
-
Devang Patel authored
llvm-svn: 78012
-
Chris Lattner authored
replicating the logic manually. llvm-svn: 78011
-
Dan Gohman authored
llvm-svn: 78010
-
Dan Gohman authored
llvm-svn: 78009
-
-
Chris Lattner authored
textual sections. llvm-svn: 78007
-
Chris Lattner authored
llvm-svn: 78006
-
Dan Gohman authored
few places in InstCombine to use it, to fix problems handling pointer types. This fixes the recent llvm-gcc bootstrap error. llvm-svn: 78005
-
- Aug 03, 2009
-
-
Chris Lattner authored
hey it uses .previous, so it should work :) llvm-svn: 78004
-
David Greene authored
Re-apply LiveInterval index dumping patch, with fixes suggested by Bill and others. llvm-svn: 78003
-
Chris Lattner authored
more step towards "semantics sections" llvm-svn: 78002
-
Daniel Dunbar authored
llvm-svn: 78001
-
Ted Kremenek authored
llvm-svn: 78000
-
Daniel Dunbar authored
from the perspective of LLVM exception handling. Otherwise the C++ personality function may decide not to run them, if it only detects cleanup handlers. - Test case for this is exceptions.m in llvm-test. llvm-svn: 77999
-
Ted Kremenek authored
llvm-svn: 77996
-
Fariborz Jahanian authored
llvm-svn: 77993
-
Bob Wilson authored
Add a testcase. llvm-svn: 77992
-
Fariborz Jahanian authored
llvm-svn: 77991
-
John McCall authored
elsewhere. Very slightly decouples DeclSpec users from knowing the exact diagnostics to report, and makes it easier to provide different diagnostics in some places. llvm-svn: 77990
-
Jakob Stoklund Olesen authored
When LowerSubregsInstructionPass::LowerInsert eliminates an INSERT_SUBREG instriction because it is an identity copy, make sure that the same registers are alive before and after the elimination. When the super-register is marked <undef> this requires inserting an IMPLICIT_DEF instruction to make sure the super register is live. Fix a related bug where a kill flag on the inserted sub-register was not transferred properly. Finally, clear the undef flag in MachineInstr::addRegisterKilled. Undef implies dead and kill implies live, so they cant both be valid. llvm-svn: 77989
-
Eli Friedman authored
Patch by John Thompson! llvm-svn: 77988
-
Jakob Stoklund Olesen authored
Thanks Chris. llvm-svn: 77987
-
Eli Friedman authored
appropriate. Patch per report on llvmdev. No testcase because the original report didn't come with a testcase, and I can't come up with a case that actually fails. llvm-svn: 77986
-
Fariborz Jahanian authored
llvm-svn: 77985
-
Chris Lattner authored
llvm-svn: 77984
-
Chris Lattner authored
code that I will be using shortly. llvm-svn: 77983
-
Bob Wilson authored
llvm-svn: 77982
-
John McCall authored
remaining specifier enums T. llvm-svn: 77981
-
Evan Cheng authored
llvm-svn: 77978
-
Chris Lattner authored
This will cause it to enter the ".text" section instead of "_text" but masm is already broken. llvm-svn: 77977
-
Chris Lattner authored
llvm-svn: 77976
-
Daniel Dunbar authored
- The theory is these should never actually be called, since these boil down to passes which can access the target data via the standard mechanism. llvm-svn: 77975
-
Sanjiv Gupta authored
llvm-svn: 77974
-
Daniel Dunbar authored
llvm-svn: 77973
-
Daniel Dunbar authored
llvm-svn: 77972
-