- Nov 10, 2010
-
-
Dan Gohman authored
chaining and simplify FunctionAttrs' GetModRefBehavior logic. llvm-svn: 118660
-
Matt Beaumont-Gay authored
llvm-svn: 118656
-
Bill Wendling authored
llvm-svn: 118653
-
Dale Johannesen authored
llvm-svn: 118652
-
Rafael Espindola authored
earlier. Implicit bool -> int conversions are evil! llvm-svn: 118651
-
Bill Wendling authored
llvm-svn: 118648
-
- Nov 09, 2010
-
-
Rafael Espindola authored
llvm-svn: 118645
-
Bill Wendling authored
llvm-svn: 118644
-
Bob Wilson authored
as derived from the target triple. This is important for enabling features that are implied based on the architecture version. llvm-svn: 118643
-
Bob Wilson authored
It is only supported for ARM code. Normally Thumb2 code would use DMB instead, but depending on how the compiler is invoked (e.g., -mattr=-db) that might be disabled. This prevents a "cannot select MEMBARRIER_MCR" error in that situation. Radar 8644195 llvm-svn: 118642
-
Bill Wendling authored
* LDM, et al, uses a bit mask to indicate the register list. * VLDM, et al, uses a base register plus number. The LDM instructions may be non-contiguous, but the VLDM ones must be contiguous. Those are semantic checks that should be done later in the compiler. Also postpone the creation of the bit mask until it's needed. llvm-svn: 118640
-
Rafael Espindola authored
llvm-svn: 118639
-
Jim Grosbach authored
help in MC'izing the references that use them. llvm-svn: 118633
-
Andrew Trick authored
(retry now that the windows build is green) llvm-svn: 118630
-
Dan Gohman authored
llvm-svn: 118628
-
Dan Gohman authored
llvm-svn: 118627
-
Dan Gohman authored
memory. This isn't a real improvement with present day AliasAnalysis implementations; it's mainly for consistency. llvm-svn: 118624
-
Dan Gohman authored
llvm-svn: 118623
-
Dan Gohman authored
llvm-svn: 118622
-
Dan Gohman authored
llvm-svn: 118621
-
Dan Gohman authored
llvm-svn: 118618
-
Dan Gohman authored
llvm-svn: 118617
-
Matt Beaumont-Gay authored
-Wnon-virtual-dtor. llvm-svn: 118616
-
Dan Gohman authored
llvm-svn: 118615
-
Dan Gohman authored
property IntrReadArgMem can be modeled. llvm-svn: 118614
-
Andrew Trick authored
llvm-svn: 118613
-
Dan Gohman authored
llvm-svn: 118611
-
Dan Gohman authored
llvm-svn: 118610
-
Jim Grosbach authored
pseudo-label. (TLS stuff). llvm-svn: 118609
-
Chris Lattner authored
llvm-svn: 118608
-
Jim Grosbach authored
llvm-svn: 118606
-
Andrew Trick authored
llvm-svn: 118604
-
Jim Grosbach authored
object file emission. llvm-svn: 118601
-
Jim Grosbach authored
llvm-svn: 118600
-
Owen Anderson authored
llvm-svn: 118589
-
Owen Anderson authored
Really fix the leak in the attributes list. Thanks to Benjamin Kramer for pointing out how I was being stupid. llvm-svn: 118588
-
Jim Grosbach authored
a left shift by zero. llvm-svn: 118587
-
Jim Grosbach authored
llvm-svn: 118586
-
Duncan Sands authored
llvm-svn: 118516
-
Bruno Cardoso Lopes authored
llvm-svn: 118515
-