aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MC/DWARF] Support .debug_frame / .debug_line code alignment factorsUlrich Weigand2013-06-127-40/+38
* Remove Path::getSuffix.Rafael Espindola2013-06-123-41/+1
* Remove sys::CopyFile.Rafael Espindola2013-06-123-64/+0
* Fix 'gcc -flto' builds for unittest binaries (undefined reference toPatrik Hagglund2013-06-122-3/+0
* [PowerPC] Use assembler source in MC testsUlrich Weigand2013-06-126-155/+152
* Remove the old file memory mapping functions.Rafael Espindola2013-06-124-53/+1
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-123-33/+0
* Remove Path::makeExecutableOnDisk.Rafael Espindola2013-06-123-17/+0
* Update Release Process docRenato Golin2013-06-121-22/+34
* Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED toPatrik Hagglund2013-06-121-0/+1
* [yaml2obj] Remove fragile test case.Sean Silva2013-06-122-39/+0
* 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-114-1/+209
* Move PathV2.h to Path.hRafael Espindola2013-06-117-389/+374
* 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
* [PECOFF] Remove COFF header from PE header for simplicity.Rui Ueyama2013-06-112-8/+5
* Include PathV1.h in files that use it.Rafael Espindola2013-06-1111-1/+10
* Remove Path::getDirname.Rafael Espindola2013-06-114-54/+0
* Remove Path::getBasename.Rafael Espindola2013-06-113-40/+0
* Remove Path::getLast.Rafael Espindola2013-06-113-49/+0
* Remove GetDLLSuffix.Rafael Espindola2013-06-112-12/+0
* Remove GetRootDirectory.Rafael Espindola2013-06-113-24/+0
* Remove GetUserHomeDirectory.Rafael Espindola2013-06-113-32/+0
* Don't define LTDL_SHLIBPATH_VAR.Rafael Espindola2013-06-117-80/+2
* Remove GetSystemLibraryPaths.Rafael Espindola2013-06-114-69/+0
* Don't define LLVM_LIBDIR, it is not used anymore.Rafael Espindola2013-06-118-47/+9
* [mips] Use function TargetInstrInfo::getRegClass.Akira Hatanaka2013-06-112-6/+9
* Remove Path::GetBitcodeLibraryPaths.Rafael Espindola2013-06-113-44/+0
* Remove unused FindLibrary function.Rafael Espindola2013-06-112-22/+0
* Remove sys::identifyFileType.Rafael Espindola2013-06-113-144/+1
* Fix documentation on the path to Bitcode reader/writerMichael Liao2013-06-112-3/+3
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-2/+3
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-26/+28
* Change how globalopt handles aliases in llvm.used.Rafael Espindola2013-06-112-104/+165
* 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-112-7/+8
* 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-112-7/+8
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-113-7/+4
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-112-2/+5