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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix typo in error string
Nick Kledzik
2013-07-23
1
-1
/
+1
*
[PECOFF] Support -tsaware:no command line option.
Rui Ueyama
2013-07-23
3
-3
/
+14
*
[PECOFF] Support -fixed command line option to disable base relocations.
Rui Ueyama
2013-07-23
3
-10
/
+23
*
[PECOFF] Replace magic numbers with offsetof().
Rui Ueyama
2013-07-22
1
-4
/
+6
*
[PECOFF][Driver] Show error message if no input file is given.
Rui Ueyama
2013-07-22
1
-0
/
+5
*
Rename ReaderCOFF members to follow the LLD coding style.
Rui Ueyama
2013-07-22
1
-31
/
+31
*
[PECOFF] Fix use-after-free.
Rui Ueyama
2013-07-20
1
-1
/
+1
*
[mach-o] factor out all cputype <-> arch conversions to one table driven loca...
Nick Kledzik
2013-07-20
2
-35
/
+70
*
[PECOFF][Driver] Add -base command line option.
Rui Ueyama
2013-07-20
3
-8
/
+39
*
[PECOFF][Driver] Process "LINK" environment variable.
Rui Ueyama
2013-07-19
1
-5
/
+37
*
[PECOFF][Driver] Add -defaultlib command line option.
Rui Ueyama
2013-07-19
2
-1
/
+20
*
[PECOFF][Driver] Interpret "LIB" environment variable.
Rui Ueyama
2013-07-19
1
-0
/
+20
*
[PECOFF] Use library search path when looking for a .lib file.
Rui Ueyama
2013-07-19
2
-10
/
+54
*
[PECOFF][Driver] Add -libpath command line option.
Rui Ueyama
2013-07-19
2
-0
/
+11
*
Add -help option to Darwin Driver. Use grouping in Options table to better f...
Nick Kledzik
2013-07-19
3
-21
/
+63
*
Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to...
Nick Kledzik
2013-07-18
2
-0
/
+6
*
[PECOFF] Use replace_extension() instead of doing it myself.
Rui Ueyama
2013-07-18
1
-5
/
+5
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-1
/
+1
*
[WinLink] Add /LargeAddressAware command line option.
Rui Ueyama
2013-07-16
3
-2
/
+14
*
[PECOFF][Writer] Replace magic numbers with sizeof().
Rui Ueyama
2013-07-16
1
-7
/
+13
*
[PECOFF][Writer] Use defined constants instead of magic numbers.
Rui Ueyama
2013-07-16
1
-2
/
+4
*
[PECOFF] Add default argument to addDir32NBReloc() as the default value 0 is ...
Rui Ueyama
2013-07-16
1
-4
/
+4
*
Revert "Don't pass llvm::errs() all over the place. Diagnostics always go to ...
Rafael Espindola
2013-07-15
6
-65
/
+77
*
[PECOFF][Writer] Follow up patch for r186336.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] s/dyn_cast/cast/ where we don't expect null return value.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] Refactoring: Move private methods below public ones.
Rui Ueyama
2013-07-15
1
-40
/
+39
*
[PECOFF] Fix comment.
Rui Ueyama
2013-07-15
1
-3
/
+3
*
[PECOFF][Writer] Emit .reloc section.
Rui Ueyama
2013-07-15
1
-48
/
+203
*
[PECOFF] Support linking against DLL.
Rui Ueyama
2013-07-11
6
-51
/
+399
*
[PECOFF][Writer] Fixed a bug that an empty section is emit to the section hea...
Rui Ueyama
2013-07-11
1
-35
/
+33
*
[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
*
Don't pass llvm::errs() all over the place. Diagnostics always go to stderr.
Rafael Espindola
2013-07-04
6
-77
/
+65
*
Return 0 when processing --help. This matches gnu ld and gold.
Rafael Espindola
2013-07-04
1
-10
/
+15
*
[PECOFF][Writer] Fix SizeOfImage header. It should include the first unmapped...
Rui Ueyama
2013-07-03
1
-6
/
+4
*
[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
*
[PECOFF][Writer] Set SizeOfInitializedData file header.
Rui Ueyama
2013-07-01
1
-0
/
+9
*
[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
1
-1
/
+10
*
[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
3
-37
/
+136
*
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
1
-4
/
+7
*
[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
[next]