aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM
AgeCommit message (Expand)Author
2011-03-24--- Merging r128203 into '.':Bill Wendling
2011-03-24--- Merging r127981 into '.':Bill Wendling
2011-03-22--- Merging r128100 into '.':Bill Wendling
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-08Fix comment typos.Bob Wilson
2011-03-07Rename the narrow shift right immediate operands to "shr_imm*" operands. AlsoBill Wendling
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2011-03-05ARM assembler stuff is crazy: for .setfp positive values of offset correspond...Anton Korobeynikov
2011-03-05In Thumb1 mode the constant might be materialized via the load from constpool...Anton Korobeynikov
2011-03-05Implement frame unwinding information emission for Thumb1. Not finished yet b...Anton Korobeynikov
2011-03-05Add unwind information emission for thumb stuffAnton Korobeynikov
2011-03-05Handle MI flags inside Thumb2SizeReduction pass.Anton Korobeynikov
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-03-05Remove unused conditional negate operations.Bob Wilson
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2011-03-03PR8053: Fix encoding of S bit in some ARM instructions.Bob Wilson
2011-03-03Add a readme entry for the redundant movw issue for pr9370.Bob Wilson
2011-03-03pr9367: Add missing predicated BLX instructions.Bob Wilson
2011-03-02Fixes an assertion failure while disassembling ARM rsbs reg/reg form.Kevin Enderby
2011-03-02Fixing a bug when printing fpu text to object file. Patch by Mans Rullgard.Renato Golin
2011-03-01Narrow right shifts need to encode their immediates differently from a normalBill Wendling
2011-02-28Fix .fpu printing in ARM assembly, regarding bug http://llvm.org/bugs/show_bu...Renato Golin
2011-02-28Add missing whitespace in the formatting.Kevin Enderby
2011-02-28Fix the arm's disassembler for blx that was building an MCInst without theKevin Enderby
2011-02-28Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng
2011-02-28Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings
2011-02-25Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson
2011-02-25Fix typo.Evan Cheng
2011-02-25Each prologue may have multiple vpush instructions to store callee-savedEvan Cheng
2011-02-23Change VFPNeonA8 definition to make the code easier to read.Evan Cheng
2011-02-23More fcopysign correctness and performance fix.Evan Cheng
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng
2011-02-22Guard against de-referencing MBB.end().Evan Cheng
2011-02-22available_externally (hidden or not) GVs are always accessed via stubs. rdar:...Evan Cheng
2011-02-22Only use blx for external function calls on thumb, these could be fixedEric Christopher
2011-02-21Skipping over debugvalue instructions to determine whether the split spot is ...Evan Cheng
2011-02-21Revert r124611 - "Keep track of incoming argument's location while emitting L...Devang Patel
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-02-19Avoid dangling else warnings.Joerg Sonnenberger
2011-02-18Fix style and a typoBruno Cardoso Lopes
2011-02-18Add assembly parsing support for "msr" and also fix its encoding. Also addBruno Cardoso Lopes
2011-02-17Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.NAKAMURA Takumi
2011-02-16Some single precision VFP instructions may be executed on NEON pipeline, but ...Evan Cheng
2011-02-15Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...Jakob Stoklund Olesen
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-02-14Remove unused bitvectors that record ARM callee-saved registers.Bob Wilson
2011-02-14A fail to match coprocessor number and register number must fail instead of a...Bruno Cardoso Lopes
2011-02-14Fix encoding and add parsing support for the arm/thumb CPS instruction:Bruno Cardoso Lopes
2011-02-13Enhance ComputeMaskedBits to know that aligned frameindexesChris Lattner