- Dec 02, 2010
-
-
Jim Grosbach authored
pool entries (LEApcrel pseudo). Ongoing saga of rdar://8542291. llvm-svn: 120635
-
Devang Patel authored
llvm-svn: 120630
-
- Dec 01, 2010
-
-
Evan Cheng authored
llvm-svn: 120622
-
Rafael Espindola authored
llvm-svn: 120621
-
Jason W Kim authored
llvm-svn: 120619
-
Bill Wendling authored
encoding if we're in that mode. llvm-svn: 120608
-
Jim Grosbach authored
llvm-svn: 120604
-
Rafael Espindola authored
by the assembler. This was blocking parsing any large .s produced by clang for example. Fixes PR8596. llvm-svn: 120603
-
Michael J. Spencer authored
instead of toStringRef. The file system APIs need c strings. llvm-svn: 120601
-
Michael J. Spencer authored
llvm-svn: 120600
-
Jim Grosbach authored
instruction at MC lowering. Add binary encoding information for the ADR, including fixup data for the label operand. llvm-svn: 120594
-
Michael J. Spencer authored
file creation APIs aren't implemented. llvm-svn: 120593
-
Owen Anderson authored
Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax. llvm-svn: 120589
-
Jason W Kim authored
llvm-svn: 120586
-
Jim Grosbach authored
llvm-svn: 120585
-
Jim Grosbach authored
llvm-svn: 120584
-
Devang Patel authored
llvm-svn: 120580
-
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
-
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
-
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
-
Bill Wendling authored
variable unsigned. llvm-svn: 120541
-
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
-
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
-
Bill Wendling authored
llvm-svn: 120522
-
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
-