1. 4a1e409 ARM: use symbolic name for constant by Saleem Abdulrasool · 11 years ago
  2. a925326 Prune includes in ARM target. by Craig Topper · 12 years ago
  3. 894843c Move the llvm mangler to lib/IR. by Rafael Espindola · 12 years ago
  4. 8ad70b3 Add support for parsing ARM symbol variants on ELF targets by David Peixotto · 12 years ago
  5. db962e2c ARM: remove special cases for Darwin dynamic-no-pic mode. by Tim Northover · 12 years ago
  6. 79858aa Add a helper getSymbol to AsmPrinter. by Rafael Espindola · 12 years ago
  7. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  8. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  9. e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  10. f1fb1d2 Ignore register mask operands when lowering instructions to MC. by Jakob Stoklund Olesen · 14 years ago
  11. a20cde3 Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target. by Evan Cheng · 14 years ago
  12. 95dee40 Use TableGen'erated pseudo lowering for ARM. by Jim Grosbach · 14 years ago
  13. d13d134 Add needed braces. by Bill Wendling · 15 years ago
  14. 965b3c7 Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step by Evan Cheng · 15 years ago
  15. d0d1329 Move the ARMAsmPrinter class defintiion into a header file. by Jim Grosbach · 15 years ago
  16. 38d90de Trailing whitespace. by Jim Grosbach · 15 years ago
  17. 2aa8bec trim #includes. by Chris Lattner · 15 years ago
  18. de16ca8 rename LowerToMCInst -> LowerARMMachineInstrToMCInst. by Chris Lattner · 15 years ago
  19. c5afd12 even more simplifications. ARM MCInstLowering is now just by Chris Lattner · 15 years ago
  20. 18442f5 more shrinkification by Chris Lattner · 15 years ago
  21. 3040e8c more simplifications. by Chris Lattner · 15 years ago
  22. b28e691 simplify and tidy up by Chris Lattner · 15 years ago
  23. 85dcd3d Add support for ELF PLT references for ARM MC asm printing. Adding a by Jim Grosbach · 15 years ago
  24. a9424d4 Enable a few additional asserts in MC instruction lowering. by Jim Grosbach · 15 years ago
  25. 003fd5b Remove a few commented out bits by Jim Grosbach · 15 years ago
  26. 0d35df1 handle the upper16/lower16 target operand flags on symbol references for MC by Jim Grosbach · 15 years ago
  27. ee1934a Make sure to promote single precision floats to double before extracting them by Jim Grosbach · 15 years ago
  28. 298d0fd store MC FP immediates as a double instead of as an APFloat, thus avoiding an by Jim Grosbach · 15 years ago
  29. 7bbf3fd Add support for floating point immediates to MC instruction printing. ARM by Jim Grosbach · 15 years ago
  30. cf98cba Don't ignore the CPSR implicit def when lowering a MachineInstruction to an MCInst. by Jim Grosbach · 15 years ago
  31. 7aeff13 trailing whitespace by Jim Grosbach · 15 years ago
  32. b792b46 sink the arm implementations of ASmPrinter and MCInstLower by Chris Lattner · 15 years ago[Renamed from llvm/lib/Target/ARM/AsmPrinter/ARMMCInstLower.cpp]
  33. 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
  34. 29bdac4 eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 16 years ago
  35. 0b822ab inline GetGlobalValueSymbol into the rest its callers and remove it. by Chris Lattner · 16 years ago
  36. ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  37. d051af7 add a new MachineBasicBlock::getSymbol method, replacing by Chris Lattner · 16 years ago
  38. 94d91a5 eliminate uses of mangler and simplify code. by Chris Lattner · 16 years ago
  39. 226467d It turns out that the testcase in question uncovered subreg-handling bug. by Anton Korobeynikov · 16 years ago
  40. 1cf0b03 Add ARM codegen for indirect branches. by Bob Wilson · 16 years ago
  41. 43c5589 add support for external symbols. The mc instprinter can now handle by Chris Lattner · 16 years ago
  42. 1b06acb get fancy: support basic block operands. Yay for jumps. by Chris Lattner · 16 years ago
  43. bd53126 handle addmode4 modifiers, fix a fixme in printRegisterList by Chris Lattner · 16 years ago
  44. 889a621 add jump tables, constant pools and some trivial global by Chris Lattner · 16 years ago
  45. 78393d7 add the files that go with the previous rev by Chris Lattner · 16 years ago