Fix always creating GEP with i32 indices
[oota-llvm.git] / lib / Target /
2013-08-14 Akira Hatanaka[mips] Properly parse registers that appear in inline...
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-13 Jack Carter[Mips] Support for unaligned load/store microMips instr...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-13 Joey GoulyARMv8: SWP and SWPB are obsoleted on ARMv8.
2013-08-13 Evgeniy StepanovFix compiler warnings.
2013-08-13 Mihai PopaFix signed overflow in when computing encodings for...
2013-08-13 Elena DemikhovskyAVX-512: Added CMP and BLEND instructions.
2013-08-13 Vladimir MedicThis patch introduces changes to MipsAsmParser register...
2013-08-12 Kevin EnderbyFix a crash with X86 Mach-O and a subtraction expressio...
2013-08-12 Tom StellardR600: Set scheduling preference to Sched::Source
2013-08-12 Vladimir MedicThis patch implements ei and di instructions for mips...
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the CLC instruction
2013-08-12 Richard Sandiford[SystemZ] Add a definition of the IPM instruction
2013-08-12 Benjamin KramerRemove global construction. const char* is sufficient...
2013-08-11 Reed KotlerDon't generate floating point stubs for mips16 code...
2013-08-11 Elena DemikhovskyAVX-512: Added more tests for BROADCAST
2013-08-11 Elena DemikhovskyAVX-512: Added VPERM* instructons and MOV* zmm-to-zmm...
2013-08-10 Reed KotlerIncorrect JAL instruction attributes caused the optimiz...
2013-08-10 Venkatraman Govind... [Sparc] Enable xword directive in sparcv9.
2013-08-10 Niels Ole SalscheiderR600/SI: FMA is faster than fmul and fadd for f64
2013-08-10 Niels Ole SalscheiderR600/SI: Add FMA pattern
2013-08-09 Reed KotlerAdd another intrinsic that LLVM gives an incorrect...
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-09 Mihai PopaThis fixes the Thumb2 CPS assembly syntax.
2013-08-09 Mihai PopaFix assembling of Thumb2 branch instructions.
2013-08-09 Richard Sandiford[SystemZ] Update README
2013-08-08 Jack CarterMips ELF: MicroMips direct object Little endian support.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-08 Akira Hatanaka[mips] Mark pseudo instructions as code-gen only.
2013-08-08 Akira Hatanaka[mips] Delete register class HWRegs64.
2013-08-08 David Fangcast fix to appease buildbot
2013-08-08 David Fanginitial draft of PPCMachObjectWriter.cpp
2013-08-08 Niels Ole SalscheiderR600/SI: Implement fp32<->fp64 conversions
2013-08-08 Niels Ole SalscheiderR600/SI: Implement sint<->fp64 conversions
2013-08-08 Jakub StaszakUse pop_back() instead of pop_back_val() when the retur...
2013-08-08 Silviu BarangaRemove the now redundant FeatureFP16 from the Cortex...
2013-08-08 Jakub StaszakFix the comment.
2013-08-08 Mihai PopaThe name "tCDP" isn't used anywhere else in the source...
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-07 Elena DemikhovskyAVX-512 set: Added BROADCAST instructions
2013-08-07 Richard Sandiford[SystemZ] Optimize floating-point comparisons with...
2013-08-07 Richard Sandiford[SystemZ] Add floating-point load-and-test instructions
2013-08-07 Craig TopperSimplify code. No functional change intended.
2013-08-07 Evgeniy StepanovInitialize SIInsertWaits::ExpInstrTypesSeen in the...
2013-08-07 Reed KotlerCreate a pattern for the "trap" instruction.
2013-08-07 David BlaikieRemove unused functions introduced in r172685 to unbrea...
2013-08-06 Tom StellardR600: Add new file from r187831 to CMakeLists.txt
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...
2013-08-06 Tom StellardR600/SI: Add more special cases for opcodes to ensureSR...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Akira Hatanaka[mips] Mark instructions defined in Mips64InstrInfo...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-08-06 Hal FinkelAdd PPC64 mulli pattern
2013-08-06 Mihai PopaThis corrects creation of operands for t2PLDW. It also...
2013-08-06 Mihai PopaSupport APSR_nzcv as operand for Thumb2 mrc. Deprecate...
2013-08-06 Justin Holewinski[NVPTX] Add missing patterns for i1 [s,u]int_to_fp
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-08-06 Tim NorthoverARM: implement allowTruncateForTailCall
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-06 Craig TopperSimplify vector lane handling math a bit. No functional...
2013-08-06 Craig TopperSimplify math a little bit.
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-08-06 Craig TopperReplace EVT with MVT in isHorizontalBinOp as it is...
2013-08-06 Craig TopperSimplify code slightly. No functional change.
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-05 Tom StellardR600: Implement TargetLowering::getVectorIdxTy()
2013-08-05 Aaron BallmanSilencing an MSVC11 type conversion warning.
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Richard Sandiford[SystemZ] Add definitions for BRCT and BRCTG
2013-08-05 Richard Sandiford[SystemZ] Use LOAD AND TEST to eliminate comparisons...
2013-08-05 Richard Sandiford[SystemZ] Add LOAD AND TEST instructions
2013-08-05 Richard Sandiford[SystemZ] Split out comparison elimination into a separ...
2013-08-05 Elena DemikhovskyAVX-512 set: added mask operations, lowering BUILD_VECT...
2013-08-04 Reed KotlerAdd the saving of S2. This is needed for some of the...
2013-08-04 Benjamin KramerX86: Turn fp selects into mask operations.
2013-08-04 Elena DemikhovskyAVX-512 set: added VEXTRACTPS instruction
2013-08-04 Tim NorthoverX86: correct tail return address calculation
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-08-03 Benjamin KramerPPCAsmParser: Stop leaking names.
2013-08-03 Benjamin KramerARMAsmParser: Plug a leak.
2013-08-03 Benjamin KramerStop leaking register infos in the disassemblers.
2013-08-03 Hal FinkelFix PPC64 64-bit GPR inline asm constraint matching
2013-08-02 Joey GoulyAdd a missing 'return' statement.
2013-08-02 Akira Hatanaka[mips] Expand vector truncating stores and extending...
2013-08-02 Joey Gouly[ARMv8] Add an assembler warning for the deprecated...
2013-08-02 Renato GolinFixes ARM LNT bot from SLP change in O3
2013-08-01 Akira Hatanaka[mips] Make load/store accumulator pseudo instructions...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Daniel MaleaFixed the Intel-syntax X86 disassembler to respect...
2013-08-01 Reed KotlerFix some issues with Mips16 floating when certain intri...
2013-08-01 Tom StellardR600: Add 64-bit float load/store support
2013-08-01 Tom StellardR600: Use 64-bit alignment for 64-bit kernel arguments
2013-08-01 Tom StellardR600/SI: Custom lower i64 ZERO_EXTEND
next