summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-09XXX: Select all immediates to SALUassemblerTom Stellard1-2/+2
2014-12-09XXX: Implent inline asm hooksTom Stellard6-3/+48
2014-12-09R600/SI: XXX: Assembler support for SOP1Tom Stellard7-23/+289
2014-12-09R600/SI: Add assembler support for s_load_dword* instructionsTom Stellard4-15/+185
2014-12-09R600/SI: Refactor SOP1 classesTom Stellard1-26/+19
2014-12-09R600/SI: Lowercase register namesTom Stellard1-4/+4
2014-12-09Target: Add ParserMatchClass field to RegisterClassTom Stellard2-0/+12
2014-12-09TableGen: XXX: Set OPerand type for RegisterOperandsTom Stellard1-0/+1
2014-12-09AsmParser: Don't crash on short hex constants for fp128 typesDavid Majnemer2-5/+11
2014-12-09Fix another GCC build failure from r223802Duncan P. N. Exon Smith1-0/+1
2014-12-09Remove unneeded curly braces.Frederic Riss1-4/+2
2014-12-09Reorder the code to avoid inserting at the beginning of a vector.Frederic Riss1-1/+1
2014-12-09Cleanup PatternMatch. NFC.Juergen Ributzka1-395/+330
2014-12-09Fix a GCC build failure from r223802Duncan P. N. Exon Smith1-1/+2
2014-12-09Adding a new option to CMake to disable C++ atexit on llvm-shlib.Chris Bieneman3-0/+14
2014-12-09[AVX512] Added lowering for VBROADCASTSS/SD instructions.Robert Khasanov3-1/+176
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith88-1958/+3358
2014-12-09AsmParser: Don't crash on malformed attribute groupsDavid Majnemer2-1/+7
2014-12-09[Hexagon] Updating predicate register transfers and adding tstbit to allow se...Colin LeMahieu15-36/+87
2014-12-09Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()Frederic Riss2-2/+89
2014-12-09Deleting empty directories left over from r223794.Frederic Riss0-0/+0
2014-12-09[CGP] Rewrite pattern match for splitBranchCondition to work with Values inst...Juergen Ributzka2-14/+10
2014-12-09Revert "Move function to obtain branch weights into the BranchInst class. NFC."Juergen Ributzka4-32/+49
2014-12-09Revert "Initial dsymutil tool commit."Frederic Riss23-783/+2
2014-12-09Initial dsymutil tool commit.Frederic Riss23-2/+783
2014-12-09[PowerPC 4/4] Enable little-endian support for VSX.Bill Schmidt5-36/+10
2014-12-09[PowerPC 3/4] Little-endian adjustments for VSX vector shuffleBill Schmidt2-0/+221
2014-12-09Remember the unmangled name in the plugin.Rafael Espindola2-3/+25
2014-12-09Add test cases that were inadvertently omitted from r223783 and r223788Bill Schmidt2-0/+235
2014-12-09[PowerPC 2/4] Little-endian adjustments for VSX insert/extract operationsBill Schmidt1-0/+14
2014-12-09[AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast Integer Data from Gener...Robert Khasanov5-23/+213
2014-12-09[CodeGenPrepare] Split branch conditions into multiple conditional branches.Juergen Ributzka2-1/+251
2014-12-09Add more pattern matchers for compares, instructions, and BinaryOperators. NFC.Juergen Ributzka1-4/+50
2014-12-09Move function to obtain branch weights into the BranchInst class. NFC.Juergen Ributzka3-26/+30
2014-12-09[PowerPC 1/4] Little-endian adjustments for VSX loads/storesBill Schmidt8-6/+218
2014-12-09Move method out of line to make buildbot happy.Rafael Espindola2-1/+3
2014-12-09Don't lookup an object symbol name in the module.Rafael Espindola3-27/+34
2014-12-09[x86] Fix the test to actually test things for the CPU names, add theChandler Carruth2-32/+32
2014-12-09Removing an unused variable to silence a -Wunused-but-set-variable warning. NFC.Aaron Ballman1-2/+0
2014-12-09Fix modified immediate bug reported by MC Hammer.Asiri Rathnayake2-15/+13
2014-12-09[x86] Add a test for the CPU names that should have been in r223769.Chandler Carruth1-0/+32
2014-12-09[x86] Bring some sanity to the x86 CPU processor definitions.Chandler Carruth1-61/+139
2014-12-09Removal Of Duplicate Test Cases and Addition Of Missing Check StatementsSonam Kumari1-21/+15
2014-12-09[test/Transforms/InstCombine/shift.ll] Removed duplicate test cases. NFC.Ankur Garg1-35/+17
2014-12-09Improve emacs coding styleWill Newton1-13/+8
2014-12-09Teach instcombine to canonicalize "element extraction" from a load of anChandler Carruth2-41/+559
2014-12-09Skip declarations in the case of functions.Michael Ilseman1-0/+3
2014-12-09Use range-based for loops. NFC.Craig Topper2-35/+24
2014-12-09AVX-512: Added some comments to ERI scalar intrinsics.Elena Demikhovsky2-6/+17
2014-12-09Fix a few instances found in SelectionDAG where we were not handling F16 at p...Owen Anderson2-3/+5