- Dec 01, 2010
-
-
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
-
Fariborz Jahanian authored
'Class' type, disgnostic should refere to a class method. Fixes // rdar://8592156 llvm-svn: 120517
-
Johnny Chen authored
exactly-matched sub_cmd to the passed in 'matches' string list. llvm-svn: 120516
-
Johnny Chen authored
llvm-svn: 120515
-
Michael J. Spencer authored
llvm-svn: 120514
-
Michael J. Spencer authored
llvm-svn: 120513
-
Bill Wendling authored
statements. llvm-svn: 120512
-
Jim Ingham authored
GetCommandObject returns no matches in the match array when there is only one match. That's odd, but I don't want to change that right now, just cope with it where I'm doing the command matching. llvm-svn: 120511
-