summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-12
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* [PECOFF] Remove COFF header from PE header for simplicity.Rui Ueyama2013-06-11
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Remove Path::getDirname.Rafael Espindola2013-06-11
* Remove Path::getBasename.Rafael Espindola2013-06-11
* Remove Path::getLast.Rafael Espindola2013-06-11
* Remove GetDLLSuffix.Rafael Espindola2013-06-11
* Remove GetRootDirectory.Rafael Espindola2013-06-11
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-11
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-11
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-11
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-11
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-11
* Remove unused FindLibrary function.Rafael Espindola2013-06-11
* Remove sys::identifyFileType.Rafael Espindola2013-06-11
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-11
* Fix dubious type name similar to member name.Sean Silva2013-06-11
* Fix spurious semicolons.Sean Silva2013-06-10
* [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