summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-04R600/SI: Change all instruction assembly names to lowercase.si-lowercaseTom Stellard238-5748/+5748
2014-11-04R600/SI: Add an extra check line to make test more strictTom Stellard1-0/+1
2014-11-04[X86] Add 'FeatureSlowSHLD' to cpu 'bdver3'. Also explicit set FeatureAVX and...Andrea Di Biagio1-8/+11
2014-11-04ErrorOr: Be more explicit in the implicit conversion to bool docsJustin Bogner1-3/+3
2014-11-04[PBQP] Callee saved regs should have a higher cost than scratch regsArnaud A. de Grandmaison2-0/+107
2014-11-04[PBQP] Tweak spill costs and coalescing benefitsArnaud A. de Grandmaison4-12/+29
2014-11-04R600/SI: Rename div_scale dest operands to match documentationMatt Arsenault1-2/+2
2014-11-04AArch64: Pattern match integer vector abs like we do on ARM.Benjamin Kramer2-0/+92
2014-11-04[asan] [mips] changed ShadowOffset32 for systems having 16kb PageSize; patch ...Kostya Serebryany1-1/+1
2014-11-04Remove unused DisableRedZone option.Rafael Espindola1-5/+0
2014-11-04InstSimplify: Fold a hasNoSignedWrap() call into a match() expressionDavid Majnemer1-2/+1
2014-11-04InstSimplify: Fold a hasNoUnsignedWrap() call into a match() expressionDavid Majnemer1-2/+1
2014-11-04[mips] Improve support for the .set mips16/nomips16 assembler directives.Toma Tabacu2-6/+32
2014-11-04[Stackmaps] Make test less fragile. NFC.Juergen Ributzka1-2/+2
2014-11-04remove function names from comments; NFCSanjay Patel1-39/+35
2014-11-04fix typo in commentSanjay Patel1-1/+1
2014-11-04Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating.NAKAMURA Takumi3-0/+6
2014-11-04Remove "REQUIRES:shell" from tests. They work for me.NAKAMURA Takumi7-12/+0
2014-11-04[yaml2obj] Allow yaml2obj tool to recognize EF_MIPS_NAN2008 flagSimon Atanasyan2-2/+5
2014-11-04Re-enable tests in llvm/test/Object, corresponding to line_iterator'sNAKAMURA Takumi5-15/+0
2014-11-04llvm/test/Transforms/GCOVProfiling/linezero.ll: Use %/T instead of %T in rege...NAKAMURA Takumi1-2/+1
2014-11-04Remove FindProgramByName. NFC.Rafael Espindola4-100/+5
2014-11-04Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren1-1/+1
2014-11-04Add missing tests for build attribute encodings in object files.Charlie Turner1-17/+106
2014-11-04llvm-objdump: Pass DiceTableEntry by referenceDavid Majnemer1-2/+2
2014-11-04sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi1-0/+1
2014-11-04CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer6-57/+67
2014-11-04#include <winbase.h> is not enough for Visual C++ 2013, it errors:Yaron Keren1-1/+1
2014-11-04test: Restore llvm-lit (at least for my machine)David Majnemer1-16/+19
2014-11-04Minimize test case furtherDavid Majnemer1-24/+17
2014-11-04R600/LLVMBuild.txt: Add TransformUtils.NAKAMURA Takumi1-1/+1
2014-11-04Docs: give binutils/gold instructions for CMake too.Tim Northover1-3/+5
2014-11-04Revert "Transforms: reapply SVN r219899"Reid Kleckner7-110/+49
2014-11-04Remove setPreservesCFG from instcombine. The pass, in particular, does notMark Heffernan1-1/+2
2014-11-04Use findProgramByName.Michael J. Spencer4-21/+52
2014-11-04[Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer3-0/+110
2014-11-04Use the LLVM_GNUC_PREREQ macro instead of the longhand version checkReid Kleckner1-4/+3
2014-11-04Remove the END_WITH_NULL macro now that Clang doesn't use itReid Kleckner1-2/+0
2014-11-04Remove the static version of getScatteredRelocationType() now that r221211 addedKevin Enderby1-5/+0
2014-11-04Rename END_WITH_NULL to LLVM_END_WITH_NULL and move to Compiler.hReid Kleckner7-21/+17
2014-11-04The patchpoint lowering logic would crash with live constants equal toSanjoy Das3-1/+94
2014-11-04Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...Kevin Enderby7-14/+118
2014-11-04[Hexagon] Reverting 220584 to address ASAN errors.Colin LeMahieu23-248/+292
2014-11-04Change logic in StackMaps::recordStackMapOpers to use the isInt<32>Sanjoy Das1-2/+1
2014-11-03Rename variables to conform to llvm coding standards.Akira Hatanaka1-28/+28
2014-11-03Use AA in LoadCombineHal Finkel5-5/+112
2014-11-03Use common range handling for the CU's rangesDavid Blaikie4-55/+38
2014-11-03[AArch64] Make function processLogicalImmediate more efficient. NFC.Akira Hatanaka1-47/+42
2014-11-03Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.pyRafael Espindola2-6/+1
2014-11-03refactor duplicated code. NFC.Rafael Espindola1-5/+5