summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Add global versions of some Program static methods.Rafael Espindola2013-06-12
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* 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