index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
2
-3
/
+3
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
4
-47
/
+42
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
11
-1181
/
+322
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
16
-876
/
+2151
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
19
-688
/
+1225
*
Adds the ability to run the llvm test suite in-tree.
Chris Wailes
2014-06-06
1
-1
/
+4
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
12
-150
/
+619
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
18
-649
/
+1255
*
Update LLVM for merge to 3.4.
Stephen Hines
2014-02-13
1
-0
/
+1
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
10
-568
/
+1341
|
\
|
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
2
-0
/
+2
|
*
Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.
Rui Ueyama
2013-11-15
1
-4
/
+7
|
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
1
-0
/
+1
|
*
move getSymbolNMTypeChar to the one program that needs it: nm.
Rafael Espindola
2013-11-02
2
-105
/
+0
|
*
Convert another use of getSymbolNMTypeChar.
Rafael Espindola
2013-11-02
1
-5
/
+9
|
*
Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.
Rafael Espindola
2013-11-02
1
-12
/
+6
|
*
Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...
Rafael Espindola
2013-11-02
1
-2
/
+4
|
*
Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...
Rafael Espindola
2013-11-02
1
-4
/
+2
|
*
Fix llvm-nm to mach OS X's nm on some tests.
Rafael Espindola
2013-11-02
1
-6
/
+17
|
*
Support for microMIPS jump instructions
Zoran Jovanovic
2013-10-29
1
-0
/
+1
|
*
Support for microMIPS relocations 1.
Zoran Jovanovic
2013-10-23
1
-0
/
+11
|
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
2
-1
/
+3
|
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
2
-0
/
+2
|
*
Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.
Rui Ueyama
2013-09-27
2
-10
/
+10
|
*
Re-submit r191472 with a fix for big endian.
Rui Ueyama
2013-09-27
1
-30
/
+166
|
*
Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...
Rui Ueyama
2013-09-27
1
-166
/
+30
|
*
llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
2013-09-27
1
-30
/
+166
|
*
ELF: Add support for the exclude section bit for gas compat.
Benjamin Kramer
2013-09-15
1
-0
/
+1
|
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
2
-395
/
+401
|
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
2
-403
/
+397
|
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
2
-397
/
+403
|
*
Support/MachO: Add a bunch of defines.
Charles Davis
2013-08-27
1
-26
/
+26
|
*
Move #includes from .h to .cpp file.
Jakub Staszak
2013-08-21
1
-0
/
+2
|
*
Add back missing PPC relocation types.
Ulrich Weigand
2013-08-09
1
-0
/
+36
|
*
Add missing PPC64 relocation types.
Michael J. Spencer
2013-08-08
1
-0
/
+42
|
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
3
-2
/
+625
|
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-3
/
+4
*
|
Update LLVM for merge to r187913.
Stephen Hines
2013-08-09
1
-0
/
+1
*
|
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
10
-159
/
+622
|
\
\
|
|
/
|
*
YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfo
Dmitri Gribenko
2013-08-07
1
-0
/
+1
|
*
MachObjectFile: Don't leak on error.
Benjamin Kramer
2013-08-03
1
-7
/
+9
|
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-2
/
+6
|
*
Remove the mblaze backend from llvm.
Rafael Espindola
2013-07-25
1
-2
/
+0
|
*
Delete the buffer in createObjectFile if it fails.
Rafael Espindola
2013-07-24
1
-1
/
+4
|
*
Typo.
Eric Christopher
2013-07-22
1
-1
/
+1
|
*
80-column tidying. Formatting choices by clang-format.
Eric Christopher
2013-07-22
1
-14
/
+16
|
*
Retry submitting r186623: COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-19
1
-37
/
+49
|
*
Revert "COFFDumper: Dump data directory entries."
Rui Ueyama
2013-07-18
1
-46
/
+36
|
*
COFFDumper: Dump data directory entries.
Rui Ueyama
2013-07-18
1
-36
/
+46
|
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
[next]