Test commit. Added '.' to the comment line.
[oota-llvm.git] / lib / Target / ARM /
2009-10-27 Johnny ChenTest commit. Added '.' to the comment line.
2009-10-27 Rafael EspindolaCorrectly align double arguments in the stack.
2009-10-27 Evan ChengNow VFP instructions.
2009-10-27 Evan ChengChange Thumb1 and Thumb2 instructions to separate opcod...
2009-10-26 Evan ChengChange ARM asm strings to separate opcode from operands...
2009-10-26 Bob WilsonTry to get ahead of Johnny Chen and pro-actively add...
2009-10-26 Bob WilsonFix ARM encoding typo: Opcod3 is not passed to ASuI...
2009-10-26 Bob WilsonAdd more ARM instruction encodings for 's' bit set...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-25 Jim Grosbachof -> or
2009-10-25 Jim Grosbach80-column cleanup
2009-10-25 Evan ChengAdd ARM getMatchingSuperRegClass to handle S / D /...
2009-10-25 Evan ChengDon't forget subreg indices when folding load / store.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Evan Cheng80 col violation.
2009-10-24 Jim GrosbachRestrict Thumb1 register allocation to low registers...
2009-10-23 Jim GrosbachFIXME no longer applies. R12 and R3 are available for...
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengLoad / store multiple was missing opportunites when...
2009-10-22 Evan ChengTrim more includes.
2009-10-22 Evan ChengTrim include.
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-21 Jim GrosbachMissing piece of the ARM frame index post-scavenging...
2009-10-21 Jim GrosbachConditionalize ARM/T2 frame index post-scavenging while...
2009-10-21 Bob WilsonMost of the NEON shuffle instructions do not support...
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Bob WilsonFix NEON VST2LN instruction encoding.
2009-10-21 Bob WilsonRevert 84732. It was the wrong fix.
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Chris Lattnertidy
2009-10-21 Bob WilsonFix some more NEON instruction encoding problems.
2009-10-21 Bob WilsonLeave some NEON instruction encoding bits unspecified...
2009-10-20 Daniel DunbarFix -Asserts warning.
2009-10-20 Jim GrosbachDisable by default while debugging
2009-10-20 Jim Grosbachadd cmd line opt to disable frame index reuse for ARM...
2009-10-20 Benjamin KramerRandom #include pruning.
2009-10-20 Chris Lattnerimplement some more easy hooks.
2009-10-20 Chris LattnerImplement some hooks, make printOperand abort if unknow...
2009-10-20 Chris Lattnert2MOVi32imm is currently always lowered by the Thumb2IT...
2009-10-20 Daniel DunbarWire up the ARM MCInst printer, for llvm-mc.
2009-10-20 Jim GrosbachNow that all ARM subtargets use frame index scavenging...
2009-10-20 Jim GrosbachEnable post-pass frame index register scavenging for...
2009-10-20 Chris Lattnerlower ARM::MOVi32imm properly.
2009-10-20 Chris Lattneradd support for external symbols. The mc instprinter...
2009-10-20 Chris Lattnerget fancy: support basic block operands. Yay for jumps.
2009-10-20 Chris Lattneradd supprort for the 'sbit' operand, MOVi apparently...
2009-10-20 Chris Lattneradd support for instruction predicates.
2009-10-20 Chris Lattnerimplement printSORegOperand, add lowering for the nasty...
2009-10-20 Jim GrosbachRefs: A8-598.
2009-10-20 Jim GrosbachAdd missing encoding bits to NLdSt class of instructions.
2009-10-19 Chris Lattnerhandle addmode4 modifiers, fix a fixme in printRegisterList
2009-10-19 Jim GrosbachEnable allocation of R3 in Thumb1
2009-10-19 Chris Lattneruse EmitLabel instead of text emission
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-19 Chris Lattnerlower the ARM::CONSTPOOL_ENTRY pseudo op, giving us...
2009-10-19 Jim GrosbachAdjust the scavenge register spilling to allow the...
2009-10-19 Chris Lattneradd MCInstLower support for lowering ARM::PICADD, a...
2009-10-19 Chris Lattneradd register list and hacked up addrmode #4 support...
2009-10-19 Chris Lattneradd addrmode2 support, getting us up to:
2009-10-19 Chris Lattneradd jump tables, constant pools and some trivial global
2009-10-19 Chris Lattnerreduce #includes
2009-10-19 Chris Lattneradd printing support for SOImm operands, getting us to:
2009-10-19 Chris Lattnerwire up some basic printOperand goodness, giving us...
2009-10-19 Chris Lattneradd the files that go with the previous rev
2009-10-19 Chris Lattnerwire up skeletal support for having llc print instructions
2009-10-19 Chris Lattnerwire up ARM's printMCInst method. Now llvm-mc should...
2009-10-19 Chris Lattnerstub out a minimal ARMInstPrinter.
2009-10-19 Chris Lattnersimplify code, reducing string thrashing.
2009-10-19 Chris Lattnerswitch hidden gv stubs to use MachineModuleInfoMachO...
2009-10-19 Chris Lattneruse MachineModuleInfoMachO for non-lazy gv stubs instea...
2009-10-19 Chris Lattnerremove dead map
2009-10-19 Chris Lattnerdon't bother trying to avoid emitting redundant constan...
2009-10-19 Chris Lattneremit .subsections_via_symbols through MCStreamer instea...
2009-10-19 Chris Lattnercleanup doFinalization -> EmitEndOfAsmFile.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-17 Evan ChengDistinquish stack slots from other stack objects. They...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-16 Evan ChengChange createPostRAScheduler so it can be turned off...
2009-10-16 Evan ChengI am no spelling bee.
2009-10-16 Evan ChengEnable post-alloc scheduling for all ARM variants excep...
2009-10-16 Evan ChengAdd comment.
2009-10-16 Bob WilsonFix more NEON instruction encodings.
2009-10-15 Bob WilsonRevert svn r80498 and replace it with a different solut...
2009-10-15 Sandeep PatelBranches must be the last instruction in a Thumb2 IT...
2009-10-15 Bob WilsonFix encoding bits for N3VLInt3_QHS multiclass with...
2009-10-15 Kevin EnderbyFix ARM memory operand parsing of post indexing with...
2009-10-15 Bob WilsonFix a potential performance problem in placing ARM...
2009-10-15 Kevin EnderbyMore bits of the ARM target assembler for llvm-mc,...
2009-10-15 Bob WilsonBe smarter about reusing constant pool entries.
2009-10-15 Bob WilsonFix another problem with ARM constant pools. Radar...
2009-10-14 Bob WilsonFix instruction encoding bits for NEON VPADAL.
2009-10-14 Bob WilsonRemove unused variables to fix build warning.
2009-10-14 Jim GrosbachInst{11-8} for vshl should be 0b0101, not 0b1111.
2009-10-14 Bob WilsonSet instruction encoding bits 4 and 7 for ARM register...
2009-10-14 Bob WilsonRefactor code to select NEON VST intrinsics.
2009-10-14 Bob WilsonRefactor code to select NEON VLD intrinsics.
next