[SystemZ] Add immediate addition involving high words
[oota-llvm.git] / lib /
2013-10-01 Richard Sandiford[SystemZ] Add immediate addition involving high words
2013-10-01 Richard Sandiford[SystemZ] Extend test-under-mask support to high GR32s
2013-10-01 Richard Sandiford[SystemZ] Extend 32-bit RISBG optimizations to high...
2013-10-01 Richard Sandiford[SystemZ] Extend pseudo conditional 8- and 16-bit store...
2013-10-01 Tim NorthoverARM: support interrupt attribute
2013-10-01 Richard Sandiford[SystemZ] Optimize 32-bit FPR<->GPR moves for z196...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-10-01 Richard Sandiford[SystemZ] Allow integer AND involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer XOR involving high words
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Richard Sandiford[SystemZ] Allow integer OR involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer insertions with a high-word...
2013-10-01 Richard Sandiford[SystemZ] Allow selects with a high-word destination
2013-10-01 Richard Sandiford[SystemZ] Add patterns to load a constant into a high...
2013-10-01 Joey Gouly[ARM] Remove an unused function from the disassembler.
2013-10-01 Matheus AlmeidaTest commit. Updated comment.
2013-10-01 Richard Sandiford[SystemZ] Add register zero extensions involving at...
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-10-01 Richard Sandiford[SystemZ] Add truncating high-word stores (STCH and...
2013-10-01 Richard Sandiford[SystemZ] Add zero-extending high-word loads (LLCH...
2013-10-01 Benjamin KramerSCEVExpander: Fix a regression I introduced by to eager...
2013-10-01 Richard Sandiford[SystemZ] Add sign-extending high-word loads (LBH and...
2013-10-01 Richard Sandiford[SystemZ] Use upper words of GR64s for codegen
2013-10-01 Richard Sandiford[SystemZ] Reapply: Add definitions of LFH and STFH
2013-10-01 Daniel Sanders[mips][msa] Added support for matching mod_[us] from...
2013-10-01 Vladimir MedicThis patch adds aliases for Mips sub instruction with...
2013-10-01 Elena DemikhovskyAVX-512: Added X86vzmovl patterns
2013-10-01 Craig TopperRemove 0 as a valid encoding for the m-mmmm field.
2013-10-01 Craig TopperRemove unneeded fields from disassembler internal instr...
2013-10-01 Craig TopperBEXTR should be defined to take same type for bother...
2013-10-01 Tom StellardSelectionDAG: Clarify comments from r191600
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-10-01 Eric ChristopherAdd the DW_AT_GNU_ranges_base attribute if we've emitte...
2013-10-01 Eric ChristopherUpdate comments.
2013-10-01 Matt ArsenaultFix code duplication
2013-09-30 Preston GurdForgot to add a break statement.
2013-09-30 Matt ArsenaultReuse variable
2013-09-30 Preston GurdThe X86FixupLEAs pass for Intel Atom must not call...
2013-09-30 Eric ChristopherThe DW_AT_GNU_pubnames/pubtypes attributes are actually...
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-30 Matt ArsenaultUse right address space size in InstCombineCompares
2013-09-30 Matt ArsenaultConstant fold ptrtoint + compare with address spaces
2013-09-30 Manman RenDebug Info: constify and rename from generateRef to...
2013-09-30 Anders Waldenborgllvm-c: use typedef for function pointers
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I8 instructions.
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for I5 instructions.
2013-09-30 Tilmann Scheller[ARM] Clean up ARMAsmParser::validateInstruction().
2013-09-30 Jack Carter[mips][msa] Direct Object Emission for 2R instructions.
2013-09-30 Jack Carter[PATCH 1/4] [mips][msa] Source register of FILL instruc...
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Arnold SchwaighoferSwift model: Fix uop description on some writes
2013-09-30 Benjamin KramerBoundsChecking: Fix refacto.
2013-09-30 Benjamin KramerConvert manual insert point restores to the new RAII...
2013-09-30 Benjamin KramerInstCombine: Replace manual fast math flag copying...
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-30 Joey GoulyFix a bug in InstCombine where it attempted to cast...
2013-09-30 Richard Sandiford[SystemZ] Revert r191661: Add definitions of LFH and...
2013-09-30 Richard Sandiford[SystemZ] Add definitions of LFH and STFH
2013-09-30 Richard Sandiford[SystemZ] Add GRH32 for the high word of a GR64
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-30 Richard Sandiford[SystemZ] Add change missing from previous commit
2013-09-30 Richard Sandiford[SystemZ] Rename 32-bit GPR registers
2013-09-30 Craig TopperVarious x86 disassembler fixes.
2013-09-29 Benjamin KramerObjectSizeOffsetEvaluator: Don't run into infinite...
2013-09-29 Benjamin KramerDeallocate type units when destroying a DWARFContext.
2013-09-29 Benjamin KramerAllocate AtomicSDNode operands in SelectionDAG's alloca...
2013-09-29 Craig TopperChange type of XOP flag in code emitters to a bool...
2013-09-29 Craig TopperAdd comments for XOPA map introduced with TBM instructi...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardSelectionDAG: Silence unused variable warning on releas...
2013-09-28 Tom StellardR600: Fix handling of NAN in comparison instructions
2013-09-28 Tom StellardSelectionDAG: Improve legalization of SELECT_CC with...
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-28 Tom StellardSelectionDAG: Clean up LegalizeSetCCCondCode() function
2013-09-28 NAKAMURA TakumiMipsMachineFunction.cpp: Add missing #include <raw_ostr...
2013-09-28 Matt ArsenaultFix typo
2013-09-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-28 Akira Hatanaka[mips] Make sure loads from lazy-binding entries do...
2013-09-27 Manman RenTBAA: try to fix the dragonegg bots.
2013-09-27 Eric ChristopherUnify conditionals and reformat.
2013-09-27 Matt ArsenaultMinor code simplification
2013-09-27 Akira Hatanaka[mips] Define a derived class of PseudoSourceValue...
2013-09-27 Matt ArsenaultUse right pointer type in DebugIR
2013-09-27 Matt ArsenaultUse type helper functions
2013-09-27 Eric ChristopherRework conditional for printing out pub sections.
2013-09-27 Josh Magee[stackprotector] Refactor the StackProtector pass from...
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Matt ArsenaultFix SLPVectorizer using wrong address space for load...
2013-09-27 Dmitri GribenkoSourceMgr diagnotics printing: fix a bug where printing...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Justin BognerInstCombine: Only foldSelectICmpAndOr for integer types
2013-09-27 Akira Hatanaka[mips] Rewrite MipsTargetLowering::getAddr functions...
2013-09-27 Yunzhong GaoAdding intrinsics to the llvm backend for TBM instructi...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-09-27 Justin BognerTransforms: Use getFirstNonPHI to set the insertion...
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
next