summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-01Remove several unused variables.Rafael Espindola25-49/+6
2013-10-01[SystemZ] Allow integer OR involving high wordsRichard Sandiford5-13/+83
2013-10-01[SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford5-2/+81
2013-10-01Fix a typo in the documentation. Thanks to Diana Vasile for the patchSylvestre Ledru1-1/+1
2013-10-01[SystemZ] Allow selects with a high-word destinationRichard Sandiford3-2/+32
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford8-5/+116
2013-10-01[ARM] Remove an unused function from the disassembler.Joey Gouly1-11/+0
2013-10-01Test commit. Updated comment.Matheus Almeida1-1/+1
2013-10-01[SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford5-2/+417
2013-10-01Remove empty directory.Joerg Sonnenberger0-0/+0
2013-10-01[ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly16-56/+58
2013-10-01[SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford7-4/+200
2013-10-01[SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford7-2/+200
2013-10-01SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2-1/+47
2013-10-01[SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford7-2/+200
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford11-13/+236
2013-10-01[SystemZ] Reapply: Add definitions of LFH and STFHRichard Sandiford5-0/+134
2013-10-01[mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders3-9/+151
2013-10-01Fix pattern sort in DAGISelEmitter.cppRichard Sandiford1-9/+7
2013-10-01This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic3-2/+42
2013-10-01AVX-512: Added X86vzmovl patternsElena Demikhovsky2-0/+21
2013-10-01Remove 0 as a valid encoding for the m-mmmm field.Craig Topper1-2/+0
2013-10-01Remove unneeded fields from disassembler internal instruction format.Craig Topper2-20/+0
2013-10-01BEXTR should be defined to take same type for bother operands.Craig Topper1-1/+1
2013-10-01SelectionDAG: Clarify comments from r191600Tom Stellard1-2/+2
2013-10-01Tests for MCJIT multiple module supportAndrew Kaylor4-75/+556
2013-10-01Adding multiple module support for MCJIT.Andrew Kaylor8-115/+441
2013-10-01Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2-2/+161
2013-10-01Update comments.Eric Christopher1-2/+2
2013-10-01Fix code duplicationMatt Arsenault1-21/+10
2013-09-30Forgot to add a break statement.Preston Gurd1-0/+1
2013-09-30Use CHECK-LABELMatt Arsenault3-18/+20
2013-09-30Reuse variableMatt Arsenault1-1/+1
2013-09-30The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddressPreston Gurd1-0/+8
2013-09-30The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher3-28/+82
2013-09-30Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher1-1/+1
2013-09-30Fix getOrInsertGlobal dropping the address space.Matt Arsenault2-2/+44
2013-09-30Use right address space size in InstCombineComparesMatt Arsenault2-4/+23
2013-09-30Constant fold ptrtoint + compare with address spacesMatt Arsenault2-1/+21
2013-09-30Debug Info: constify and rename from generateRef to getRef.Manman Ren3-11/+11
2013-09-30llvm-c: use typedef for function pointersAnders Waldenborg2-24/+21
2013-09-30[ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2-12/+12
2013-09-30TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren9-63/+74
2013-09-30TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren20-207/+131
2013-09-30[mips][msa] Direct Object Emission for I8 instructions.Jack Carter3-28/+75
2013-09-30[mips][msa] Direct Object Emission for I5 instructions.Jack Carter3-49/+202
2013-09-30[ARM] Clean up ARMAsmParser::validateInstruction().Tilmann Scheller1-38/+36
2013-09-30[mips][msa] Direct Object Emission for 2R instructions.Jack Carter3-16/+57
2013-09-30[PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter3-15/+41
2013-09-30[ARM] Use FileCheck instead of grep for ARM LDRD negative tests.Tilmann Scheller1-19/+42