- Aug 24, 2010
-
-
Dan Gohman authored
which does the same thing. This eliminates redundant code and handles MDNodes better. MDNode linking still doesn't fully work yet though. llvm-svn: 111941
-
Daniel Dunbar authored
- Implemented by manually splicing the tokens. If this turns out to be problematically platform specific, a more elegant solution would be to implement some context dependent lexing support. llvm-svn: 111934
-
Dan Gohman authored
llvm-svn: 111933
-
Jim Grosbach authored
Intended to help ease reproducing problems by increasing base register usage after heuristics for only using the when needed are in place. llvm-svn: 111930
-
Benjamin Kramer authored
Relocate against parent if the symbol is not in section or it's a common symbol, from Roman Divacky. llvm-svn: 111925
-
Owen Anderson authored
llvm-svn: 111923
-
Dan Gohman authored
that it avoids a lot of unnecessary cloning by avoiding remapping MDNode cycles when none of the nodes in the cycle actually need to be remapped. Also it uses the new temporary MDNode mechanism. llvm-svn: 111922
-
Dan Gohman authored
need not be RIP-relative in small mode. llvm-svn: 111917
-
Dan Gohman authored
ParseMetadataValue. llvm-svn: 111914
-
Dan Gohman authored
initially seems it should require. llvm-svn: 111913
-
Kalle Raiskila authored
llc used to assert on the added testcase. llvm-svn: 111911
-
Kalle Raiskila authored
from 64bit vector support. llvm-svn: 111910
-
Owen Anderson authored
llvm-svn: 111906
-
Dan Gohman authored
llvm-svn: 111896
-
Dan Gohman authored
llvm-svn: 111895
-
Dan Gohman authored
directly instead of going through EnumerateValue. llvm-svn: 111894
-
Dan Gohman authored
This is in preparation for generalizing its parsing of function-local values. llvm-svn: 111893
-
Dan Gohman authored
llvm-svn: 111892
-
Bruno Cardoso Lopes authored
llvm-svn: 111890
-
Bill Wendling authored
llvm-svn: 111889
-
Eric Christopher authored
llvm-svn: 111887
-
Eric Christopher authored
llvm-svn: 111885
-
Eric Christopher authored
that it needs to go away. Use loadRegFromStackSlot where possible. Also, remember to update the value map. llvm-svn: 111883
-
rdar://7997827Chris Lattner authored
Also fix 0b010 syntax to actually work while we're at it :-) llvm-svn: 111876
-
Eric Christopher authored
getting an address for an object and select some default values. llvm-svn: 111871
-
Devang Patel authored
llvm-svn: 111870
-
Eric Christopher authored
llvm-svn: 111864
-
Devang Patel authored
Patch by Alexander Herz! llvm-svn: 111861
-
Eric Christopher authored
llvm-svn: 111860
-
Eric Christopher authored
llvm-svn: 111854
-
Dan Gohman authored
MDNode::deleteTemporary. llvm-svn: 111853
-
- Aug 23, 2010
-
-
Eric Christopher authored
llvm-svn: 111850
-
Benjamin Kramer authored
llvm-svn: 111848
-
Jim Grosbach authored
llvm-svn: 111847
-
Benjamin Kramer authored
llvm-svn: 111846
-
Benjamin Kramer authored
ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This way we can use the information it has computed and don't have to recompute the same stuff over and over again. llvm-svn: 111844
-
Bruno Cardoso Lopes authored
llvm-svn: 111837
-
Jim Grosbach authored
relative offsets when there are offsets encoded in the instructions and simplifies final allocation in PEI. rdar://8277890 llvm-svn: 111836
-
Gabor Greif authored
llvm-svn: 111835
-
Owen Anderson authored
llvm-svn: 111834
-