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
*
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
*
Add some docs on the type of flags link.exe has that our driver will need to ...
Michael J. Spencer
2012-04-30
1
-0
/
+37
*
Convert the YAMLReader to use LLVM/Support/YAMLParser.
Michael J. Spencer
2012-04-30
8
-788
/
+594
*
Remove whitespace.
Michael J. Spencer
2012-04-30
1
-8
/
+8
*
show how to specify alternate path to clang compiler
Nick Kledzik
2012-04-26
1
-5
/
+11
*
Fix minor warnings and simplify code.
Evandro Menezes
2012-04-26
1
-102
/
+96
*
Fix errors when building with GCC 4.6.1 -std=c++0x, which requires
Jay Foad
2012-04-26
1
-2
/
+2
*
fix some typos and punctuation
Gabor Greif
2012-04-25
1
-4
/
+4
*
[docs] Minor spelling fix. Thanks Gabor!
Michael J. Spencer
2012-04-25
1
-2
/
+2
*
[docs] Add getting started guide.
Michael J. Spencer
2012-04-25
3
-1
/
+101
*
[docs] Update version number. I suggest that at some point we make the
Michael J. Spencer
2012-04-20
1
-2
/
+2
*
MSVC fixes:
Michael J. Spencer
2012-04-20
2
-5
/
+7
*
Add way to represent static archives in yaml test cases.
Nick Kledzik
2012-04-20
22
-107
/
+735
*
Factor out core linking options from Platform in a new ResolverOptions
Nick Kledzik
2012-04-18
21
-626
/
+669
*
[docs] Remove a dead link.
Daniel Dunbar
2012-04-10
1
-1
/
+0
*
Remove definedAtomsBegin() and co. so that C++11 range based for loops can be...
Nick Kledzik
2012-04-09
4
-87
/
+29
*
Rename referencesBegin() to begin() so that C++11 range based for loops can b...
Nick Kledzik
2012-04-08
11
-87
/
+48
[next]