- Jan 11, 2008
-
-
Fariborz Jahanian authored
llvm-svn: 45842
-
- Jan 10, 2008
-
-
Chris Lattner authored
llvm-svn: 45841
-
Steve Naroff authored
- Teach Expr::isConstantExpr() about InitListExpr's (and offsetof, since I noticed it was missing). - Rename CheckInitializer() to CheckInitializerTypes(). - Removed the isStatic argument to CheckInitializerTypes() and all of it's subroutines. Checking for constant expressions is now done separately. - Added CheckForConstantInitializer(). llvm-svn: 45840
-
Fariborz Jahanian authored
llvm-svn: 45839
-
Chris Lattner authored
llvm-svn: 45838
-
Chris Lattner authored
llvm-svn: 45837
-
Fariborz Jahanian authored
llvm-svn: 45836
-
Ted Kremenek authored
llvm-svn: 45835
-
Fariborz Jahanian authored
llvm-svn: 45834
-
Duncan Sands authored
Likewise fix up a bunch of other libcalls. While there I remove NEG_F32 and NEG_F64 since they are not used anywhere. This fixes 9 Ada ACATS failures. llvm-svn: 45833
-
Evan Cheng authored
llvm-svn: 45831
-
Evan Cheng authored
llvm-svn: 45830
-
Chris Lattner authored
x86 backend where instructions were not marked maystore/mayload, and perf issues where instructions were not marked neverHasSideEffects. It would be really nice if we could write patterns for copy instructions. I have audited all the x86 instructions down to MOVDQAmr. The flags on others and on other targets are probably not right in all cases, but no clients currently use this info that are enabled by default. llvm-svn: 45829
-
Evan Cheng authored
llvm-svn: 45828
-
Chris Lattner authored
llvm-svn: 45827
-
Chris Lattner authored
llvm-svn: 45826
-
Chris Lattner authored
llvm-svn: 45825
-
Chris Lattner authored
inferred from the instr patterns. llvm-svn: 45824
-
Chris Lattner authored
llvm-svn: 45823
-
Chris Lattner authored
llvm-svn: 45822
-
Chris Lattner authored
llvm-svn: 45821
-
Ted Kremenek authored
llvm-svn: 45820
-
Chris Lattner authored
llvm-svn: 45819
-
Chris Lattner authored
instructions (with patterns) that load memory marked, for example. llvm-svn: 45818
-
Chris Lattner authored
Also, instructions with any nodes that are SDNPMayLoad also read memory. llvm-svn: 45817
-
Chris Lattner authored
or being side-effect free. llvm-svn: 45816
-
Owen Anderson authored
llvm-svn: 45815
-
Evan Cheng authored
llvm-svn: 45814
-
Evan Cheng authored
llvm-svn: 45813
-
Evan Cheng authored
Add a isImmutable bit to StackObject. Fixed stack objects are immutable (in the function) unless specified otherwise. llvm-svn: 45812
-
Dale Johannesen authored
because assembler/linker can't cope with weak absolutes. PR 1880. llvm-svn: 45811
-
Chris Lattner authored
llvm-svn: 45810
-
Seo Sanghyeon authored
llvm-svn: 45809
-
Chris Lattner authored
llvm-svn: 45808
-
Chris Lattner authored
removing them, fitting the file into 80 columns. :) llvm-svn: 45807
-
Fariborz Jahanian authored
Put return type of synthesize method on same line as method declaration, space after method declaration header. llvm-svn: 45806
-
Owen Anderson authored
MachineRegisterInfo. Once all clients are switched over, the former will be going away. llvm-svn: 45805
-
Chris Lattner authored
The first only returns definitions of a register, the second only returns uses, the third returns both. llvm-svn: 45803
-
Ted Kremenek authored
llvm-svn: 45802
-
Owen Anderson authored
copies is made. llvm-svn: 45799
-