aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove all non-linker oriented compile options from the linkerEric Christopher2013-06-241-4/+3
* 80-column and tab character fixes.Eric Christopher2013-06-243-5/+8
* Formatting.Eric Christopher2013-06-241-3/+2
* typo.Adrian Prantl2013-06-241-1/+1
* Use const references instead of pointers to references that areEric Christopher2013-06-242-21/+23
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-243-5/+27
* Add a simpler version of is_regular_file.Rafael Espindola2013-06-241-0/+9
* DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694David Blaikie2013-06-242-2/+2
* Improve diagnostics when getSizeInBits is called on the Other type.Chad Rosier2013-06-241-2/+4
* PPC: Remove default case from fully covered switch.Benjamin Kramer2013-06-241-4/+2
* [PowerPC] Add some FIXMEsUlrich Weigand2013-06-241-0/+25
* R600: Fix spelling error in commentAaron Watry2013-06-241-1/+1
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-247-68/+1395
* Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi2013-06-241-0/+0
* Rename the variable to fix a warning. Thanks Andy Gibbs.Nadav Rotem2013-06-241-2/+2
* Look for Python 2 before Python 3 in CMakeLists.txtReid Kleckner2013-06-241-1/+2
* llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-242-2/+2
* llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...NAKAMURA Takumi2013-06-241-1/+1
* llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-241-1/+1
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-241-1/+23
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-242-81/+127
* Reapply 184685 after the SetVector iteration order fix.Arnold Schwaighofer2013-06-244-234/+328
* LoopVectorize: Use SetVector for the access setArnold Schwaighofer2013-06-241-1/+2
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-243-9/+84
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-2414-76/+344
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-242-4/+22
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-242-24/+81
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-242-25/+63
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-243-87/+157
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-241-14/+14
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-241-0/+302
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-242-0/+30
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-242-2/+24
* [APFloat] Removed a assert from significandParts() which says that one can on...Michael Gottesman2013-06-241-2/+0
* [APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...Michael Gottesman2013-06-241-86/+92
* Add -mcpu to some unit tests that only fail on certain hosts.Andrew Trick2013-06-247-8/+8
* ARM: check predicate bits for thumb instructionsAmaury de la Vieuville2013-06-243-13/+35
* ARM: rGPR is meant to be unpredictable, not undefinedAmaury de la Vieuville2013-06-243-5/+7
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-2464-258/+277
* ARM: fix thumb1 nop decodingAmaury de la Vieuville2013-06-244-19/+4
* ARM: fix IT decodingAmaury de la Vieuville2013-06-242-6/+8
* ARM: enable decoding of pc-relative PLD/PLIAmaury de la Vieuville2013-06-244-46/+180
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-242-16/+67
* Filter out dragonegg when checked out into a projects subdirectory.Chandler Carruth2013-06-241-0/+3
* DebugInfo: enumerator values returned as int64 as they are storedDavid Blaikie2013-06-241-1/+1
* DebugInfo: add some testing from an overly broad end-to-end test in ClangDavid Blaikie2013-06-242-37/+79
* Revert "LoopVectorize: Use the dependence test utility class"Arnold Schwaighofer2013-06-244-328/+234
* [APFloat] Removed out of date comment from isNormal().Michael Gottesman2013-06-241-3/+0
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-242-9/+9
* LoopVectorize: Use the dependence test utility classArnold Schwaighofer2013-06-244-234/+328