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
*
[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
*
[docs] Add more open projects.
Michael J. Spencer
2012-04-08
4
-7
/
+30
*
[docs] Add documentation todos.
Michael J. Spencer
2012-04-08
2
-1
/
+6
*
[docs] Make the index page ReST based instead of html based.
Michael J. Spencer
2012-04-08
5
-124
/
+81
*
[docs] Add open projects page that includes the TODO.txt files.
Michael J. Spencer
2012-04-07
4
-21
/
+28
*
Add to-do lists
Nick Kledzik
2012-04-07
2
-0
/
+36
*
First implementation of Darwin Platform. It is rich enough to generate
Nick Kledzik
2012-04-07
31
-89
/
+2906
*
[docs] Note that 'make.bat' provides the same interface as the Makefile for
Daniel Dunbar
2012-04-06
1
-5
/
+9
*
[docs] Start a development guide, and write an introduction to Sphinx based
Daniel Dunbar
2012-04-06
4
-1
/
+165
*
[docs] Don't duplicate the intro and fix wording.
Michael J. Spencer
2012-04-06
2
-39
/
+8
*
[docs] Remove old HTML docs.
Daniel Dunbar
2012-04-06
5
-589
/
+0
*
[docs] Test commit.
Daniel Dunbar
2012-04-06
1
-1
/
+1
*
docs: Add the standard LLVM favicon.
Daniel Dunbar
2012-04-06
2
-2
/
+2
*
docs: Import existing www content into Sphinx.
Daniel Dunbar
2012-04-06
5
-6
/
+503
*
docs: Sketch Sphinx based docs structure.
Daniel Dunbar
2012-04-06
16
-0
/
+1049
*
Remove trailing whitespace.
Michael J. Spencer
2012-04-03
21
-456
/
+454
*
Steal LLVM.h from Clang. This brings in very commonly used LLVM ADT/Support
Michael J. Spencer
2012-04-03
23
-206
/
+289
*
Use the LLVM RTTI library.
Michael J. Spencer
2012-04-02
9
-88
/
+58
*
Replace all uses of NULL with nullptr.
Michael J. Spencer
2012-03-29
15
-119
/
+121
*
llvm::OwningPtr -> std::unique_ptr.
Michael J. Spencer
2012-03-29
3
-26
/
+23
*
Rearange headers in lld-core.
Michael J. Spencer
2012-03-29
1
-13
/
+3
*
Add ArrayRef header. Patch by Marshall Clow.
Michael J. Spencer
2012-03-29
1
-0
/
+1
*
Rearange header order to match llvm style. This exposed some missing types.
Michael J. Spencer
2012-03-28
18
-63
/
+53
*
Move Platform.h to Core as Core depends on Platform.h, and the Platform
Michael J. Spencer
2012-03-28
5
-30
/
+27
*
Disable /Za on Windows. It breaks C++11 ;/.
Michael J. Spencer
2012-03-28
1
-8
/
+0
*
Test website auto-update.
Michael J. Spencer
2012-03-20
1
-4
/
+4
*
Add more details about file formats. Fix whitespace.
Nick Kledzik
2012-03-16
1
-11
/
+14
*
Add Pass to instantiate GOT entries
Nick Kledzik
2012-03-15
12
-46
/
+454
*
fix typos
Nick Kledzik
2012-03-13
2
-2
/
+2
*
Added first round of documentation
Nick Kledzik
2012-03-13
5
-0
/
+586
*
Audit uses of StringRef::getAsInteger.
Michael J. Spencer
2012-03-12
2
-22
/
+10
*
Fix MSVC incompatibilities.
Michael J. Spencer
2012-03-09
6
-39
/
+52
*
StringRef is not null terminated.
Michael J. Spencer
2012-03-09
1
-2
/
+2
*
Use llvm/Support/DataTypes instead of stdint.h
Michael J. Spencer
2012-03-09
2
-2
/
+2
*
Use nullptr instead of NULL, and remove use of VLA.
Michael J. Spencer
2012-03-09
2
-7
/
+8
*
Use the old -std=c++0x flag for compatibility with pre-2011 versions of GCC.
Benjamin Kramer
2012-03-09
1
-4
/
+4
*
Sources now require C++11 to build.
Nick Kledzik
2012-03-08
23
-487
/
+1212
*
Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a
Nick Kledzik
2012-02-22
23
-134
/
+1230
*
use llvm::DenseMap instead of std::map
Nick Kledzik
2012-02-15
2
-6
/
+18
*
(no commit message)
Nick Kledzik
2012-02-15
19
-243
/
+1078
*
Add support for UndefinedAtom in yaml and native format. Add test cases with...
Nick Kledzik
2012-02-07
13
-179
/
+443
*
Cleanup system_error extensions.
Michael J. Spencer
2012-01-31
5
-105
/
+193
*
Don't delete the temp file until after we finish reading from it.
Michael J. Spencer
2012-01-31
1
-4
/
+4
*
&vectorval[0] is UB when vectorval.size() == 0.
Michael J. Spencer
2012-01-31
1
-6
/
+10
*
Fix use after free.
Michael J. Spencer
2012-01-31
1
-1
/
+1
*
Add pretty stack tracing and llvm_shutdown.
Michael J. Spencer
2012-01-31
1
-0
/
+8
*
If cont.size() is 0, the expression &_contentPool[result] has undefined
Michael J. Spencer
2012-01-31
1
-2
/
+1
*
Flexible array members are not in C++03, and MSVC doesn't support them.
Michael J. Spencer
2012-01-31
3
-8
/
+12
[next]