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
/
ReaderWriter
/
PECOFF
/
WriterPECOFF.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PECOFF] Make a member functions non-virtual.
Rui Ueyama
2013-12-11
1
-1
/
+1
*
[PECOFF] Writer: Remove NULL padding at the end of each section.
Rui Ueyama
2013-12-11
1
-13
/
+4
*
s/NULL/nullptr/
Rui Ueyama
2013-12-11
1
-1
/
+1
*
[PECOFF] WriterPECOFF: Rename getCharacteristics -> computeCharacteristics.
Rui Ueyama
2013-12-11
1
-7
/
+6
*
[PECOFF] WriterPECOFF::ExecutableWriter: Small cleanup.
Rui Ueyama
2013-12-11
1
-3
/
+4
*
Add explicit keyword.
Rui Ueyama
2013-12-10
1
-4
/
+5
*
[PECOFF] Make more member functions non-virtual.
Rui Ueyama
2013-12-10
1
-4
/
+4
*
[PECOFF] Optimize the writer a bit by removing a loop.
Rui Ueyama
2013-12-10
1
-45
/
+33
*
[PECOFF] Refactor COFF section header creation.
Rui Ueyama
2013-12-10
1
-75
/
+46
*
Add more const qualifiers.
Rui Ueyama
2013-12-10
1
-4
/
+5
*
Remove data members used for relocations
Rui Ueyama
2013-12-10
1
-11
/
+17
*
Skip the body of a loop as early as possible.
Rui Ueyama
2013-12-10
1
-4
/
+4
*
Add const qualifiers.
Rui Ueyama
2013-12-10
1
-29
/
+31
*
[PECOFF] Make some member functions non-virtual.
Rui Ueyama
2013-12-10
1
-18
/
+13
*
[PECOFF] Simplify PE/COFF header writer.
Rui Ueyama
2013-12-09
1
-18
/
+12
*
[PECOFF] Simplify WriterPECOFF.
Rui Ueyama
2013-12-09
1
-5
/
+1
*
Delete dead code.
Rui Ueyama
2013-12-04
1
-19
/
+0
*
[PECOFF] Implement IMAGE_REL_I386_{SECTION,SECREL} relocations.
Rui Ueyama
2013-12-03
1
-6
/
+40
*
Fix a variety of typos in function names and comments
Alp Toker
2013-12-01
1
-1
/
+1
*
[PECOFF] Set section characteristics based /section options.
Rui Ueyama
2013-11-27
1
-31
/
+40
*
[PECOFF] Implement /merge option.
Rui Ueyama
2013-11-27
1
-5
/
+7
*
[PECOFF] Add a generic section writer.
Rui Ueyama
2013-11-27
1
-135
/
+142
*
Revert "WriterPECOFF"
Rui Ueyama
2013-11-27
1
-142
/
+135
*
WriterPECOFF
Rui Ueyama
2013-11-27
1
-135
/
+142
*
[PECOFF] String pointed by StringRef is not always NUL-terminated.
Rui Ueyama
2013-11-25
1
-1
/
+2
*
[PECOFF] Set ordinals to linker internal atoms.
Rui Ueyama
2013-11-25
1
-6
/
+9
*
[PECOFF] Change sectionChoice attribute.
Rui Ueyama
2013-11-25
1
-1
/
+0
*
Do not inline large member functions.
Rui Ueyama
2013-11-19
1
-494
/
+553
*
Fix Windows buildbot on which size_t is not unsinged long.
Rui Ueyama
2013-11-15
1
-1
/
+1
*
[PECOFF] Minimum size of DOS stub is 64 byte.
Rui Ueyama
2013-11-15
1
-2
/
+6
*
[PECOFF] Avoid using statically initialized std::vector.
Rui Ueyama
2013-11-15
1
-6
/
+7
*
Move DOS stub data to PECOFFLinkingContext for /stub option.
Rui Ueyama
2013-11-14
1
-18
/
+8
*
[PECOFF] Rename getSectionAlignment -> getSectionDefaultAlignment.
Rui Ueyama
2013-11-06
1
-1
/
+1
*
[PECOFF] Remove unnecessary assertion.
Rui Ueyama
2013-11-01
1
-14
/
+0
*
Remove redundant std::move().
Rui Ueyama
2013-11-01
1
-2
/
+2
*
[PECOFF] Change data directory atom structure.
Rui Ueyama
2013-11-01
1
-15
/
+20
*
Revert "[PECOFF] Add atoms to the PassManager file"
Rui Ueyama
2013-10-31
1
-0
/
+14
*
Remove unused variable.
Rui Ueyama
2013-10-23
1
-3
/
+0
*
Revert "Initialize some members where they are declared."
Rui Ueyama
2013-10-21
1
-7
/
+8
*
Initialize some members where they are declared. No functionality change.
Rui Ueyama
2013-10-21
1
-8
/
+7
*
Fill the atom gap with INT 3 instead of NOP.
Rui Ueyama
2013-10-18
1
-2
/
+2
*
Fill gap in .text with NOP.
Rui Ueyama
2013-10-17
1
-0
/
+14
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-1
/
+0
*
[PECOFF] Add /swaprun:{cd,net} options.
Rui Ueyama
2013-09-24
1
-0
/
+4
*
[PECOFF] Add /allowisolation command line option.
Rui Ueyama
2013-09-23
1
-0
/
+2
*
[PECOFF] Add /allowbind command line option.
Rui Ueyama
2013-09-23
1
-0
/
+2
*
[lld][PECOFF] Fix data directory entry RVA of base relocations section
Ron Ofir
2013-09-23
1
-2
/
+3
*
[PECOFF] Add /align command line option.
Rui Ueyama
2013-09-23
1
-1
/
+1
*
Whitespace and extra parentheses.
Rui Ueyama
2013-09-23
1
-2
/
+2
*
[lld][PECOFF] Calculate SizeOfHeaders field instead of using a hard-coded value
Ron Ofir
2013-09-23
1
-4
/
+10
[prev]
[next]