| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | upgrade and MC'ize a few uses of makeNameProper. | Chris Lattner | 2010-01-13 | 1 | -5/+5 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -12/+13 |
* | Add missing include (for inline PATypeHolder::get). | Benjamin Kramer | 2009-12-28 | 1 | -0/+1 |
* | - Support inline asm 'w' constraint for 128-bit vector types. | Evan Cheng | 2009-12-08 | 1 | -0/+1 |
* | Materialize global addresses via movt/movw pair, this is always better | Anton Korobeynikov | 2009-11-24 | 1 | -6/+15 |
* | move fconst[sd] to UAL. <rdar://7414913> | Jim Grosbach | 2009-11-23 | 1 | -2/+2 |
* | More consistent thumb1 asm printing. | Evan Cheng | 2009-11-19 | 1 | -0/+5 |
* | Eliminate more * 4 in Thumb1 asm printing for consistency sake. | Evan Cheng | 2009-11-19 | 1 | -4/+4 |
* | Both Darwin as and GNU as violate ARM docs wrt printing of addrmode6 | Anton Korobeynikov | 2009-11-17 | 1 | -5/+2 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -1/+1 |
* | Change Thumb1 address mode printing, instead of | Evan Cheng | 2009-11-10 | 1 | -5/+2 |
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -9/+3 |
* | Support alignment specifier for NEON vld/vst instructions | Jim Grosbach | 2009-11-07 | 1 | -2/+10 |
* | It turns out that the testcase in question uncovered subreg-handling bug. | Anton Korobeynikov | 2009-11-07 | 1 | -3/+1 |
* | Honour subreg machine operands during asmprinting | Anton Korobeynikov | 2009-11-06 | 1 | -0/+3 |
* | Print VMOV (immediate) operands as hexadecimal values. Apple's assembler | Bob Wilson | 2009-11-06 | 1 | -0/+14 |
* | Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst... | Evan Cheng | 2009-11-06 | 1 | -3/+5 |
* | Factor out the printing of the leading tab into printInlineAsm. | Dan Gohman | 2009-11-06 | 1 | -1/+0 |
* | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -0/+1 |
* | fconsts / fconstd immediate should be proceeded with #. | Evan Cheng | 2009-11-03 | 1 | -2/+2 |
* | Add support for BlockAddress values in ARM constant pools. | Bob Wilson | 2009-11-02 | 1 | -3/+7 |
* | Use fconsts and fconstd to materialize small fp constants. | Evan Cheng | 2009-10-28 | 1 | -6/+33 |
* | Change ARM asm strings to separate opcode from operands with a tab instead of... | Evan Cheng | 2009-10-26 | 1 | -1/+1 |
* | t2MOVi32imm is currently always lowered by the Thumb2ITBlockPass. | Chris Lattner | 2009-10-20 | 1 | -2/+2 |
* | Wire up the ARM MCInst printer, for llvm-mc. | Daniel Dunbar | 2009-10-20 | 1 | -7/+23 |
* | lower ARM::MOVi32imm properly. | Chris Lattner | 2009-10-20 | 1 | -2/+36 |
* | get fancy: support basic block operands. Yay for jumps. | Chris Lattner | 2009-10-20 | 1 | -1/+1 |
* | add supprort for the 'sbit' operand, MOVi apparently has one. | Chris Lattner | 2009-10-20 | 1 | -0/+2 |
* | implement printSORegOperand, add lowering for the nasty and despicable MOVi2p... | Chris Lattner | 2009-10-20 | 1 | -0/+39 |
* | use EmitLabel instead of text emission | Chris Lattner | 2009-10-19 | 1 | -4/+6 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -4/+5 |
* | lower the ARM::CONSTPOOL_ENTRY pseudo op, giving us constant pool entries | Chris Lattner | 2009-10-19 | 1 | -5/+26 |
* | add MCInstLower support for lowering ARM::PICADD, a pseudo op for pic stuffola. | Chris Lattner | 2009-10-19 | 1 | -1/+24 |
* | add jump tables, constant pools and some trivial global | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | add printing support for SOImm operands, getting us to: | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | wire up some basic printOperand goodness, giving us stuff like this before | Chris Lattner | 2009-10-19 | 1 | -19/+17 |
* | wire up skeletal support for having llc print instructions | Chris Lattner | 2009-10-19 | 1 | -10/+56 |
* | wire up ARM's printMCInst method. Now llvm-mc should be able to produce | Chris Lattner | 2009-10-19 | 1 | -0/+5 |
* | simplify code, reducing string thrashing. | Chris Lattner | 2009-10-19 | 1 | -20/+10 |
* | switch hidden gv stubs to use MachineModuleInfoMachO instead of a custom map. | Chris Lattner | 2009-10-19 | 1 | -14/+21 |
* | use MachineModuleInfoMachO for non-lazy gv stubs instead of a private map. | Chris Lattner | 2009-10-19 | 1 | -14/+23 |
* | remove dead map | Chris Lattner | 2009-10-19 | 1 | -7/+0 |
* | don't bother trying to avoid emitting redundant constant pool alignment direc... | Chris Lattner | 2009-10-19 | 1 | -16/+3 |
* | emit .subsections_via_symbols through MCStreamer instead of textually. | Chris Lattner | 2009-10-19 | 1 | -1/+1 |
* | cleanup doFinalization -> EmitEndOfAsmFile. | Chris Lattner | 2009-10-19 | 1 | -6/+3 |
* | Revise ARM inline assembly memory operands to require the memory address to | Bob Wilson | 2009-10-13 | 1 | -1/+4 |
* | Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt... | Anton Korobeynikov | 2009-10-08 | 1 | -3/+4 |
* | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 1 | -1/+0 |
* | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -1/+2 |
* | getFunctionAlignment should return log2 alignment. | Evan Cheng | 2009-10-02 | 1 | -2/+3 |