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
*
[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
*
Removed a comment above an include which is unnecessary and added a missing c...
Michael Gottesman
2013-06-01
1
-1
/
+2
*
Added method comments for getZero,getInf.
Michael Gottesman
2013-06-01
1
-0
/
+7
*
Updated APFloat's comments to fit the LLVM style guide.
Michael Gottesman
2013-06-01
1
-159
/
+202
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
2
-8
/
+16
*
Add support for adding the contents of a StringRef to the MD5 hash.
Eric Christopher
2013-05-31
1
-1
/
+4
*
Move "unsigned char" -> "uint8_t".
Eric Christopher
2013-05-31
1
-4
/
+4
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
2
-0
/
+22
*
Use just a ArrayRef<uint8_t> to store both hex string and binary data.
Rafael Espindola
2013-05-31
1
-7
/
+7
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
1
-0
/
+0
*
Remove union to fix build in c++03.
Rafael Espindola
2013-05-31
1
-4
/
+2
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
1
-2
/
+32
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
2
-2
/
+35
*
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
Andrew Trick
2013-05-31
1
-4
/
+6
*
Fix wrong comment. Null is not acceptable.
Matt Arsenault
2013-05-31
1
-1
/
+1
*
Fix a couple of typos and 80-col.
Eric Christopher
2013-05-30
1
-19
/
+21
*
MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Ahmed Bougacha
2013-05-30
1
-7
/
+8
*
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...
Michael Gottesman
2013-05-30
1
-2
/
+31
*
Fix warning on varialbe unused in opt builds.
Daniel Jasper
2013-05-30
1
-2
/
+1
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
2
-69
/
+52
*
Remove dead return.
Rafael Espindola
2013-05-30
1
-1
/
+0
[next]