[SystemZ] Add disassembler support
[oota-llvm.git] / lib / Target / ARM /
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-05-13 Lang HamesCorrectly preserve the input chain for potential tailca...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-08 Stepan DyatkovskiyFor r181148: fixed warning 'enumeral and non-enumeral...
2013-05-05 Evan ChengARM AnalyzeBranch should conservatively return true...
2013-05-05 Stepan DyatkovskiyFor ARM backend, fixed "byval" attribute support.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-04-30 Rafael EspindolaText files should not be marked executable.
2013-04-30 Mihai Popas tightens up the encoding description for ARM post...
2013-04-30 Stepan DyatkovskiyRefactoring patch.
2013-04-26 Quentin ColombetARM: Fix encoding of hint instruction for Thumb.
2013-04-26 Benjamin KramerARM/NEON: Pattern match vector integer abs to vabs.
2013-04-25 Arnold SchwaighoferARM cost model: Integer div and rem is lowered to a...
2013-04-23 Stephen LinAdd more tests for r179925 to verify correct handling...
2013-04-23 Stephen LinLowercase "is" boolean variable prefix for consistency...
2013-04-22 Eric ChristopherNo really, don't store anything to this since it's...
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Tim NorthoverARM: Use ldrd/strd to spill 64-bit pairs when available.
2013-04-20 Tim NorthoverARM: don't add FrameIndex offset for LDMIA (has no...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinTest commit
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Tim NorthoverARM: Permit "sp" in ARM variant of STREXD instructions
2013-04-19 Tim NorthoverARM: permit "sp" in ARM variants of MOVW/MOVT instructions
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-18 Hao LiuFix for PR14824, An ARM Load/Store Optimization bug
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-17 Quentin ColombetFix treatment of ARM unallocated hint instructions.
2013-04-16 Logan ChienFix build failure introduced in 179591 when assertions...
2013-04-16 Logan ChienImplement ARM unwind opcode assembler.
2013-04-15 Jim GrosbachARM: Add VACLT and VACLE assembly aliases.
2013-04-12 Quentin ColombetARM: Correct printing of pre-indexed operands.
2013-04-10 Tim NorthoverARM: Make "SMC" instructions conditional on new TrustZo...
2013-04-08 Benjamin KramerARM: Remove unused variable.
2013-04-05 Renato GolinReverting 178851 as it broke buildbots
2013-04-05 Stepan DyatkovskiyBuildbot fix for r178851: mistake was in wrong TargetRe...
2013-04-05 Stepan DyatkovskiyFix for PR14824: "Optimization arm_ldst_opt inserts...
2013-04-05 Arnold SchwaighoferARM scheduler model: Add scheduler info to more instruc...
2013-04-05 Arnold SchwaighoferARM scheduler model: Swift has varying latencies, uops...
2013-04-04 Jakob Stoklund OlesenAvoid high-latency false CPSR dependencies even for...
2013-04-01 Arnold SchwaighoferARM Scheduler Model: Add resources instructions, map...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-28 Gordon KeiserFix issue with disassembler decoding CBZ/CBNZ immediate...
2013-03-28 Gordon KeiserTesting commit access to llvm. Remove two lines of...
2013-03-27 Silviu BarangaEnabling the generation of dependency breakers for...
2013-03-26 Arnold SchwaighoferRevert ARM Scheduler Model: Add resources instructions...
2013-03-26 Joe AbbeyPatch by Gordon Keiser!
2013-03-26 Arnold SchwaighoferARM Scheduler Model: Add resources instructions, map...
2013-03-26 Arnold SchwaighoferARM Scheduler Model: Partial implementation of the...
2013-03-25 Chad Rosier[arm load/store optimizer] When trying to merge a base...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-03-21 Renato GolinAvoid NEON SP-FP unless unsafe-math or Darwin
2013-03-19 Chad RosierFix pr13145 - Naming a function like a register name...
2013-03-19 Renato GolinImprove long vector sext/zext lowering on ARM
2013-03-18 Arnold SchwaighoferARM cost model: Make some vector integer to float casts...
2013-03-18 Arnold SchwaighoferARM cost model: Correct cost for some cheap float to...
2013-03-15 Arnold SchwaighoferARM cost model: Fix costs for some vector selects
2013-03-15 Silviu BarangaAdding an A15 specific optimization pass for interactio...
2013-03-15 Benjamin KramerARM: Fix an old refacto.
2013-03-15 Arnold SchwaighoferARM cost model: Fix cost of fptrunc and fpext instructions
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Hal FinkelMove estimateStackSize from ARM into MachineFrameInfo
2013-03-14 Arnold SchwaighoferARM cost model: Increase cost of some vector selects...
2013-03-12 Arnold SchwaighoferARM cost model: Increase the cost for vector casts...
2013-03-09 Lang HamesDon't glue users to extract_subreg when selecting the...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-02 Jim GrosbachARM: Creating a vector from a lane of another.
2013-03-02 Jim GrosbachClean up code format a bit.
2013-03-02 Jim GrosbachTidy up. Trailing whitespace.
2013-03-02 Arnold SchwaighoferARM NEON: Fix v2f32 float intrinsics
2013-03-01 Chad RosierAdd support for using non-pic code for arm and thumb1...
2013-02-28 Chad RosierTidy up; no functional change.
2013-02-28 Chad RosierStyle; no functional change.
2013-02-27 Jim GrosbachARM: FMA is legal only if VFP4 is available.
2013-02-27 Chad RosierRemove this instance of dl as it's defined in a previou...
2013-02-27 Tim NorthoverARM: permit full range of valid ADR immediates.
2013-02-26 Chad Rosier[fast-isel] Make sure the FastLowerArguments function...
2013-02-23 Jim GrosbachARM: Convenience aliases for 'srs*' instructions.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-21 Evan ChengRadar numbers don't belong in source code.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2013-02-19 Arnold SchwaighoferARM NEON: Don't need COPY_TO_REGCLASS in pattern
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-02-19 Eli BenderskyMake ARMAsmPrinter pass name more precise and fix comment.
2013-02-19 Arnold SchwaighoferARM NEON: Merge a f32 bitcast of a v2i32 extractelt
2013-02-18 Chad Rosier[fast-isel] Remove an invalid assert.
2013-02-16 Renato GolinTypo
2013-02-16 Bill WendlingReinitialize the ivars in the subtarget so that they...
next