Verifier: Give the right message for bad atomic loads
[oota-llvm.git] / lib / Target /
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-08 Tim NorthoverARM64: fix fmsub patterns which assumed accum operand...
2014-04-08 Elena DemikhovskyAVX-512: Added fp_to_uint and uint_to_fp patterns.
2014-04-08 David MajnemerX86: Split the relocation selection up
2014-04-07 Jim GrosbachTidy up comments a bit.
2014-04-07 Jim GrosbachARM64: Range based for loop in ARM64PromoteConstant...
2014-04-07 Jim GrosbachARM64: Clean up file header comment a bit.
2014-04-07 Reed KotlerReverting commit r205628 due to mips64 issues.
2014-04-07 Tom StellardR600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
2014-04-07 Tom StellardR600: Match 24-bit arithmetic patterns in a Target...
2014-04-07 Tom StellardR600: Replace dyn_cast + assert with cast
2014-04-07 Matt ArsenaultUse std::swap
2014-04-07 Matt ArsenaultUse .data() instead of &x[0]
2014-04-05 David BlaikieMachineInstr: introduce explicit_operands and implicit_...
2014-04-05 Saleem AbdulrasoolARM: consolidate MachO checks for ARM asm parser
2014-04-05 Hal Finkel[PowerPC] Remove unused TM member variable to unbreak...
2014-04-04 Hal Finkel[PowerPC] Adjust load/store costs in PPCTTI
2014-04-04 Hal Finkel[PowerPC] PPCTTI Cleanup
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Matt ArsenaultFix tabs
2014-04-04 Kai Nacke[mips] Add Octeon cnMips instructions seqi/snei and...
2014-04-04 Hal Finkel[PowerPC] Add a full condition code register to make...
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 Tim NorthoverARM64: use regalloc-friendly COPY_TO_REGCLASS for bitcasts
2014-04-04 Tim NorthoverARM64: add 128-bit MLA operations to the custom selecti...
2014-04-04 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-04 Jim GrosbachARM: Range based for-loop over block predecessors.
2014-04-04 Jim GrosbachARM: Use range-based for loops in frame lowering.
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Saleem AbdulrasoolMIPS: remove vim swap file
2014-04-03 Jim GrosbachTidy up. Space before ':' in range-based for loops.
2014-04-03 Jim GrosbachTidy up. 80 columns.
2014-04-03 Jim GrosbachTidy up. Trailing whitespace.
2014-04-03 Jim GrosbachFix typo.
2014-04-03 Eli BenderskyOptimize away unnecessary address casts.
2014-04-03 Lang Hames[ARM64] Teach the ARM64DeadRegisterDefinition pass...
2014-04-03 Tom StellardR600: Correct opcode for BFE_INT
2014-04-03 Tom StellardR600/SI: Lower 64-bit immediates using REG_SEQUENCE
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Daniel Sanders[mips] Implement ehb, ssnop, and pause in assembler
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-04-03 Zoran JovanovicMicroMIPS specific little endian fixup data byte ordering.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Stepan DyatkovskiyPR19320:
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-03 Sasa Stankovic[mips] Extend MipsMCExpr class to handle %higher(sym1...
2014-04-03 Tim NorthoverARM64: always use i64 for the RHS of shift operations
2014-04-03 Oliver StannardARM: Use __STACK_LIMIT symbol for segmented stacks
2014-04-03 Tim NorthoverARM64: don't generate __sincos_stret calls unless on...
2014-04-02 Lang Hames[X86] As per suggestion from Craig Topper and Hal Finke...
2014-04-02 Hal Finkel[PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI...
2014-04-02 Lang Hames[X86] Make the VFMA*231 variants commutable and relax...
2014-04-02 Juergen RibutzkaAdd comments and test case for [X86TTI] Make constant...
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Jim GrosbachMake a few more range-based loops use explicit types.
2014-04-02 Tom StellardTargetLibraryInfo: Disable memcpy and memset on R600
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-02 Jim GrosbachARM: cortex-m0 doesn't support unaligned memory access.
2014-04-02 Jim GrosbachMake some range based loop types more explicit.
2014-04-02 Kai Nacke[mips] Add more Octeon cnMips instructions
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for and explicit 'override...
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in constant promotion.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in load/store pair...
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in target lowering.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in frame lowering.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in pseudo expansion.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops for LOH
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops TLS cleanup.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in branch relaxation.
2014-04-02 Jim Grosbach[C++11,ARM64] Range based for loops in address type...
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Remove the link to the radar from...
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-02 Tim NorthoverARM64: use GOT for weak symbols & PIC.
2014-04-02 Tim NorthoverARM64: fix lowering of fp128 fptosi/fptoui
2014-04-02 Tim NorthoverARM64: make sure first argument to INSERT_SUBVECTOR...
2014-04-02 Tim NorthoverARM64: convert fp16 narrowing ISel to pseudo-instruction
2014-04-02 Job NoormanMark FPB as a reserved register when needed.
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-02 Yaron KerenAdded isTargetWindowsMSVC(), renamed isTargetMingw...
2014-04-02 Quentin Colombet[ARM64][CollectLOH] Add some comments to explain how...
2014-04-01 Hal Finkel[PowerPC] Add some missing VSX bitcast patterns
2014-04-01 Yaron KerenIf isKnownWindowsMSVCEnvironment then getOS == Triple...
2014-04-01 Hal FinkelImplement X86TTI::getUnrollingPreferences
2014-04-01 Kai Nacke[mips] Add Octeon cnMips instructions mtmX and mtpX
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-04-01 Tim NorthoverARM: teach LLVM that Cortex-A7 is very similar to A8.
2014-04-01 Aaron BallmanAttempting to fix r205124, which had failed asserts...
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 Daniel Sanders[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAn...
2014-04-01 Aaron BallmanFixing an MSVC warning about widening the result of...
2014-04-01 Tim NorthoverARM64: add intrinsic for pmull (p64 x p64 = p128) opera...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
next