git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Reverted to correct commit this time.
[lldb.git]
/
lld
/
2012-07-31
Michael J. Spencer
Hook up lld-test to llvm check-all. Patch by Andy Gibbs!
tree
|
commitdiff
2012-07-30
Nick Kledzik
PR13467: Fix mach-o writer to handle case of zero stubs...
tree
|
commitdiff
2012-07-27
Sid Manning
Fix warning from -Wshadow. Report errors back to calle...
tree
|
commitdiff
2012-07-25
Sid Manning
Add a default constructor/destructor for ReaderOptionsP...
tree
|
commitdiff
2012-07-25
Sid Manning
Add test cases for ReaderELF.
tree
|
commitdiff
2012-07-25
Sid Manning
Add a new option, -reader which will select formats...
tree
|
commitdiff
2012-07-25
Sid Manning
Implement the ELF reader. The original implementation...
tree
|
commitdiff
2012-07-25
Sid Manning
Trivial reformatting
tree
|
commitdiff
2012-07-18
Marshall Clow
Added description of Atom types from Nick's email
tree
|
commitdiff
2012-07-17
Marshall Clow
Minor edits to match style guidelines. No functionality...
tree
|
commitdiff
2012-07-04
Nick Kledzik
Add missing LLVMSupport
tree
|
commitdiff
2012-06-25
Michael J. Spencer
Fix CMake build to use target_link_libraries. Patch...
tree
|
commitdiff
2012-06-21
Michael J. Spencer
Fix link order. Patch by Sidney Manning.
tree
|
commitdiff
2012-06-21
Michael J. Spencer
Unused var warning.
tree
|
commitdiff
2012-06-18
Nick Kledzik
Fix Sphinx warning. Patch by Sean Silva
tree
|
commitdiff
2012-06-17
Michael J. Spencer
Fix MSVC compat. MSVC doesn't have bzero.
tree
|
commitdiff
2012-06-16
Nick Kledzik
Wordsmithing from patch from Sean Silva
tree
|
commitdiff
2012-06-15
Nick Kledzik
Add 'invalid' as a Reference Kind so that unknown/inval...
tree
|
commitdiff
2012-06-15
Nick Kledzik
remove return statements after llvm_unreachable() as...
tree
|
commitdiff
2012-06-15
Nick Kledzik
use llvm_unreachable() instead of assert(0) for invalid...
tree
|
commitdiff
2012-06-15
Nick Kledzik
Use ADT/StringSwitch
tree
|
commitdiff
2012-06-12
Nick Kledzik
flesh out mach-o Reference Kinds
tree
|
commitdiff
2012-06-12
Nick Kledzik
Wrote initial doc on how to create a Reader
tree
|
commitdiff
2012-06-11
Nick Kledzik
Move implementation of WriterOptionsMachO to its own...
tree
|
commitdiff
2012-06-07
Nick Kledzik
put the public function createReaderPECOFF() in the...
tree
|
commitdiff
2012-06-07
Nick Kledzik
fix warnings found after cranking up warnings
tree
|
commitdiff
2012-06-07
Nick Kledzik
abstract load commands to that WriterMachO can write...
tree
|
commitdiff
2012-06-01
Michael J. Spencer
Add missing include.
tree
|
commitdiff
2012-05-31
Nick Kledzik
Major refactoring: Remove Platform concept. In its...
tree
|
commitdiff
2012-05-22
Filipe Cabecinhas
Remove some compilation warnings.
tree
|
commitdiff
2012-05-04
Nick Kledzik
remove completed items
tree
|
commitdiff
2012-05-03
Nick Kledzik
Rework how YAMLReader is layered on top of YAMLParser...
tree
|
commitdiff
2012-05-03
Michael J. Spencer
Address review comments from Roman Divacky.
tree
|
commitdiff
2012-05-03
Michael J. Spencer
Add COFF reader.
tree
|
commitdiff
2012-04-30
Michael J. Spencer
Add some docs on the type of flags link.exe has that...
tree
|
commitdiff
2012-04-30
Michael J. Spencer
Convert the YAMLReader to use LLVM/Support/YAMLParser.
tree
|
commitdiff
2012-04-30
Michael J. Spencer
Remove whitespace.
tree
|
commitdiff
2012-04-26
Nick Kledzik
show how to specify alternate path to clang compiler
tree
|
commitdiff
2012-04-26
Evandro Menezes
Fix minor warnings and simplify code.
tree
|
commitdiff
2012-04-26
Jay Foad
Fix errors when building with GCC 4.6.1 -std=c++0x...
tree
|
commitdiff
2012-04-25
Gabor Greif
fix some typos and punctuation
tree
|
commitdiff
2012-04-25
Michael J. Spencer
[docs] Minor spelling fix. Thanks Gabor!
tree
|
commitdiff
2012-04-25
Michael J. Spencer
[docs] Add getting started guide.
tree
|
commitdiff
2012-04-20
Michael J. Spencer
[docs] Update version number. I suggest that at some...
tree
|
commitdiff
2012-04-20
Michael J. Spencer
MSVC fixes:
tree
|
commitdiff
2012-04-20
Nick Kledzik
Add way to represent static archives in yaml test cases.
tree
|
commitdiff
2012-04-18
Nick Kledzik
Factor out core linking options from Platform in a...
tree
|
commitdiff
2012-04-10
Daniel Dunbar
[docs] Remove a dead link.
tree
|
commitdiff
2012-04-09
Nick Kledzik
Remove definedAtomsBegin() and co. so that C++11 range...
tree
|
commitdiff
2012-04-08
Nick Kledzik
Rename referencesBegin() to begin() so that C++11 range...
tree
|
commitdiff
2012-04-08
Michael J. Spencer
[docs] Add more open projects.
tree
|
commitdiff
2012-04-08
Michael J. Spencer
[docs] Add documentation todos.
tree
|
commitdiff
2012-04-08
Michael J. Spencer
[docs] Make the index page ReST based instead of html...
tree
|
commitdiff
2012-04-07
Michael J. Spencer
[docs] Add open projects page that includes the TODO...
tree
|
commitdiff
2012-04-07
Nick Kledzik
Add to-do lists
tree
|
commitdiff
2012-04-07
Nick Kledzik
First implementation of Darwin Platform. It is rich...
tree
|
commitdiff
2012-04-06
Daniel Dunbar
[docs] Note that 'make.bat' provides the same interface...
tree
|
commitdiff
2012-04-06
Daniel Dunbar
[docs] Start a development guide, and write an introduc...
tree
|
commitdiff
2012-04-06
Michael J. Spencer
[docs] Don't duplicate the intro and fix wording.
tree
|
commitdiff
2012-04-06
Daniel Dunbar
[docs] Remove old HTML docs.
tree
|
commitdiff
2012-04-06
Daniel Dunbar
[docs] Test commit.
tree
|
commitdiff
2012-04-06
Daniel Dunbar
docs: Add the standard LLVM favicon.
tree
|
commitdiff
2012-04-06
Daniel Dunbar
docs: Import existing www content into Sphinx.
tree
|
commitdiff
2012-04-06
Daniel Dunbar
docs: Sketch Sphinx based docs structure.
tree
|
commitdiff
2012-04-03
Michael J. Spencer
Remove trailing whitespace.
tree
|
commitdiff
2012-04-03
Michael J. Spencer
Steal LLVM.h from Clang. This brings in very commonly...
tree
|
commitdiff
2012-04-02
Michael J. Spencer
Use the LLVM RTTI library.
tree
|
commitdiff
2012-03-29
Michael J. Spencer
Replace all uses of NULL with nullptr.
tree
|
commitdiff
2012-03-29
Michael J. Spencer
llvm::OwningPtr -> std::unique_ptr.
tree
|
commitdiff
2012-03-29
Michael J. Spencer
Rearange headers in lld-core.
tree
|
commitdiff
2012-03-29
Michael J. Spencer
Add ArrayRef header. Patch by Marshall Clow.
tree
|
commitdiff
2012-03-28
Michael J. Spencer
Rearange header order to match llvm style. This exposed...
tree
|
commitdiff
2012-03-28
Michael J. Spencer
Move Platform.h to Core as Core depends on Platform...
tree
|
commitdiff
2012-03-28
Michael J. Spencer
Disable /Za on Windows. It breaks C++11 ;/.
tree
|
commitdiff
2012-03-20
Michael J. Spencer
Test website auto-update.
tree
|
commitdiff
2012-03-16
Nick Kledzik
Add more details about file formats. Fix whitespace.
tree
|
commitdiff
2012-03-15
Nick Kledzik
Add Pass to instantiate GOT entries
tree
|
commitdiff
2012-03-13
Nick Kledzik
fix typos
tree
|
commitdiff
2012-03-13
Nick Kledzik
Added first round of documentation
tree
|
commitdiff
2012-03-12
Michael J. Spencer
Audit uses of StringRef::getAsInteger.
tree
|
commitdiff
2012-03-09
Michael J. Spencer
Fix MSVC incompatibilities.
tree
|
commitdiff
2012-03-09
Michael J. Spencer
StringRef is not null terminated.
tree
|
commitdiff
2012-03-09
Michael J. Spencer
Use llvm/Support/DataTypes instead of stdint.h
tree
|
commitdiff
2012-03-09
Michael J. Spencer
Use nullptr instead of NULL, and remove use of VLA.
tree
|
commitdiff
2012-03-09
Benjamin Kramer
Use the old -std=c++0x flag for compatibility with...
tree
|
commitdiff
2012-03-08
Nick Kledzik
Sources now require C++11 to build.
tree
|
commitdiff
2012-02-22
Nick Kledzik
Add support for SharedLibraryAtoms (proxy atoms for...
tree
|
commitdiff
2012-02-15
Nick Kledzik
use llvm::DenseMap instead of std::map
tree
|
commitdiff
2012-02-15
Nick Kledzik
(no commit message)
tree
|
commitdiff
2012-02-07
Nick Kledzik
Add support for UndefinedAtom in yaml and native format...
tree
|
commitdiff
2012-01-31
Michael J. Spencer
Cleanup system_error extensions.
tree
|
commitdiff
2012-01-31
Michael J. Spencer
Don't delete the temp file until after we finish readin...
tree
|
commitdiff
2012-01-31
Michael J. Spencer
&vectorval[0] is UB when vectorval.size() == 0.
tree
|
commitdiff
2012-01-31
Michael J. Spencer
Fix use after free.
tree
|
commitdiff
2012-01-31
Michael J. Spencer
Add pretty stack tracing and llvm_shutdown.
tree
|
commitdiff
2012-01-31
Michael J. Spencer
If cont.size() is 0, the expression &_contentPool[resul...
tree
|
commitdiff
2012-01-31
Michael J. Spencer
Flexible array members are not in C++03, and MSVC doesn...
tree
|
commitdiff
2012-01-31
Michael J. Spencer
NULL requires including cstddef. Just use 0.
tree
|
commitdiff
2012-01-16
Nick Kledzik
First chunk of native object file reader/writer. The...
tree
|
commitdiff
2012-01-11
Nick Kledzik
A couple of big refactorings: 1) Move most attributes...
tree
|
commitdiff
next