- Aug 13, 2009
-
-
David Goodwin authored
llvm-svn: 78910
-
Dan Gohman authored
llvm-svn: 78909
-
David Goodwin authored
llvm-svn: 78908
-
Dan Gohman authored
a full buffer, rather than often being called with a slightly-less-than-full buffer. llvm-svn: 78907
-
Dan Gohman authored
WriteAsOperand in more places. Now that more things are using WriteAsOperand, its behavior of constructing a TypePrinting object and populating it with strings for all the numbered types in the Module on each call is a significant bottleneck. Fancier solutions could be pursued here, but for now, just bypass the TypePrinting overhead in obvious cases. llvm-svn: 78906
-
Jim Grosbach authored
llvm-svn: 78905
-
Jim Grosbach authored
llvm-svn: 78904
-
Chris Lattner authored
implemented somewhat differently than before, but it should have the same functionality and the previous testcase passes again. llvm-svn: 78900
-
Jakob Stoklund Olesen authored
llvm-svn: 78899
-
Evan Cheng authored
llvm-svn: 78898
-
Bob Wilson authored
llvm-svn: 78897
-
Bob Wilson authored
to fix it tonight. llvm-svn: 78896
-
Chris Lattner authored
llvm-svn: 78895
-
Chris Lattner authored
llvm-svn: 78894
-
Evan Cheng authored
llvm-svn: 78893
-
Chris Lattner authored
don't need to be exported from the .o files. llvm-svn: 78892
-
Mon P Wang authored
the new load by the old load instead of by the extract element because a store could have occurred between the load and extract element. llvm-svn: 78891
-
Bruno Cardoso Lopes authored
syntactically as a string, very similiar to what Chris did with MachO. The parsing support and validation is not introduced yet. llvm-svn: 78890
-
Andreas Bolka authored
llvm-svn: 78889
-
Andreas Bolka authored
No intended functionality change. llvm-svn: 78888
-
Andreas Bolka authored
llvm-svn: 78887
-
Andreas Bolka authored
llvm-svn: 78886
-
Daniel Dunbar authored
- Patch by Erick Tryzelaar, with some edits (and a bug fix) from me. llvm-svn: 78885
-
Bob Wilson authored
llvm-svn: 78884
-
Daniel Dunbar authored
- Patch by Erick Tryzelaar llvm-svn: 78883
-
Bob Wilson authored
llvm-svn: 78881
-
Daniel Dunbar authored
- Patch by Erick Tryzelaar llvm-svn: 78880
-
Dan Gohman authored
This is vaguely consistent with LLVM's own source code, but more importantly it lets more lines stay within 80 columns. llvm-svn: 78879
-
Dan Gohman authored
PrintUnmangledNameSafely. llvm-svn: 78878
-
Chris Lattner authored
MCContext no longer maintains a string -> section map. llvm-svn: 78874
-
Dale Johannesen authored
This allows WebKit to build again. llvm-svn: 78872
-
Chris Lattner authored
llvm-svn: 78871
-
Chris Lattner authored
them, so it doesn't have to explicitly free them. llvm-svn: 78870
-
Chris Lattner authored
int x __attribute__((section("_foo, _bar"))) = 4; int y __attribute__((section("_foo, _bar, 4byte_literals"))) = 1; llvm-svn: 78867
-
Chris Lattner authored
llvm-svn: 78866
-
Dan Gohman authored
interesting to print the number in a comment. Numbered instructions don't need their number in a comment either. Also, tidy up newline printing. llvm-svn: 78865
-
Chris Lattner authored
llvm-svn: 78864
-
Chris Lattner authored
llvm-svn: 78860
-
Dan Gohman authored
and unnamed numbered global variables as "@0 = global ...". Extend the AsmParser to recognize these forms. llvm-svn: 78859
-
Jim Grosbach authored
llvm-svn: 78856
-