- Feb 17, 2010
-
-
Bob Wilson authored
* Use "S" abbreviation for scalar single FP registers in class and pattern names, instead of keeping the "D" (for "double") abbreviation and tacking on an "s" elsewhere in the name. * Move the scalar single FP register classes and patterns to be more consistent with other definitions in the file. * Rename "VNEGf32d" definition to "VNEGfd" for consistency. * Deleted the N2VDIntsPat pattern; N2VSPat is good enough. llvm-svn: 96521
-
Chris Lattner authored
llvm-svn: 96520
-
Johnny Chen authored
B6.1.8 RFE Return From Exception loads the PC and the CPSR from the word at the specified address and the following word respectively. llvm-svn: 96519
-
Ted Kremenek authored
llvm-svn: 96518
-
Ted Kremenek authored
llvm-svn: 96517
-
Douglas Gregor authored
that we can't test it yet. llvm-svn: 96516
-
Ted Kremenek authored
llvm-svn: 96515
-
Fariborz Jahanian authored
llvm-svn: 96513
-
Daniel Dunbar authored
- Used to do regex patsubst on arguments. llvm-svn: 96512
-
Daniel Dunbar authored
- Patch by Andrzej K. Haczewski, with a tweak by me to emit a 'deprecated' diagnostic when we do this. We'll see what zee users say. llvm-svn: 96511
-
Daniel Dunbar authored
llvm-svn: 96510
-
David Greene authored
Make the non-temporal bit "significant" in MemSDNodes so they aren't CSE'd or otherwise combined with temporal MemSDNodes. llvm-svn: 96505
-
Jakob Stoklund Olesen authored
llvm-svn: 96504
-
Daniel Dunbar authored
llvm-svn: 96503
-
Chris Lattner authored
llvm-svn: 96502
-
Fariborz Jahanian authored
a block without it being used. This causes over release of objects in certain runtime-senitive apps. (fixes radar 7581175). llvm-svn: 96501
-
Chris Lattner authored
llvm-svn: 96500
-
Daniel Dunbar authored
llvm-svn: 96499
-
Daniel Dunbar authored
llvm-svn: 96498
-
Chris Lattner authored
llvm-svn: 96497
-
Jakob Stoklund Olesen authored
llvm-svn: 96496
-
Chris Lattner authored
"Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols could be emitted in the same file (it was uniqued by block number, but not by function number). " Patch by Nathan Keynes! llvm-svn: 96495
-
Chris Lattner authored
and add a sparc implementation that knows about delay slots. Patch by Nathan Keynes! llvm-svn: 96492
-
Chris Lattner authored
llvm-svn: 96490
-
Chris Lattner authored
llvm-svn: 96489
-
Chris Lattner authored
llvm-svn: 96488
-
Fariborz Jahanian authored
llvm-svn: 96486
-
Sanjiv Gupta authored
cloned functions. llvm-svn: 96485
-
Fariborz Jahanian authored
llvm-svn: 96484
-
Douglas Gregor authored
llvm-svn: 96483
-
Anders Carlsson authored
llvm-svn: 96481
-
Duncan Sands authored
llvm-svn: 96480
-
Fariborz Jahanian authored
implementation (toward radar 7547942). llvm-svn: 96479
-
Douglas Gregor authored
llvm-svn: 96478
-
Duncan Sands authored
cases that are not part of the enum. llvm-svn: 96477
-
Eric Christopher authored
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474
-
Zhongxing Xu authored
current stack frame. When leaving a callee, remove all bindings belonging to that callee. llvm-svn: 96473
-
Zhongxing Xu authored
For inline-based inter-procedural analysis, we will have multiple stack space regions. Use a dense map to store them. llvm-svn: 96472
-
Zhongxing Xu authored
llvm-svn: 96471
-
Ted Kremenek authored
llvm-svn: 96470
-