index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lld
Commit message (
Expand
)
Author
Age
Files
Lines
*
hexagon targetinfo changes for getting the relocation kind from string and vi...
Shankar Easwaran
2013-01-30
2
-0
/
+220
*
simplify hexagon relocations handling
Shankar Easwaran
2013-01-30
1
-4
/
+5
*
[ELF][x86-64] Add TargetLayout.
Michael J. Spencer
2013-01-30
2
-1
/
+8
*
Whitespace.
Michael J. Spencer
2013-01-30
3
-2
/
+2
*
[ELF] Remove ReferenceKinds.
Michael J. Spencer
2013-01-30
12
-770
/
+11
*
[ELF] Use TargetRelocationHandler to apply relocations.
Michael J. Spencer
2013-01-30
1
-13
/
+5
*
[ELF] Add {Hexagon,PPC,X86}TargetHandler.
Michael J. Spencer
2013-01-30
15
-19
/
+416
*
change the function names in RelocationHelper to adhere to convention
Shankar Easwaran
2013-01-30
1
-2
/
+3
*
change DefaultLayout to TargetLayout inside member variables
Shankar Easwaran
2013-01-30
1
-1
/
+1
*
add targethandler hooks from Writer and cleanup
Shankar Easwaran
2013-01-30
9
-175
/
+121
*
[ELF][x86-64] Add X86_64TargetRelocationHandler and friends.
Michael J. Spencer
2013-01-30
4
-7
/
+147
*
[ELF] Add ELFTargetRelocationHandler.
Michael J. Spencer
2013-01-30
2
-0
/
+17
*
add Relocation helper functions
Shankar Easwaran
2013-01-30
1
-0
/
+52
*
[ELF] Make AtomLayout more accessible.
Michael J. Spencer
2013-01-30
5
-79
/
+66
*
[ELF] Chop the ELF prefix off of most things.
Michael J. Spencer
2013-01-29
28
-441
/
+434
*
remove targetInfo and layout from ELFTargetLayout
Shankar Easwaran
2013-01-29
1
-5
/
+2
*
[ELF] Fix header sort order.
Michael J. Spencer
2013-01-29
24
-113
/
+147
*
[ELF] Add support for IFUNC.
Michael J. Spencer
2013-01-29
12
-37
/
+296
*
[ELF] Give Chunk a ELFTargetInfo.
Michael J. Spencer
2013-01-29
6
-85
/
+59
*
[ELF] Remove OwningPtr from the Chunk::write interface.
Michael J. Spencer
2013-01-29
5
-49
/
+36
*
[ELF] Clean up doxygen comments.
Michael J. Spencer
2013-01-29
1
-11
/
+10
*
add register section, remove contentType from sectionKey
Shankar Easwaran
2013-01-28
2
-46
/
+106
*
[ELF] Use correct regex in test.
Michael J. Spencer
2013-01-28
1
-3
/
+3
*
[ELF] Use entry point from LinkerOptions.
Michael J. Spencer
2013-01-28
7
-7
/
+73
*
lldX86_64ELFTarget depends on lldCore.
Benjamin Kramer
2013-01-26
1
-0
/
+4
*
Use proper delete.
Michael J. Spencer
2013-01-26
2
-5
/
+5
*
[ELF][x86-64] Add relocation string<->kind.
Michael J. Spencer
2013-01-25
3
-0
/
+121
*
[ELF][X86-64] Use the correct base address.
Michael J. Spencer
2013-01-25
4
-2
/
+16
*
[CMake] Setup include dirs properly.
Michael J. Spencer
2013-01-25
3
-24
/
+16
*
change all occurences of File to FileELF
Shankar Easwaran
2013-01-25
1
-6
/
+6
*
add elf targethandler
Shankar Easwaran
2013-01-25
42
-496
/
+1030
*
[Driver] Run the pass manager.
Michael J. Spencer
2013-01-24
2
-1
/
+7
*
Move SimpleAtoms.h to ReaderWriter.
Michael J. Spencer
2013-01-24
7
-258
/
+192
*
Add SectionPosition and OrderPass
Nick Kledzik
2013-01-23
23
-18
/
+341
*
[ELF] Read IFUNC symbols correctly as typeResolver.
Michael J. Spencer
2013-01-23
5
-0
/
+24
*
Add PassManager.
Michael J. Spencer
2013-01-23
10
-62
/
+92
*
change from using 2 bits to 4 bits, as 2 bits arent enough to hold the enumer...
Shankar Easwaran
2013-01-23
1
-1
/
+1
*
Move everything over to TargetInfo.
Michael J. Spencer
2013-01-23
52
-1703
/
+458
*
[Core] Move Resolver and SymbolTable over to TargetInfo.
Michael J. Spencer
2013-01-22
6
-140
/
+114
*
change enum class to enum, as g++ doesnot support bitfields with enumerated c...
Shankar Easwaran
2013-01-22
1
-2
/
+2
*
it looks like g++ 4.7.2 doesnot like bit fields when the type is a enumeratio...
Shankar Easwaran
2013-01-22
1
-1
/
+1
*
Add {,ELF,MachO}TargetInfo.
Michael J. Spencer
2013-01-22
14
-12
/
+387
*
no functionality changes(split WriterELF into multiple files)
Shankar Easwaran
2013-01-21
8
-1882
/
+2252
*
[Core] Use LLVM's ErrorOr<T>.
Michael J. Spencer
2013-01-20
6
-396
/
+6
*
[docs] Document lld's usage of C++11 features.
Michael J. Spencer
2013-01-20
2
-0
/
+41
*
Replace the 'final' keyword with 'LLVM_FINAL' as GCC 4.6 doesn't support
Chandler Carruth
2013-01-19
3
-8
/
+8
*
Allow the LLD CMake build to work with -std=gnu++0x and -std=gnu++11 as
Chandler Carruth
2013-01-19
1
-1
/
+3
*
Fix the build with libstdc++ v4.6 on Linux by supplying an explicit move
Chandler Carruth
2013-01-19
1
-0
/
+7
*
[Core] Fix passing an rvalue reference of ErrorOr.
Michael J. Spencer
2013-01-18
1
-1
/
+2
*
[ELF] Use operator new(std::size_t, BumpPtrAllocator).
Michael J. Spencer
2013-01-16
1
-16
/
+13
[next]