- Dec 01, 2010
-
-
Duncan Sands authored
The user (i.e. whoever generated a call to the intrinsic in the first place) is essentially asking for a particular instruction to be placed in the assembler. If that instruction won't execute on the target machine, that's their problem not ours. Two buildbots with processors that don't support SSE3 were barfing on the apm.ll test in CodeGen/X86 because of this assertion. llvm-svn: 120574
-
Che-Liang Chiou authored
llvm-svn: 120571
-
Jay Foad authored
setAllBits(), setBit(unsigned), etc. llvm-svn: 120564
-
John McCall authored
llvm-svn: 120562
-
Michael J. Spencer authored
llvm-svn: 120560
-
Michael J. Spencer authored
Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. llvm-svn: 120559
-
Michael J. Spencer authored
I'm going to replace this all anyway with a proper table and separated tests when done. llvm-svn: 120558
-
John McCall authored
llvm-svn: 120555
-
Nick Lewycky authored
llvm-svn: 120554
-
Peter Collingbourne authored
llvm-svn: 120553
-
Jim Grosbach authored
llvm-svn: 120552
-
Jim Grosbach authored
llvm-svn: 120551
-
Michael J. Spencer authored
llvm-svn: 120550
-
Evan Cheng authored
llvm-svn: 120549
-
Michael J. Spencer authored
llvm-svn: 120547
-
Michael J. Spencer authored
llvm-svn: 120546
-
Peter Collingbourne authored
llvm-svn: 120545
-
Peter Collingbourne authored
llvm-svn: 120544
-
Peter Collingbourne authored
llvm-svn: 120543
-
Dan Gohman authored
specified a syntactically invalid path, it's better to let the OS diagnose the problem than to silently skip it. llvm-svn: 120542
-
Bill Wendling authored
variable unsigned. llvm-svn: 120541
-
Michael J. Spencer authored
apparently it is unused. llvm-svn: 120540
-
Michael J. Spencer authored
llvm-svn: 120539
-
Dan Gohman authored
is fine since isn't really necessary to check isValid there anyway. llvm-svn: 120538
-
Bill Wendling authored
llvm-svn: 120536
-
Jason W Kim authored
Lifted adjustFixupValue() from Darwin for sharing w ELF. Test added TODO: refactor ELFObjectWriter::RecordRelocation more. Possibly share more code with Darwin? Lots more relocations... llvm-svn: 120534
-
Bill Wendling authored
llvm-svn: 120533
-
Bill Wendling authored
llvm-svn: 120532
-
Chris Lattner authored
http://llvm.org/bugs/show_bug.cgi?id=279#c3 better. No functionality change yet. llvm-svn: 120530
-
Rafael Espindola authored
llvm-svn: 120528
-
Chris Lattner authored
using ConstantInt::get. llvm-svn: 120527
-
Eric Christopher authored
reg+reg handling. llvm-svn: 120526
-
Jan Wen Voung authored
llvm-svn: 120525
-
Bill Wendling authored
s/T1pIEncodeImm/T1pILdStEncodeImm/g llvm-svn: 120524
-
Douglas Gregor authored
llvm-svn: 120523
-
Bill Wendling authored
llvm-svn: 120522
-
Sean Callanan authored
persistent variables even after the parser has finished running. llvm-svn: 120521
-
Sean Callanan authored
llvm-svn: 120520
-
Chris Lattner authored
20040709-1.c from the gcc testsuite. I was using the size of a pointer instead of the pointee. This fixes rdar://8713376 llvm-svn: 120519
-
Bill Wendling authored
llvm-svn: 120518
-