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
*
[PECOFF] Support linking against DLL.
Rui Ueyama
2013-07-11
17
-68
/
+532
*
[PECOFF][Writer] Fixed a bug that an empty section is emit to the section hea...
Rui Ueyama
2013-07-11
2
-36
/
+34
*
[PECOFF][Writer] Compute the size of a chunk each time it's added rather than...
Rui Ueyama
2013-07-09
1
-42
/
+34
*
Remove redundant #include.
Rui Ueyama
2013-07-08
1
-1
/
+0
*
[PECOFF] Use yaml2obj to avoid checking in binary files.
Rui Ueyama
2013-07-05
19
-20
/
+489
*
Add 'not' to command lines that are expected to fail.
Rafael Espindola
2013-07-04
1
-1
/
+1
*
Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
2013-07-04
7
-98
/
+75
*
Return 0 when processing --help. This matches gnu ld and gold.
Rafael Espindola
2013-07-04
3
-13
/
+22
*
Try to guard a test that requires DEBUG().
Rui Ueyama
2013-07-04
2
-1
/
+3
*
[PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped...
Rui Ueyama
2013-07-03
2
-7
/
+5
*
Guard a test that fails on a Release build.
Rui Ueyama
2013-07-03
2
-0
/
+14
*
[PECOFF][Writer] Separate AtomChunk from SectionChunk.
Rui Ueyama
2013-07-03
1
-15
/
+31
*
Add "explicit" to ctors where appropriate.
Rui Ueyama
2013-07-03
3
-5
/
+6
*
[PECOFF] Handle hint field in Hint/Name table in the import library.
Rui Ueyama
2013-07-03
2
-19
/
+31
*
[PECOFF][Writer] Simplifies the COFFBaseDefinedAtom ctor by defining a new cl...
Rui Ueyama
2013-07-03
2
-27
/
+29
*
Removed unused friend declaration.
Rui Ueyama
2013-07-02
1
-1
/
+0
*
[PECOFF][Writer] Set SizeOfInitializedData file header.
Rui Ueyama
2013-07-01
2
-40
/
+57
*
[PECOFF][Writer] Add setter methods that sets the import address table locati...
Rui Ueyama
2013-07-01
1
-2
/
+18
*
[PECOFF][Writer] Do not emit the empty section as Windows loader rejects such...
Rui Ueyama
2013-07-01
3
-51
/
+11
*
[PECOFF][Writer] Amend the comment about DLL linking.
Rui Ueyama
2013-07-01
1
-26
/
+25
*
[PECOFF][Writer] Fix buildbot failure on x86_64-win7.
Rui Ueyama
2013-06-30
1
-2
/
+9
*
[PECOFF][Reader] Create a jump table for functions exported by DLL.
Rui Ueyama
2013-06-30
4
-40
/
+145
*
Move a function into assert() so that GCC won't complain that the
Rui Ueyama
2013-06-29
1
-6
/
+5
*
Remove extra ';'
Rui Ueyama
2013-06-29
1
-1
/
+1
*
[PECOFF][Writer] Fix wrong section header.
Rui Ueyama
2013-06-28
3
-7
/
+10
*
[PECOFF][Writer] Remove duplicated code by moving it to parent class.
Rui Ueyama
2013-06-28
1
-104
/
+88
*
[PECOFF][Writer] Define COFFBaseDefinedAtom as the base class of COFF defined...
Rui Ueyama
2013-06-28
1
-53
/
+110
*
Add include guard.
Rui Ueyama
2013-06-28
1
-0
/
+5
*
[PECOFF][Writer] Support DIR32NB and REL32 relocation types.
Rui Ueyama
2013-06-28
5
-13
/
+28
*
[PECOFF][Writer] Fix a bug that the contents of .data and .rdata were swapped.
Rui Ueyama
2013-06-28
3
-10
/
+9
*
[PECOFF][Writer] Skip ".debug$S" section in the input object file.
Rui Ueyama
2013-06-28
3
-5
/
+12
*
[PECOFF][Writer] Use a constant instead of a magic number.
Rui Ueyama
2013-06-28
1
-2
/
+2
*
[PECOFF][Writer] Templatize connectAtomsWithLayoutEdge()
Rui Ueyama
2013-06-28
3
-51
/
+38
*
[PECOFF][Writer] Fix DLLCharacteristic flag in image header.
Rui Ueyama
2013-06-27
2
-1
/
+8
*
[lld] rename member variable name.
Shankar Easwaran
2013-06-24
3
-7
/
+7
*
[PECOFF] Moves a utility function to Atoms.cpp to remove duplicate code.
Rui Ueyama
2013-06-22
4
-31
/
+23
*
Fix unused field warning.
Rui Ueyama
2013-06-22
1
-21
/
+10
*
[PECOFF] Removed unnecessary namespace qualifier.
Rui Ueyama
2013-06-22
2
-20
/
+20
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
7
-44
/
+47
*
Removed unnecessary "class" keyword.
Rui Ueyama
2013-06-21
4
-7
/
+8
*
Fix typo in include guard.
Rui Ueyama
2013-06-21
1
-2
/
+2
*
[TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo
Shankar Easwaran
2013-06-20
2
-18
/
+20
*
[PECOFF] Add a pass to ensure the correct ordering of grouped sections.
Rui Ueyama
2013-06-19
9
-31
/
+217
*
[ELF] add -u/--undefined option, to define undefined symbols
Shankar Easwaran
2013-06-19
8
-18
/
+92
*
[PECOFF] Extract atom definitions as Atoms.h so that we can use them in other...
Rui Ueyama
2013-06-17
2
-222
/
+202
*
[PECOFF] Implement the reader for the import library.
Rui Ueyama
2013-06-17
10
-3
/
+202
*
[Passes][GOT] Split perform() into small predicate functions for readability ...
Rui Ueyama
2013-06-17
1
-41
/
+47
*
[PECOFF] Connect defined atoms with layout before/after edges.
Rui Ueyama
2013-06-17
4
-1
/
+51
*
[ELF] Add more sections to the default section map.
Shankar Easwaran
2013-06-17
4
-0
/
+39
*
[lld][PECOFF] Support IMAGE_REL_I386_DIR32 relocation.
Rui Ueyama
2013-06-16
4
-14
/
+93
[next]