aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-114-6/+33
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-115-106/+138
* ARM: Fix STREX/LDREX reecodingAmaury de la Vieuville2013-06-113-10/+56
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-113-1/+7
* ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().NAKAMURA Takumi2013-06-111-1/+1
* Whitespace.NAKAMURA Takumi2013-06-111-5/+5
* Fix dubious type name similar to member name.Sean Silva2013-06-118-17/+17
* Fix spurious semicolons.Sean Silva2013-06-101-4/+4
* [yaml2obj] Initial ELF support.Sean Silva2013-06-1014-1/+485
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-108-4/+59
* Fix xemacs mode line, don't put them in .cpp files (just header files). NoNick Lewycky2013-06-101-1/+1
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Fix up comment.Eric Christopher2013-06-101-1/+1
* Remove unused function.Eric Christopher2013-06-101-6/+0
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-101-0/+2
* X86: Stop LEA64_32r doing unspeakable things to its arguments.Tim Northover2013-06-108-76/+229
* Add a missing 'e'.Rafael Espindola2013-06-102-2/+2
* tblgen: Assert that InstRWs doesn't grows when we don't expect it.Benjamin Kramer2013-06-101-0/+1
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-102-0/+4
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-102-1/+208
* [PowerPC] Use multiclass to generate extended branch mnemonicsUlrich Weigand2013-06-101-51/+22
* Silencing an MSVC warning about comparing signed and unsigned values.Aaron Ballman2013-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-109-18/+15
* Fix an out of bounds array access.Rafael Espindola2013-06-101-2/+3
* Update for current naming conventions.Rafael Espindola2013-06-102-31/+35
* Fix misleading comments in ARMAsmParserAmaury de la Vieuville2013-06-101-6/+6
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-1013-2/+179