- Apr 13, 2011
-
-
Rafael Espindola authored
llvm-svn: 129447
-
- Apr 11, 2011
-
-
Kevin Enderby authored
disassembler API. Hooked this up to the ARM target so such tools as Darwin's otool(1) can now print things like branch targets for example this: blx _puts instead of this: blx #-36 And even print the expression encoded in the Mach-O relocation entried for things like this: movt r0, :upper16:((_foo-_bar)+1234) llvm-svn: 129284
-
- Apr 07, 2011
-
-
Rafael Espindola authored
llvm-svn: 129087
-
- Apr 04, 2011
-
-
Eric Christopher authored
Patch by Patrick Walton! llvm-svn: 128798
-
- Mar 29, 2011
-
-
Daniel Dunbar authored
llvm-svn: 128446
-
- Mar 28, 2011
-
-
Kevin Enderby authored
otool(1), this time with the needed fix for case sensitive file systems :) . This is a work in progress as the interface for producing symbolic operands is not done. But a hacked prototype using information from the object file's relocation entiries and replacing immediate operands with MCExpr's has been shown to work with no changes to the instrucion printer. These APIs will be moved into a dynamic library at some point. llvm-svn: 128415
-
- Mar 26, 2011
-
-
Kevin Enderby authored
llvm-svn: 128309
-
Kevin Enderby authored
This is a work in progress as the interface for producing symbolic operands is not done. But a hacked prototype using information from the object file's relocation entiries and replacing immediate operands with MCExpr's has been shown to work with no changes to the instrucion printer. These APIs will be moved into a dynamic library at some point. llvm-svn: 128308
-
- Mar 22, 2011
-
-
Rafael Espindola authored
memory and writing it back to disk. llvm-svn: 128108
-
- Mar 17, 2011
-
-
Rafael Espindola authored
of an file. llvm-svn: 127781
-
- Mar 14, 2011
-
-
Jim Grosbach authored
llvm-svn: 127620
-
- Feb 18, 2011
-
-
Rafael Espindola authored
llvm-svn: 125845
-
- Feb 08, 2011
-
-
Rafael Espindola authored
MemoryBuffer::getOpenFile to not close the file descriptor. llvm-svn: 125128
-
- Jan 07, 2011
-
-
Devang Patel authored
This means avoid using uint32_t. This patch reverts r112200 and fixes original problem by fixing argument type in lto.cpp. llvm-svn: 123038
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120304
-
Michael J. Spencer authored
llvm-svn: 120298
-
- Nov 28, 2010
-
-
Chris Lattner authored
by Eric Dobson! llvm-svn: 120259
-
- Nov 23, 2010
-
-
Chris Lattner authored
patch by Greg Pfeil! llvm-svn: 119989
-
- Nov 02, 2010
-
-
Duncan Sands authored
llvm-svn: 118016
-
- Oct 11, 2010
-
-
Chris Lattner authored
llvm-svn: 116209
-
- Oct 07, 2010
-
-
Owen Anderson authored
llvm-svn: 115971
-
Owen Anderson authored
llvm-svn: 115965
-
Owen Anderson authored
llvm-svn: 115963
-
Owen Anderson authored
llvm-svn: 115957
-
Owen Anderson authored
llvm-svn: 115949
-
Owen Anderson authored
llvm-svn: 115946
-
Owen Anderson authored
llvm-svn: 115933
-
Owen Anderson authored
llvm-svn: 115932
-
Owen Anderson authored
initialization functions that initialize the set of passes implemented in that library. Add C bindings for these functions as well. llvm-svn: 115927
-
- Sep 27, 2010
-
-
Bill Wendling authored
"linker_private_weak_auto_def" linkage type for LTO. llvm-svn: 114868
-
- Sep 10, 2010
-
-
Dale Johannesen authored
llvm-svn: 113643
-
Dale Johannesen authored
(The Ada bindings probably need it too, but all the obvious places to change say "do not edit this file".) llvm-svn: 113618
-
- Aug 30, 2010
-
-
Eric Christopher authored
that like to randomly define things like "X86", regenerate autoconf bits and update cmake. Fixes PR7852. Patch by Xerxes Rånby! llvm-svn: 112499
-
- Aug 28, 2010
-
-
Chris Lattner authored
being actively maintained, improved, or extended. llvm-svn: 112356
-
- Aug 26, 2010
-
-
Devang Patel authored
llvm-svn: 112200
-
- Aug 25, 2010
-
-
Dan Gohman authored
llvm-svn: 112069
-
- Aug 21, 2010
-
-
Bill Wendling authored
It's similar to "linker_private_weak", but it's known that the address of the object is not taken. For instance, functions that had an inline definition, but the compiler decided not to inline it. Note, unlike linker_private and linker_private_weak, linker_private_weak_def_auto may have only default visibility. The symbols are removed by the linker from the final linked image (executable or dynamic library). llvm-svn: 111684
-
- Aug 20, 2010
-
-
Erick Tryzelaar authored
llvm-svn: 111625
-
- Aug 11, 2010
-
-
Rafael Espindola authored
llvm-svn: 110759
-
- Aug 10, 2010
-
-
Rafael Espindola authored
Nick, please review. llvm-svn: 110705
-