- Jul 18, 2009
-
-
Bruno Cardoso Lopes authored
Use proper relocation type to build relocations for JumpTables (rodata sections). llvm-svn: 76326
-
- Jul 15, 2009
-
-
Bruno Cardoso Lopes authored
we care more about random access than insertion/deletion of elements. llvm-svn: 75828
-
- Jul 14, 2009
-
-
Torok Edwin authored
This adds location info for all llvm_unreachable calls (which is a macro now) in !NDEBUG builds. In NDEBUG builds location info and the message is off (it only prints "UREACHABLE executed"). llvm-svn: 75640
-
Bruno Cardoso Lopes authored
llvm-svn: 75537
-
- Jul 11, 2009
-
-
Torok Edwin authored
Make llvm_unreachable take an optional string, thus moving the cerr<< out of line. LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for NDEBUG builds. llvm-svn: 75379
-
- Jul 06, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 74821
-
- Jul 03, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 74760
-
- Jul 02, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 74718
-
Bruno Cardoso Lopes authored
llvm-svn: 74686
-
- Jun 25, 2009
-
-
Bruno Cardoso Lopes authored
Add section symbols to the symbol table llvm-svn: 74170
-
- Jun 22, 2009
-
-
Bruno Cardoso Lopes authored
Support for .text relocations, implementing TargetELFWriter overloaded methods for x86/x86_64. Use a map to track global values to their symbol table indexes Code cleanup and small fixes llvm-svn: 73894
-
- Jun 14, 2009
-
-
Bruno Cardoso Lopes authored
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. BinaryObject.h by Aaron Gray llvm-svn: 73333
-
- Jun 11, 2009
-
-
Bruno Cardoso Lopes authored
Emission for globals, using the correct data sections Function alignment can be computed for each target using TargetELFWriterInfo Some small fixes llvm-svn: 73201
-
- Jun 07, 2009
-
-
Bruno Cardoso Lopes authored
relocation sections. llvm-svn: 73038
-
- Jun 06, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 72982
-
- Jun 05, 2009
-
-
Bruno Cardoso Lopes authored
MachO Writer. This will change with the arrival of ObjectCodeEmitter and BinaryObject llvm-svn: 72906
-
- Jun 03, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 72785
-