Should be using Bcc (average) latency to determine if-conversion threshold, not BL.
[oota-llvm.git] / lib / Target / ARM /
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-16 Douglas GregorIntroduce new headers whose inclusion forces linking and
2009-06-16 Anton KorobeynikovAddress review comments: add 3 ARM calling conventions.
2009-06-16 Anton KorobeynikovGNU as refuses to assemble "pop {}" instruction. Do...
2009-06-15 Evan ChengOn Darwin, frame pointer r7 is never available.
2009-06-15 Anton KorobeynikovRename methods for the sake of consistency.
2009-06-15 Evan ChengTypo.
2009-06-15 Evan ChengDo not form ldrd / strd if the two dests / srcs are...
2009-06-15 Evan ChengSilence a warning.
2009-06-15 Evan ChengPart 1.
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-12 Evan ChengMark some pattern-less instructions as neverHasSideEffects.
2009-06-08 Anton KorobeynikovTypo
2009-06-08 Anton KorobeynikovRevert hunk commited by accident
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-06-08 Anton KorobeynikovSeparate V6 from V6T2 since the latter has some extra...
2009-06-08 Anton KorobeynikovAdd helper for checking of Thumb1 mode
2009-06-05 Dan GohmanAdd explicit keywords.
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-06-05 Evan ChengWhen merging multiple load / store instructions. Use...
2009-06-05 Evan ChengCode clean up: return vector by reference rather than...
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-06-04 Evan ChengRe-apply 72756 with fixes. One of those was introduced...
2009-06-03 Evan ChengTemporarily revert 72756 for now.
2009-06-03 Evan ChengFold preceding / trailing base inc / dec into the singl...
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-06-01 Anton KorobeynikovDo not emit "generic" CPU string. This fixes PR4291.
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-30 Bill WendlingUntabification.
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-25 Chris Lattnerfix typo
2009-05-23 Anton KorobeynikovAdd ARMv7 architecture, Cortex processors and different...
2009-05-23 Anton KorobeynikovEmit ARM Build Attributes
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-05-22 Bob WilsonOnly 64-bit targets support TImode libcalls. Disable...
2009-05-20 Bob WilsonMinor formatting fixes.
2009-05-19 Bob WilsonFix pr4227: Handle large immediate values in inline...
2009-05-19 Bob WilsonFollow up on new support for memory operands in ARM...
2009-05-19 Bob WilsonFix pr4058 and pr4059. Do not split i64 or double...
2009-05-19 Bob WilsonFix pr4091: Add support for "m" constraint in ARM inlin...
2009-05-18 Bob WilsonFix pr4202: Disable CodePlacementOpt for ARM. The...
2009-05-14 Jim GrosbachUpdate the names of the exception handling sjlj instrin...
2009-05-13 Jim GrosbachSpelling correction s/builting/builtin/ and remove...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-12 Jim Grosbachcorrect register class for tADDspi to GPR since the...
2009-05-12 Bob WilsonFix up a few minor typos in comments.
2009-05-12 Bob WilsonFix 80-col violations and remove trailing whitespace...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-25 Bob WilsonChange LowerCallResult method so that CCValAssign:...
2009-04-24 Bob WilsonAdjust a comment to reflect what the code does. Splitt...
2009-04-24 Bob WilsonFix up some problems with getCopyToReg and getCopyFromR...
2009-04-24 Bob WilsonRemove unnecessary references to f32 types. After...
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-17 Bob WilsonMove the AddLiveIn function definition closer to its...
2009-04-17 Bob WilsonRearrange code to reduce indentation.
2009-04-17 Bob WilsonClean up formatting, remove trailing whitespace, fix...
2009-04-17 Bob WilsonUse CallConvLower.h and TableGen descriptions of the...
2009-04-08 Bob WilsonFix PR3795: Apply Dan's suggested fix for
2009-04-07 Jim GrosbachPR2985 / <rdar://problem/6584986>
2009-04-06 Bob WilsonHandle 'a' modifier in ARM inline assembly.
2009-04-03 Bob WilsonWrap some lines to fix indentation problems.
2009-04-03 Bob WilsonFix some comments.
2009-04-01 Bob WilsonFix PR3862: Recognize some ARM-specific constraints...
2009-03-30 Bob WilsonFix comment to match function name.
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-26 Evan ChengtADDhirr is a thumb instruction. Do not allow this...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-20 Bob WilsonFix a few more indentation problems and an 80-column...
2009-03-20 Bob WilsonNo functional changes. Fix indentation and whitespace...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Chris Lattnerfix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll
2009-03-09 Evan ChengARM target now also recognize triplets like thumbv6...
2009-03-09 Evan ChengARM isLegalAddressImmediate should check if type is...
2009-03-08 Evan ChengRecognize triplets starting with armv5-, armv6- etc...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
next