- Dec 01, 2010
-
-
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
-
Owen Anderson authored
llvm-svn: 120507
-
NAKAMURA Takumi authored
llvm-svn: 120506
-
Johnny Chen authored
rdar://problem/8689814 test failure: test/macosx/universal (the i386 slice does not break?) llvm-svn: 120505
-
Andrew Trick authored
llvm-svn: 120504
-
Johnny Chen authored
Possibly due to http://llvm.org/viewvc/llvm-project?rev=120484&view=rev. llvm-svn: 120503
-
Evan Cheng authored
legalization time. Since at legalization time there is no mapping from SDNode back to the corresponding LLVM instruction and the return SDNode is target specific, this requires a target hook to check for eligibility. Only x86 and ARM support this form of sibcall optimization right now. rdar://8707777 llvm-svn: 120501
-
Bill Wendling authored
llvm-svn: 120500
-