index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86ELFWriterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicated constants. Thanks to Jason for noticing it.
Rafael Espindola
2010-11-22
1
-25
/
+26
*
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-10-03
1
-2
/
+2
*
remove a dead variable, PR6856
Chris Lattner
2010-04-17
1
-1
/
+0
*
- Remove custom handling of jumptables by the elf writter (this was
Bruno Cardoso Lopes
2009-08-05
1
-5
/
+10
*
Support adding relocations for data sections, handling the cases where
Bruno Cardoso Lopes
2009-07-21
1
-1
/
+3
*
For PC relative relocations where symbols are defined in the same section they
Bruno Cardoso Lopes
2009-07-20
1
-0
/
+36
*
Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...
Bruno Cardoso Lopes
2009-07-18
1
-0
/
+1
*
Use a better name for the label relocations while emitting them for Jump Tables
Bruno Cardoso Lopes
2009-07-18
1
-2
/
+3
*
Add support to properly reference private symbols on relocation entries.
Bruno Cardoso Lopes
2009-07-18
1
-5
/
+38
*
use std::vector instead of std::list for both Section and Symbol lists because
Bruno Cardoso Lopes
2009-07-15
1
-0
/
+2
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-3
/
+4
*
Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al...
Bruno Cardoso Lopes
2009-07-02
1
-12
/
+0
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
1
-0
/
+46
*
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
1
-1
/
+2
*
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
1
-2
/
+20
*
x86_64 now uses the correct ELF e_machine type
Bruno Cardoso Lopes
2009-06-06
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make d'tor out-of-line.
Bill Wendling
2007-01-27
1
-0
/
+1
*
X86 implementation of the TargetELFWriterInfo class.
Bill Wendling
2007-01-27
1
-0
/
+17