- Aug 03, 2009
-
-
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
-
Benjamin Kramer authored
llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like "LLVM ERROR: llvm: error:" or "LLVM ERROR: ERROR:". llvm-svn: 77971
-
Eli Friedman authored
obviously correct. llvm-svn: 77969
-
Anton Korobeynikov authored
Since we're generating stubs by hands we don't follow the ABI and don't create a register spill area. Don't use this area in compilation callback! llvm-svn: 77968
-
Evan Cheng authored
Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially coalesced copy, and the copy kills its source register. Trim the source register's live range to the last use if possible. This fixes up kill marker to make the scavenger happy. llvm-svn: 77967
-
Anton Korobeynikov authored
llvm-svn: 77966
-
Anton Korobeynikov authored
llvm-svn: 77965
-
Anton Korobeynikov authored
Add 'Indirect' LocInfo class and use to pass __m128 on win64. Also minore fixes here and there (mostly __m64). llvm-svn: 77964
-
Anton Korobeynikov authored
Cleanup Darwin MMX calling conv stuff - make the stuff more generic. This also fixes a subtle bug, when 6th v1i64 argument passed wrongly. llvm-svn: 77963
-
Anton Korobeynikov authored
Unbreak Win64 CC. Step one: honour register save area, fix some alignment and provide a different set of call-clobberred registers. llvm-svn: 77962
-
Zhongxing Xu authored
llvm-svn: 77961
-
Nick Lewycky authored
llvm-svn: 77960
-
Devang Patel authored
llvm-svn: 77959
-
Edward O'Callaghan authored
Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. llvm-svn: 77958
-
Daniel Dunbar authored
to not be a very good idea. llvm-svn: 77957
-
Rafael Espindola authored
llvm-svn: 77956
-
Eli Friedman authored
llvm-svn: 77955
-
Daniel Dunbar authored
- Gratuitous and unused, but possibly useful one day. llvm-svn: 77954
-