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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't define LTDL_SHLIBPATH_VAR.
Rafael Espindola
2013-06-11
2
-8
/
+0
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
1
-5
/
+0
*
Don't define LLVM_LIBDIR, it is not used anymore.
Rafael Espindola
2013-06-11
4
-12
/
+0
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
1
-10
/
+0
*
Remove unused FindLibrary function.
Rafael Espindola
2013-06-11
1
-5
/
+0
*
Remove sys::identifyFileType.
Rafael Espindola
2013-06-11
2
-27
/
+1
*
Fix variable name style. Don't cast to and from int.
Rafael Espindola
2013-06-11
1
-7
/
+6
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-4
/
+4
*
Fix spurious semicolons.
Sean Silva
2013-06-10
1
-4
/
+4
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
1
-0
/
+92
*
Add a missing 'e'.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
Remove the old IdentifyFileType now that lld was updated.
Rafael Espindola
2013-06-10
1
-3
/
+0
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
2
-2
/
+3
*
Update for current naming conventions.
Rafael Espindola
2013-06-10
1
-1
/
+4
*
Avoid warnings about unused parameters that tend to come up a lot when
Duncan Sands
2013-06-10
6
-28
/
+30
*
Add a const version of findNearestCommonDominator to PostDom for convenience.
Benjamin Kramer
2013-06-09
1
-0
/
+5
*
sys::process::get_id() now returns the process ID instead of a process handle...
Aaron Ballman
2013-06-08
1
-3
/
+3
*
No functionality change.
Manman Ren
2013-06-07
1
-6
/
+6
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
1
-18
/
+19
*
Make operator== non-member for greater symmetry.
Rafael Espindola
2013-06-07
1
-7
/
+9
*
[Object/COFF] BaseOfData field should be absent in PE32+.
Rui Ueyama
2013-06-07
1
-1
/
+0
*
BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.
Benjamin Kramer
2013-06-07
1
-7
/
+6
*
Optimize BitVector::all().
Benjamin Kramer
2013-06-07
1
-2
/
+10
*
DIBuilder: No functionality change.
Manman Ren
2013-06-07
1
-2
/
+2
*
Remove unneeded #include.
Jakub Staszak
2013-06-06
1
-1
/
+0
*
Teach llvm-objdump with the -macho parser how to use the data in code table
Kevin Enderby
2013-06-06
1
-0
/
+88
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
1
-4
/
+10
*
Add some class documentation to BinaryRef.
Sean Silva
2013-06-06
1
-2
/
+40
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-2
/
+2
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
1
-2
/
+3
*
Rename operator== parameter to `RHS`.
Sean Silva
2013-06-05
1
-3
/
+3
*
Remove error-prone methods of BinaryRef.
Sean Silva
2013-06-05
1
-8
/
+0
*
Add writeAsHex(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-0
/
+5
*
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
Sean Silva
2013-06-05
1
-8
/
+9
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
1
-0
/
+7
*
Comment BinaryRef::Data.
Sean Silva
2013-06-05
1
-0
/
+2
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
1
-0
/
+3
*
[ELF] Add ELFOSABI_GNU.
Sean Silva
2013-06-05
1
-1
/
+2
*
Don't hide the first ELF symbol.
Rafael Espindola
2013-06-05
1
-2
/
+2
*
Represent symbols with a SymbolIndex,SectionIndex pair.
Rafael Espindola
2013-06-05
1
-66
/
+51
*
The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...
Sylvestre Ledru
2013-06-05
1
-1
/
+1
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
1
-0
/
+7
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
2
-32
/
+62
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
4
-16
/
+15
*
IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).
Michael Gottesman
2013-06-04
1
-7
/
+42
*
Introduce needsCleanup() for APFloat and APInt.
Manuel Klimek
2013-06-03
2
-1
/
+7
*
[Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.
Rui Ueyama
2013-06-02
1
-1
/
+101
*
Whitespace.
Jim Grosbach
2013-06-02
1
-1
/
+1
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
1
-0
/
+9
*
DenseMap: Move the key into place when we use the move version of operator[].
Benjamin Kramer
2013-06-01
1
-2
/
+2
[next]