aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-016-63/+170
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-015-5/+57
* Remove several unused variables.Rafael Espindola2013-10-0125-49/+6
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-015-13/+83
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-015-2/+81
* Fix a typo in the documentation. Thanks to Diana Vasile for the patchSylvestre Ledru2013-10-011-1/+1
* [SystemZ] Allow selects with a high-word destinationRichard Sandiford2013-10-013-2/+32
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-018-5/+116
* [ARM] Remove an unused function from the disassembler.Joey Gouly2013-10-011-11/+0
* Test commit. Updated comment.Matheus Almeida2013-10-011-1/+1
* [SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford2013-10-015-2/+417
* Remove empty directory.Joerg Sonnenberger2013-10-010-0/+0
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-0116-56/+58
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-017-4/+200
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-017-2/+200
* SCEVExpander: Fix a regression I introduced by to eagerly adding RAII objects.Benjamin Kramer2013-10-012-1/+47
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-017-2/+200
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-0111-13/+236
* [SystemZ] Reapply: Add definitions of LFH and STFHRichard Sandiford2013-10-015-0/+134
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-013-9/+151
* Fix pattern sort in DAGISelEmitter.cppRichard Sandiford2013-10-011-9/+7
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-013-2/+42
* AVX-512: Added X86vzmovl patternsElena Demikhovsky2013-10-012-0/+21
* Remove 0 as a valid encoding for the m-mmmm field.Craig Topper2013-10-011-2/+0
* Remove unneeded fields from disassembler internal instruction format.Craig Topper2013-10-012-20/+0
* BEXTR should be defined to take same type for bother operands.Craig Topper2013-10-011-1/+1
* SelectionDAG: Clarify comments from r191600Tom Stellard2013-10-011-2/+2
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-014-75/+556
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-018-115/+441
* Add the DW_AT_GNU_ranges_base attribute if we've emitted any rangesEric Christopher2013-10-012-2/+161
* Update comments.Eric Christopher2013-10-011-2/+2
* Fix code duplicationMatt Arsenault2013-10-011-21/+10
* Forgot to add a break statement.Preston Gurd2013-09-301-0/+1
* Use CHECK-LABELMatt Arsenault2013-09-303-18/+20
* Reuse variableMatt Arsenault2013-09-301-1/+1
* The X86FixupLEAs pass for Intel Atom must not call convertToThreeAddressPreston Gurd2013-09-301-0/+8
* The DW_AT_GNU_pubnames/pubtypes attributes are actually formEric Christopher2013-09-303-28/+82
* Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher2013-09-301-1/+1
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-302-2/+44
* Use right address space size in InstCombineComparesMatt Arsenault2013-09-302-4/+23
* Constant fold ptrtoint + compare with address spacesMatt Arsenault2013-09-302-1/+21
* Debug Info: constify and rename from generateRef to getRef.Manman Ren2013-09-303-11/+11
* llvm-c: use typedef for function pointersAnders Waldenborg2013-09-302-24/+21
* [ARM] Fix Thumb(-2) diagnostic tests.Tilmann Scheller2013-09-302-12/+12
* TBAA: update tbaa format from scalar format to struct-path aware format.Manman Ren2013-09-309-63/+74
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-3020-207/+131
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-303-28/+75
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-303-49/+202
* [ARM] Clean up ARMAsmParser::validateInstruction().Tilmann Scheller2013-09-301-38/+36
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-303-16/+57