- Jul 24, 2009
-
-
Chris Lattner authored
The later doesn't depend on any crazy LLVM IR stuff, and this pulls the concatenation of prefix with GV name (the root problem behind PR4584) out one level. llvm-svn: 76948
-
Ted Kremenek authored
TryEvaluateBool instead of using a raw 'int'. This avoids any confusion of how 'int' converts to bool, and makes the resultant code easier to read. Condense a bunch of 'addSuccessor()' calls in 'if ... else' to use the ternary operator instead. llvm-svn: 76947
-
Chris Lattner authored
eliminating isNamed. llvm-svn: 76946
-
Chris Lattner authored
llvm-svn: 76945
-
Chris Lattner authored
llvm-svn: 76944
-
Daniel Dunbar authored
llvm-svn: 76943
-
Chris Lattner authored
llvm-svn: 76942
-
Chris Lattner authored
llvm-svn: 76941
-
Zhongxing Xu authored
llvm-svn: 76940
-
Zhongxing Xu authored
llvm-svn: 76939
-
Chris Lattner authored
llvm-svn: 76938
-
Chris Lattner authored
llvm-svn: 76937
-
Chris Lattner authored
llvm-svn: 76936
-
Chris Lattner authored
a sad mistake that is regretted. :) llvm-svn: 76935
-
John McCall authored
llvm-svn: 76934
-
Ted Kremenek authored
llvm-svn: 76933
-
Mike Stump authored
llvm-svn: 76932
-
Anders Carlsson authored
llvm-svn: 76931
-
Evan Cheng authored
llvm-svn: 76930
-
Dan Gohman authored
llvm-svn: 76929
-
Dan Gohman authored
llvm-svn: 76928
-
Dan Gohman authored
llvm-svn: 76927
-
Dan Gohman authored
llvm-svn: 76926
-
Evan Cheng authored
FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructions on all sub-targets. llvm-svn: 76925
-
Ted Kremenek authored
llvm-svn: 76924
-
Richard Osborne authored
but pass when run against r76652. llvm-svn: 76923
-
Owen Anderson authored
llvm-svn: 76922
-
Eric Christopher authored
to support vector arguments and scalar arguments correctly. Update lowering and fix comment to refer to pinsr* instead of insertps. llvm-svn: 76921
-
Dan Gohman authored
llvm-svn: 76920
-
David Goodwin authored
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index elimination more exactly for Thumb-2 to get better code gen. llvm-svn: 76919
-
Douglas Gregor authored
llvm-svn: 76918
-
Douglas Gregor authored
llvm-svn: 76917
-
Douglas Gregor authored
and __has_trivial_constructor builtin pseudo-functions and additionally implements __has_trivial_copy and __has_trivial_assign, from John McCall! llvm-svn: 76916
-
Daniel Dunbar authored
- Steve, can you take a look at this? It seems like this code should live elsewhere, and there is a FIXME about having Sema validates the UTF-8 to UTF-16 conversion. llvm-svn: 76915
-
Sean Callanan authored
for the assembler/disassembler to use. llvm-svn: 76914
-
Fariborz Jahanian authored
with constructors don't have a matching constructor. llvm-svn: 76913
-
Owen Anderson authored
llvm-svn: 76912
-
Mike Stump authored
llvm-svn: 76911
-
David Greene authored
Write space padding as one string to speed up comment printing. llvm-svn: 76910
-
Evan Cheng authored
llvm-svn: 76909
-