1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-29 23:12:55 +01:00
llvm-mirror/lib
Chris Lattner d710b0a025 Emit a symbol table entry for each function we output to the ELF file. This
allows objdump to know which function we are emitting to:

00000000 <foo>:     <----
   0:   b8 01 00 00 00          mov    $0x1,%eax
   5:   03 44 24 04             add    0x4(%esp,1),%eax
   9:   c3                      ret

... and allows .o files to be useful for linking :)

llvm-svn: 22378
2005-07-11 06:17:35 +00:00
..
Analysis the correct fix was to fix AliasAnalysis.getModRefInfo 2005-06-20 15:25:22 +00:00
AsmParser Fix grammar 2005-06-24 18:00:40 +00:00
Bytecode Final Changes For PR495: 2005-07-08 03:08:58 +00:00
CodeGen Emit a symbol table entry for each function we output to the ELF file. This 2005-07-11 06:17:35 +00:00
Debugger For PR495: 2005-07-07 23:21:43 +00:00
ExecutionEngine fix long lines 2005-07-11 02:49:16 +00:00
Linker For PR495: 2005-07-07 23:21:43 +00:00
Support Final Changes For PR495: 2005-07-08 03:08:58 +00:00
System Fix bugs also fixed in Unix version, plus other general cleanup. 2005-07-09 18:42:49 +00:00
Target Refactor things a bit to allow the ELF code emitter to run the X86 machine code emitter 2005-07-11 05:17:48 +00:00
Transforms Fix a problem that instcombine would hit when dealing with unreachable code. 2005-07-07 20:40:38 +00:00
VMCore core changes for varargs 2005-06-18 18:34:52 +00:00
Makefile