- Nov 11, 2013
-
-
Tim Northover authored
llvm-svn: 194408
-
Chad Rosier authored
source operands, a vector, an element to insert, and a shift amount. llvm-svn: 194407
-
Chad Rosier authored
source operands, a vector, an element to insert, and a shift amount. llvm-svn: 194406
-
Sylvestre Ledru authored
Reviewers: rafael.espindola, rengolin, hfinkel Reviewed By: rengolin CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D2138 llvm-svn: 194405
-
Arnaud A. de Grandmaison authored
Besides, this relates it more obviously to the VirtRegAuxInfo::calculateSpillWeightAndHint. No functionnal change. llvm-svn: 194404
-
Sylvestre Ledru authored
Summary: Currently with clang: $ clang -O20 foo.c error: invalid value '20' in '-O20' With the patch: $ clang -O20 foo.c warning: invalid value '20' in '-O20'. Fall back on value '3' Reviewers: rengolin, hfinkel Reviewed By: rengolin CC: cfe-commits, hfinkel, rengolin Differential Revision: http://llvm-reviews.chandlerc.com/D2125 llvm-svn: 194403
-
Fariborz Jahanian authored
method implementations. // rdar://15438505 llvm-svn: 194402
-
Eric Christopher authored
llvm-svn: 194401
-
Eric Christopher authored
llvm-svn: 194400
-
Eric Christopher authored
llvm-svn: 194399
-
Eric Christopher authored
llvm-svn: 194398
-
Ed Maste authored
llvm-svn: 194397
-
Roman Divacky authored
llvm-svn: 194396
-
Chad Rosier authored
llvm-svn: 194395
-
Chad Rosier authored
llvm-svn: 194394
-
Daniel Sanders authored
Reviewers: dsanders Reviewed By: dsanders CC: llvm-commits, nadav Differential Revision: http://llvm-reviews.chandlerc.com/D1958 llvm-svn: 194393
-
Ed Maste authored
These were previously missing in g_register_infos_x86_64 and so arg lookup failed on FreeBSD and Linux after r194035. llvm-svn: 194392
-
Matheus Almeida authored
No functional changes. llvm-svn: 194391
-
Matheus Almeida authored
No functional changes. llvm-svn: 194390
-
Matheus Almeida authored
No functional changes. llvm-svn: 194389
-
Renato Golin authored
No functional change, just better reporting. llvm-svn: 194388
-
Matheus Almeida authored
No functional changes. llvm-svn: 194387
-
Matheus Almeida authored
No functional changes. llvm-svn: 194386
-
Rafael Espindola authored
llvm-svn: 194385
-
Hal Finkel authored
On non-Darwin PPC systems, we currently strip off the register name prefix prior to instruction printing. So instead of something like this: mr r3, r4 we print this: mr 3, 4 The first form is the default on Darwin, and is understood by binutils, but not yet understood by our integrated assembler. Once our integrated-as understands full register names as well, this temporary option will be replaced by tying this functionality to the verbose-asm option. The numeric-only form is compatible with legacy assemblers and tools, and is also gcc's default on most PPC systems. On the other hand, it is harder to read, and there are some analysis tools that expect full register names. llvm-svn: 194384
-
Benjamin Kramer authored
llvm-svn: 194383
-
Peter Zotov authored
llvm-svn: 194382
-
Peter Zotov authored
Llvm_target.intptr_type used to implicitly use global context. As none of other functions in OCaml bindings do, it is changed to accept context explicitly. llvm-svn: 194381
-
Peter Zotov authored
This breaks the API by removing Llvm_target.DataLayout.dispose. llvm-svn: 194380
-
Peter Zotov authored
llvm-svn: 194379
-
Sylvestre Ledru authored
llvm-svn: 194378
-
Joerg Sonnenberger authored
__FLT_EVAL_METHOD__ accordingly. Add test case for this and the SSE2 variances on NetBSD. llvm-svn: 194377
-
NAKAMURA Takumi authored
config.status: executing runtime/Makefile commands autoconf/install-sh: runtime/Makefile does not exist. llvm-svn: 194376
-
Evgeniy Stepanov authored
llvm-svn: 194375
-
Evgeniy Stepanov authored
llvm-svn: 194374
-
Justin Holewinski authored
This causes issues with virtual registers. We will likely need to fix TailDuplicate in the future, or introduce a new version that plays nicely with vregs. llvm-svn: 194373
-
Evgeniy Stepanov authored
This includes a clang-format pass over common interceptors. llvm-svn: 194372
-
Jason Molenda authored
llvm-svn: 194371
-
Evgeniy Stepanov authored
llvm-svn: 194370
-
Evgeniy Stepanov authored
llvm-svn: 194369
-