aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [Object/COFF] BaseOfData field should be absent in PE32+.Rui Ueyama2013-06-071-1/+0
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-7/+6
* Optimize BitVector::all().Benjamin Kramer2013-06-071-2/+10
* DIBuilder: No functionality change.Manman Ren2013-06-071-2/+2
* Remove unneeded #include.Jakub Staszak2013-06-061-1/+0
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-0/+88
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-4/+10
* Add some class documentation to BinaryRef.Sean Silva2013-06-061-2/+40
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-2/+2
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-061-2/+3
* Rename operator== parameter to `RHS`.Sean Silva2013-06-051-3/+3
* Remove error-prone methods of BinaryRef.Sean Silva2013-06-051-8/+0
* Add writeAsHex(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+5
* Rename BinaryRef::isBinary to more descriptive DataIsHexString.Sean Silva2013-06-051-8/+9
* Add BinaryRef binary_size() method.Sean Silva2013-06-051-0/+7
* Comment BinaryRef::Data.Sean Silva2013-06-051-0/+2
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+3
* [ELF] Add ELFOSABI_GNU.Sean Silva2013-06-051-1/+2
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-2/+2
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-051-66/+51
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-051-1/+1
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-0/+7
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-052-32/+62
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-054-16/+15
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-7/+42
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-032-1/+7
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-021-1/+101
* Whitespace.Jim Grosbach2013-06-021-1/+1
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-0/+9
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-011-2/+2
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-011-1/+2
* Added method comments for getZero,getInf.Michael Gottesman2013-06-011-0/+7
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-011-159/+202
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-312-8/+16
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-311-1/+4
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-311-4/+4
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-312-0/+22
* Use just a ArrayRef<uint8_t> to store both hex string and binary data.Rafael Espindola2013-05-311-7/+7
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-0/+0
* Remove union to fix build in c++03.Rafael Espindola2013-05-311-4/+2
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-2/+32
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-312-2/+35
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-311-4/+6
* Fix wrong comment. Null is not acceptable.Matt Arsenault2013-05-311-1/+1
* Fix a couple of typos and 80-col.Eric Christopher2013-05-301-19/+21
* MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.Ahmed Bougacha2013-05-301-7/+8
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-2/+31
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-301-2/+1
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-302-69/+52
* Remove dead return.Rafael Espindola2013-05-301-1/+0