aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Always remove an alias when we rename the target.Rafael Espindola2013-06-121-3/+1
* [PowerPC] Expose some calling convention functions in PPCISelLowering.h.Bill Schmidt2013-06-122-29/+32
* Don't use PathV1 in CommandLine.cpp.Rafael Espindola2013-06-121-22/+10
* Add artificial PRED_BAD to PPC::Predicate enumeration.Bill Schmidt2013-06-121-1/+2
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-121-8/+0
* Remove Path::getMagicNumber.Rafael Espindola2013-06-122-39/+0
* Remove Path::hasMagicNumber.Rafael Espindola2013-06-121-7/+0
* Remove Path::isAbsolute.Rafael Espindola2013-06-122-26/+0
* Remove Path::isAbsolute().Rafael Espindola2013-06-122-22/+0
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-124-31/+25
* Remove Path::getSuffix.Rafael Espindola2013-06-122-33/+0
* Remove sys::CopyFile.Rafael Espindola2013-06-122-58/+0
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-121-1/+0
* Remove the old file memory mapping functions.Rafael Espindola2013-06-123-30/+1
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-122-22/+0
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-122-11/+0
* Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED toPatrik Hagglund2013-06-121-0/+1
* 80-colsSean Silva2013-06-121-1/+2
* Correct the def registers for the 8bit x86 divide instructions toEric Christopher2013-06-111-4/+4
* Use the Copy we defined above here.Eric Christopher2013-06-111-2/+2
* Formatting.Eric Christopher2013-06-111-1/+1
* Fix CMakeLists.Akira Hatanaka2013-06-111-0/+1
* [mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka2013-06-113-1/+177
* Move PathV2.h to Path.hRafael Espindola2013-06-113-3/+3
* ARM FastISel fix sext/zext foldJF Bastien2013-06-111-19/+36
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-111-30/+20
* Include PathV1.h in files that use it.Rafael Espindola2013-06-112-0/+2
* Remove Path::getDirname.Rafael Espindola2013-06-113-49/+0
* Remove Path::getBasename.Rafael Espindola2013-06-112-32/+0
* Remove Path::getLast.Rafael Espindola2013-06-112-39/+0
* Remove GetDLLSuffix.Rafael Espindola2013-06-111-4/+0
* Remove GetRootDirectory.Rafael Espindola2013-06-112-15/+0
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-112-23/+0
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-113-64/+0
* [mips] Use function TargetInstrInfo::getRegClass.Akira Hatanaka2013-06-112-6/+9
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-112-34/+0
* Remove unused FindLibrary function.Rafael Espindola2013-06-111-17/+0
* Remove sys::identifyFileType.Rafael Espindola2013-06-111-117/+0
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-111-100/+156
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-8/+6
* Port r183666 to identify_magic.Rafael Espindola2013-06-111-2/+3
* Fix variable name.Rafael Espindola2013-06-111-29/+29
* Fix variable name style. Don't cast to and from int.Rafael Espindola2013-06-111-0/+2
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-25/+26
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-8/+6
* Convert a use of sys::identifyFileType to sys::fs::identify_magic.Rafael Espindola2013-06-111-16/+18
* R600: Make helper functions static.Benjamin Kramer2013-06-111-4/+5
* Require members of llvm.used to be named.Rafael Espindola2013-06-111-0/+1
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-111-1/+4