aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-112-8/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-111-5/+0
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-114-12/+0
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-111-10/+0
* Remove unused FindLibrary function.Rafael Espindola2013-06-111-5/+0
* Remove sys::identifyFileType.Rafael Espindola2013-06-112-27/+1
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-111-7/+6
* Fix dubious type name similar to member name.Sean Silva2013-06-111-4/+4
* Fix spurious semicolons.Sean Silva2013-06-101-4/+4
* [yaml2obj] Initial ELF support.Sean Silva2013-06-101-0/+92
* Add a missing 'e'.Rafael Espindola2013-06-101-1/+1
* Remove the old IdentifyFileType now that lld was updated.Rafael Espindola2013-06-101-3/+0
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-102-2/+3
* Update for current naming conventions.Rafael Espindola2013-06-101-1/+4
* Avoid warnings about unused parameters that tend to come up a lot whenDuncan Sands2013-06-106-28/+30
* Add a const version of findNearestCommonDominator to PostDom for convenience.Benjamin Kramer2013-06-091-0/+5
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-3/+3
* No functionality change.Manman Ren2013-06-071-6/+6
* DIBuilder: No functionality change.Manman Ren2013-06-071-18/+19
* Make operator== non-member for greater symmetry.Rafael Espindola2013-06-071-7/+9
* [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