- eaf1c98 Move the ARM SSAT and USAT optional shift amount operand out of the by Bob Wilson · 14 years ago
- 1d9125a ARM "rrx" shift operands do not have an immediate. PR7790. by Bob Wilson · 14 years ago
- 59135f4 Implement target specific getDebugValueLocation(). by Devang Patel · 14 years ago
- d4d188e Move newlines before inline jumptables from the asm strings in .td files to by Bob Wilson · 14 years ago
- 63db594 Add the __TEXT,__StaticInit section to the list of sections emitted at the by Bob Wilson · 14 years ago
- 9172900 For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb by Jim Grosbach · 14 years ago
- f447a5f sink the arm implementations of ASmPrinter and MCInstLower by Chris Lattner · 14 years ago[Renamed (99%) from lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp]
- 60108e9 Split -enable-finite-only-fp-math to two options: by Evan Cheng · 14 years ago
- 273ff31 Remove restriction on NEON alignment values. Some of the NEON ld/st by Bob Wilson · 14 years ago
- 6dce00c Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to by Bob Wilson · 14 years ago
- 3472766 Convert some tab stops into spaces. by Duncan Sands · 14 years ago
- a0148c3 Print "dregpair" NEON operands with a space between them, for readability and by Bob Wilson · 14 years ago
- f967ca0 Represent NEON load/store alignments in bytes, not bits. by Bob Wilson · 14 years ago
- e45f72c Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so by Bob Wilson · 14 years ago
- 1a913ed Add instruction encoding for the Neon VMOV immediate instruction. This changes by Bob Wilson · 14 years ago
- 1261672 Use report_fatal_error, not llvm_unreachable. by Evan Cheng · 14 years ago
- 84f60b7 llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. by Evan Cheng · 14 years ago
- d984eb6 Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases by Bob Wilson · 14 years ago
- e00fa64 Use enums instead of literals in the ARM backend. by Jakob Stoklund Olesen · 14 years ago
- 558661d Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums by Jakob Stoklund Olesen · 14 years ago
- 18c1021 Add support for movi32 of global values to the new (MC) asm printer. by Rafael Espindola · 14 years ago
- 3f282aa Handle target-specific form of DBG_VALUE in AsmPrinter. by Dale Johannesen · 15 years ago
- 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
- 16fda69 In the same spirit of r101524, which removed the assert() from printAddrMode2OffsetOperand(), by Johnny Chen · 15 years ago
- d73d187 Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are by Johnny Chen · 15 years ago
- 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
- 2277221 remove the TargetLoweringObjectFileMachO::getMachoSection by Chris Lattner · 15 years ago
- 0333535 don't use emitlabel in the arm asm printer yet, the order by Chris Lattner · 15 years ago
- 0752cda fix a couple problems I introduced handling symbols by Chris Lattner · 15 years ago
- 90429c4 just have all targets create the DwarfWriter. by Chris Lattner · 15 years ago
- 8e68048 simplify various getAnalysisUsage implementations. by Chris Lattner · 15 years ago
- 3f53c83 clean up the asmprinter header and privatize some stuff. by Chris Lattner · 15 years ago
- 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 15 years ago
- b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
- 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
- 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
- c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
- d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
- 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
- 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
- 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
- 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
- 226036e Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") by Bob Wilson · 15 years ago
- 77bdc48 Refines 98745 so that it only contains the patch related to the output of the by Johnny Chen · 15 years ago
- 9e08876 Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm by Johnny Chen · 15 years ago
- a43e6bf Revert 98683. It is breaking something in the disassembler. by Bob Wilson · 15 years ago
- bb6c77e Remove redundant writeback flag from ARM address mode 6. Also remove the by Bob Wilson · 15 years ago
- 2d357f6 Remove redundant writeback flag in ARM addressing mode 5. by Bob Wilson · 15 years ago
- ab34605 Remove the writeback flag from ARM's address mode 4. Now that we have separate by Bob Wilson · 15 years ago
- 9e54b6a Fix unused variable warnings. by Bob Wilson · 15 years ago
- 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
- d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
- ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
- 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
- 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
- 815baeb Change ARM ld/st multiple instructions to have variant instructions for by Bob Wilson · 15 years ago
- d62f1b4 inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 15 years ago
- 52a50e5 When outputing a non-lazy pointer for a stub, we may need to fill in the value by Bill Wendling · 15 years ago
- ae1757b Added Thumb2 LDRD/STRD pre/post variants for disassembly only. by Johnny Chen · 15 years ago
- cebae36 Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that by Bill Wendling · 15 years ago
- dd0f3cf Factored out the disassembly printing of CPS option, MSR mask, and Negative Zero by Johnny Chen · 15 years ago
- 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
- cf6f28d Print blank line and clear stubs vector. by Bill Wendling · 15 years ago
- becd83e MC-ize the stub printing in ARM. by Bill Wendling · 15 years ago
- 9d3acaa AL is an optional mnemonic extension for always, except in IT instructions. by Johnny Chen · 15 years ago
- 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 15 years ago
- 8e089a9 print all the newlines at the end of instructions with by Chris Lattner · 15 years ago
- d269a6e make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 15 years ago
- 850d2e2 print instructions through the mcstreamer. by Chris Lattner · 15 years ago
- d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 15 years ago
- 0d883e3 sink handling of target-independent machine instrs (other by Chris Lattner · 15 years ago
- 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 15 years ago
- d49fe1b Give AsmPrinter the most common expected implementation of by Chris Lattner · 15 years ago
- a786cea switch ARM to EmitFunctionBody(). by Chris Lattner · 15 years ago
- 14c38ec Remove the argument from EmitJumpTableInfo, because it doesn't need it. by Chris Lattner · 15 years ago
- a240619 Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. by Chris Lattner · 15 years ago
- 953ebb7 switch ARM to use EmitFunctionHeader. by Chris Lattner · 15 years ago
- 7d7dab0 eliminate the ARMFunctionInfo::Align member, using by Chris Lattner · 15 years ago
- cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 15 years ago
- f71cb01 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 15 years ago
- 1e459c4 don't bother setting the AsmPrinter::MF ivar, now that by Chris Lattner · 15 years ago
- 1f9b48a Minor jump table cleanup. by Jim Grosbach · 15 years ago
- 281e776 fix quoting problem jim noticed! by Chris Lattner · 15 years ago
- 0890cf1 mcize jump table symbol manipulation. by Chris Lattner · 15 years ago
- bfcb096 sink an arm specific method out of asmprinter into the ARMAsmPrinter and by Chris Lattner · 15 years ago
- 1b46f43 use helpers. by Chris Lattner · 15 years ago
- a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 15 years ago
- ea3cb40 inline and radically simplify printDataDirective. It will eventually by Chris Lattner · 15 years ago
- 8ad9a77 zap the ARM version of PrintGlobalVariable, which I missed. by Chris Lattner · 15 years ago
- cfd910e some cleanups by Chris Lattner · 15 years ago
- 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 15 years ago
- 48d64ba hoist handling of external globals and special globals up to common code. by Chris Lattner · 15 years ago
- 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 15 years ago
- c1ef06a use BSSLocal classifier to identify 'lcomm' data instead of by Chris Lattner · 15 years ago
- 56b1319 now that elf weak bss symbols are handled correctly, simplify a bunch of code. by Chris Lattner · 15 years ago
- a3839bc introduce a section kind for common linkage. Use this to slightly by Chris Lattner · 15 years ago
- 6e3be14 change an accessor to a predicate. by Chris Lattner · 15 years ago
- aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 15 years ago
- 6a19947 Minor cleanup for jump table printing. Need a reference, not a pointer, for by Jim Grosbach · 15 years ago
- 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 15 years ago