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
*
This update does the following:
Sid Manning
2012-10-18
15
-35
/
+173
*
* Add relocation reference support for Hexagon and PowerPC.
Sid Manning
2012-10-09
13
-88
/
+438
*
Fix incorrect setting of EI_DATA
Sid Manning
2012-10-05
1
-1
/
+3
*
Added missing break in StockSectionChunk constructor.
Hemant Kulkarni
2012-10-03
2
-19
/
+19
*
* Return correct size and alignment for common symbols.
Sid Manning
2012-10-03
2
-5
/
+5
*
Changed test output comparison to be consistent with the way llvm-objdump and...
Hemant Kulkarni
2012-10-02
3
-10
/
+9
*
Emit symbol tables.
Hemant Kulkarni
2012-10-01
3
-283
/
+474
*
This change:
Sid Manning
2012-10-01
7
-20
/
+70
*
Fix -Wcovered-switch-default warning.
Michael J. Spencer
2012-09-28
1
-2
/
+0
*
Add case for typeConstant in SectionChunk
Sid Manning
2012-09-26
1
-1
/
+7
*
This patch makes use of recently added relocation reference data. The bulk
Sid Manning
2012-09-25
1
-2
/
+43
*
Add ELFReference class - parse relocations needed by that class and update De...
Sid Manning
2012-09-17
3
-160
/
+465
*
Fix environment path problem
Sid Manning
2012-09-14
1
-2
/
+2
*
ELF support for LLD writer. The writer at present emits ELF header and section
Hemant Kulkarni
2012-09-14
12
-48
/
+1198
*
Test commit
Hemant Kulkarni
2012-09-14
1
-2
/
+2
*
Fix warnings.
Michael J. Spencer
2012-09-10
6
-38
/
+15
*
Hook up lld-test to llvm check-all. Patch by Andy Gibbs!
Michael J. Spencer
2012-07-31
1
-33
/
+57
*
PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHel...
Nick Kledzik
2012-07-30
3
-8
/
+11
*
Fix warning from -Wshadow. Report errors back to caller rather than calling
Sid Manning
2012-07-27
1
-27
/
+20
*
Add a default constructor/destructor for ReaderOptionsPECOFF
Sid Manning
2012-07-25
1
-0
/
+6
*
Add test cases for ReaderELF.
Sid Manning
2012-07-25
3
-0
/
+144
*
Add a new option, -reader which will select formats other than YAML for
Sid Manning
2012-07-25
1
-2
/
+39
*
Implement the ELF reader. The original implementation was by Hemant Kulkarni
Sid Manning
2012-07-25
1
-7
/
+526
*
Trivial reformatting
Sid Manning
2012-07-25
1
-2
/
+2
*
Added description of Atom types from Nick's email
Marshall Clow
2012-07-18
1
-0
/
+24
*
Minor edits to match style guidelines. No functionality change
Marshall Clow
2012-07-17
1
-6
/
+6
*
Add missing LLVMSupport
Nick Kledzik
2012-07-04
1
-0
/
+1
*
Fix CMake build to use target_link_libraries. Patch by Sidney Manning!
Michael J. Spencer
2012-06-25
1
-11
/
+8
*
Fix link order. Patch by Sidney Manning.
Michael J. Spencer
2012-06-21
1
-1
/
+1
*
Unused var warning.
Michael J. Spencer
2012-06-21
1
-1
/
+2
*
Fix Sphinx warning. Patch by Sean Silva
Nick Kledzik
2012-06-18
2
-0
/
+6
*
Fix MSVC compat. MSVC doesn't have bzero.
Michael J. Spencer
2012-06-17
1
-2
/
+2
*
Wordsmithing from patch from Sean Silva
Nick Kledzik
2012-06-16
1
-81
/
+96
*
Add 'invalid' as a Reference Kind so that unknown/invalid kind strings can re...
Nick Kledzik
2012-06-15
2
-3
/
+24
*
remove return statements after llvm_unreachable() as the compiler no longer w...
Nick Kledzik
2012-06-15
2
-13
/
+0
*
use llvm_unreachable() instead of assert(0) for invalid enum values in switch...
Nick Kledzik
2012-06-15
4
-15
/
+16
*
Use ADT/StringSwitch
Nick Kledzik
2012-06-15
1
-73
/
+41
*
flesh out mach-o Reference Kinds
Nick Kledzik
2012-06-12
4
-96
/
+218
*
Wrote initial doc on how to create a Reader
Nick Kledzik
2012-06-12
2
-1
/
+172
*
Move implementation of WriterOptionsMachO to its own file. Reduced redundant
Nick Kledzik
2012-06-11
12
-345
/
+1090
*
put the public function createReaderPECOFF() in the lld namespace and everyth...
Nick Kledzik
2012-06-07
1
-1
/
+6
*
fix warnings found after cranking up warnings
Nick Kledzik
2012-06-07
4
-4
/
+9
*
abstract load commands to that WriterMachO can write 64-bit and 32-bit mach-o...
Nick Kledzik
2012-06-07
2
-187
/
+401
*
Add missing include.
Michael J. Spencer
2012-06-01
1
-0
/
+1
*
Major refactoring: Remove Platform concept. In its place there are
Nick Kledzik
2012-05-31
74
-1705
/
+2848
*
Remove some compilation warnings.
Filipe Cabecinhas
2012-05-22
2
-2
/
+2
*
remove completed items
Nick Kledzik
2012-05-04
1
-8
/
+0
*
Rework how YAMLReader is layered on top of YAMLParser. Turn hand written
Nick Kledzik
2012-05-03
14
-616
/
+1015
*
Address review comments from Roman Divacky.
Michael J. Spencer
2012-05-03
1
-10
/
+8
*
Add COFF reader.
Michael J. Spencer
2012-05-03
6
-7
/
+425
[next]