index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
29
-446
/
+621
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
29
-87
/
+912
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
88
-622
/
+4325
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
86
-2444
/
+2086
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
77
-1072
/
+3105
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
35
-349
/
+1821
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
97
-943
/
+3842
*
Merging r197718:
Bill Wendling
2013-12-20
2
-0
/
+39
*
Merging r195411:
Bill Wendling
2013-12-16
1
-80
/
+80
*
Merging r195092:
Bill Wendling
2013-11-19
4
-34
/
+20
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
4
-13
/
+28
*
Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
2013-11-18
1
-46
/
+116
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
4
-25
/
+13
*
[block-freq] Add BlockFrequency::scale that returns a remainder from the divi...
Michael Gottesman
2013-11-17
1
-0
/
+133
*
[PM] Completely remove support for explicit 'require' methods on the
Chandler Carruth
2013-11-17
1
-1
/
+0
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
4
-13
/
+25
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+2
*
Give unit test its own LLVMContext so MDNodes aren't leaked even if we never ...
Benjamin Kramer
2013-11-15
1
-9
/
+10
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-39
/
+14
*
Recognize 0x0000 as a COFF file magic.
Rui Ueyama
2013-11-14
1
-0
/
+2
*
remove extra semicolon
Nick Kledzik
2013-11-14
1
-1
/
+1
*
Add dyn_cast<> support to YAML I/O's IO class
Nick Kledzik
2013-11-14
1
-0
/
+70
*
Add simple support for tags in YAML I/O
Nick Kledzik
2013-11-14
1
-0
/
+85
*
Path: Add tests for existing file magics.
Rui Ueyama
2013-11-13
1
-6
/
+36
*
Whitespace.
Rui Ueyama
2013-11-13
1
-3
/
+3
*
Fix a null pointer dereference when copying a null polymorphic pointer.
Chandler Carruth
2013-11-13
1
-0
/
+6
*
Introduce an AnalysisManager which is like a pass manager but with a lot
Chandler Carruth
2013-11-13
1
-4
/
+48
*
[PM] Start sketching out the new module and function pass manager.
Chandler Carruth
2013-11-09
2
-0
/
+89
*
Move the old pass manager infrastructure into a legacy namespace and
Chandler Carruth
2013-11-09
2
-2
/
+9
*
Switch to allow implicit construction. In many cases, we're wrapping
Chandler Carruth
2013-11-09
1
-0
/
+5
*
Test the polymorphic behavior of this utility.
Chandler Carruth
2013-11-09
1
-1
/
+33
*
Use something really explicit to test "move semantics" on builds without
Chandler Carruth
2013-11-09
1
-0
/
+4
*
Add the critically missing 'clone' method. =]
Chandler Carruth
2013-11-09
1
-0
/
+11
*
Move the test type out of the function and into the anonymous namespace
Chandler Carruth
2013-11-09
1
-5
/
+5
*
Add a polymorphic_ptr<T> smart pointer data type. It's a somewhat silly
Chandler Carruth
2013-11-09
2
-0
/
+72
*
Revert "Move copying of global initializers below the cloning of functions."
Adrian Prantl
2013-11-09
4
-159
/
+1
*
Revert "Run clang-format on file."
Adrian Prantl
2013-11-09
1
-9
/
+14
*
Run clang-format on file.
Bill Wendling
2013-11-07
1
-14
/
+9
*
Move copying of global initializers below the cloning of functions.
Bill Wendling
2013-11-07
4
-1
/
+159
*
Simplify ErrorOr.
Rafael Espindola
2013-11-05
1
-38
/
+0
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Add calls to doInitialization() and doFinalization() in verifyFunction()
Rafael Espindola
2013-10-30
1
-3
/
+4
*
Add {start,end}with_lower methods to StringRef.
Rui Ueyama
2013-10-30
1
-0
/
+23
*
make ConstantRange::signExtend() optimal
Nuno Lopes
2013-10-30
1
-0
/
+3
*
DWARF parser: propery handle DW_FORM_ref_sig8 and fix Windows build.
Alexey Samsonov
2013-10-29
1
-0
/
+1
*
DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::ext...
Alexey Samsonov
2013-10-28
1
-2
/
+2
*
DebugInfo: Introduce the notion of "form classes"
Alexey Samsonov
2013-10-28
1
-0
/
+17
*
Add a few tests for StringRef::{start,end}with.
Rui Ueyama
2013-10-28
1
-0
/
+2
*
DIEHash: Summary hashing of member functions
David Blaikie
2013-10-25
1
-0
/
+18
*
Try to fix the build on windows.
Rafael Espindola
2013-10-25
1
-2
/
+2
[next]