- Apr 29, 2011
-
-
Daniel Dunbar authored
that associate sections with expressions. llvm-svn: 130517
-
Daniel Dunbar authored
llvm-svn: 130515
-
Rafael Espindola authored
assigned to a CIE that requires one, just output a 0. llvm-svn: 130472
-
Rafael Espindola authored
in the same order as the one in CodeGen. llvm-svn: 130471
-
- Apr 28, 2011
-
-
Rafael Espindola authored
expressions used in the FDE to refer to symbols. llvm-svn: 130437
-
Rafael Espindola authored
converting the symbol passed to .cfi_personality into bytes is the file. llvm-svn: 130400
-
Rafael Espindola authored
llvm-svn: 130397
-
Rafael Espindola authored
This removes one of the main advantages of moving eh_frame to MC, but makes the transition a lot easier to debug (run md5). llvm-svn: 130379
-
Rafael Espindola authored
llvm-svn: 130378
-
Rafael Espindola authored
symbols. llvm-svn: 130375
-
- Apr 27, 2011
-
-
Rafael Espindola authored
non private symbol. This will be use for handling foo: .cfi_startproc ... On OS X where we have to create a foo.eh symbol. llvm-svn: 130305
-
Rafael Espindola authored
step towards using .cfi_* on OS X. llvm-svn: 130273
-
- Apr 26, 2011
-
-
Rafael Espindola authored
llvm-svn: 130181
-
- Apr 24, 2011
-
-
Sebastian Redl authored
llvm-svn: 130096
-
- Apr 23, 2011
-
-
Jay Foad authored
llvm-svn: 130068
-
- Apr 22, 2011
-
-
Chandler Carruth authored
the first time through. llvm-svn: 129969
-
Chandler Carruth authored
Silences GCC warning. I wonder why Clang doesn't warn on this... llvm-svn: 129968
-
Rafael Espindola authored
X8664_ELFTargetObjectFile::getFDEEncoding to match reality. llvm-svn: 129959
-
Rafael Espindola authored
llvm-svn: 129955
-
Rafael Espindola authored
llvm-svn: 129953
-
- Apr 21, 2011
-
-
Rafael Espindola authored
MC :-) llvm-svn: 129923
-
- Apr 20, 2011
-
-
Rafael Espindola authored
llvm-svn: 129850
-
Sean Callanan authored
MCInst operands for ARM. This allows it to be more tolerant of malformed MCInsts or incorrect instruction metadata. llvm-svn: 129840
-
- Apr 18, 2011
-
-
Eli Friedman authored
small heap-allocated SmallString because it unconditionally forces a malloc. (Revised version of r129688, with the necessary flush() call.) llvm-svn: 129716
-
Devang Patel authored
llvm-svn: 129715
-
Eli Friedman authored
llvm-svn: 129689
-
Eli Friedman authored
small heap-allocated SmallString because it unconditionally forces a malloc. llvm-svn: 129688
-
Eli Friedman authored
reduces the number of calls to malloc(). llvm-svn: 129687
-
- Apr 15, 2011
-
-
Chris Lattner authored
Luis Felipe Strano Moraes! llvm-svn: 129558
-
- Apr 13, 2011
-
-
Rafael Espindola authored
Implement the ones that were missing in the asm streamer. llvm-svn: 129413
-
- Apr 12, 2011
-
-
Rafael Espindola authored
llvm-svn: 129378
-
Rafael Espindola authored
llvm-svn: 129362
-
Rafael Espindola authored
llvm-svn: 129361
-
Eric Christopher authored
test for invalid hexadecimals. llvm-svn: 129326
-
Eric Christopher authored
.long 80+08 go ahead and assume that if we've got an Error token that we handled it already. Otherwise if it's a token we can't handle then go ahead and return the default error. llvm-svn: 129322
-
Eric Christopher authored
Testcase forthcoming. rdar://8490596 llvm-svn: 129309
-
- Apr 11, 2011
-
-
Rafael Espindola authored
llvm-svn: 129306
-
Rafael Espindola authored
llvm-svn: 129296
-
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 09, 2011
-
-
Benjamin Kramer authored
llvm-svn: 129214
-