summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [yaml2obj] Initial ELF support.Sean Silva2013-06-10
* Add a missing 'e'.Rafael Espindola2013-06-10
* Remove the old IdentifyFileType now that lld was updated.Rafael Espindola2013-06-10
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Update for current naming conventions.Rafael Espindola2013-06-10
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-10
* Add a const version of findNearestCommonDominator to PostDom for convenience.Benjamin Kramer2013-06-09
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* No functionality change.Manman Ren2013-06-07
* DIBuilder: No functionality change.Manman Ren2013-06-07
* Make operator== non-member for greater symmetry.Rafael Espindola2013-06-07
* [Object/COFF] BaseOfData field should be absent in PE32+.Rui Ueyama2013-06-07
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* DIBuilder: No functionality change.Manman Ren2013-06-07
* Remove unneeded #include.Jakub Staszak2013-06-06
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-06
* Add some class documentation to BinaryRef.Sean Silva2013-06-06
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-06
* Rename operator== parameter to `RHS`.Sean Silva2013-06-05
* Remove error-prone methods of BinaryRef.Sean Silva2013-06-05
* Add writeAsHex(raw_ostream &) method to BinaryRef.Sean Silva2013-06-05
* Rename BinaryRef::isBinary to more descriptive DataIsHexString.Sean Silva2013-06-05
* Add BinaryRef binary_size() method.Sean Silva2013-06-05
* Comment BinaryRef::Data.Sean Silva2013-06-05
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-05
* [ELF] Add ELFOSABI_GNU.Sean Silva2013-06-05
* Don't hide the first ELF symbol.Rafael Espindola2013-06-05
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-05
* The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...Sylvestre Ledru2013-06-05
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-05
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-02
* Whitespace.Jim Grosbach2013-06-02
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* DenseMap: Move the key into place when we use the move version of operator[].Benjamin Kramer2013-06-01
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-01
* Added method comments for getZero,getInf.Michael Gottesman2013-06-01
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-01
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-31
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-31
* Use just a ArrayRef<uint8_t> to store both hex string and binary data.Rafael Espindola2013-05-31
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-31