1. 602b0c8 Rename getTargetNode to getMachineNode, for consistency with the by Dan Gohman · 16 years ago
  2. 658ea60 Finish scheduling itineraries for NEON. by David Goodwin · 16 years ago
  3. c8ce2d4 Add some comments to clarify things that I discovered this week. by Bob Wilson · 16 years ago
  4. 0035f9c pr4926: ARM requires the stack pointer to be aligned, even for leaf functions. by Bob Wilson · 16 years ago
  5. 6acaaa8 Don't try to use pre-indexed addressing with sthbrx/stwbrx by Dan Gohman · 16 years ago
  6. 3d6cb88 Start of revamping the register scavenging in PEI. ARM Thumb1 is the driving by Jim Grosbach · 16 years ago
  7. fe03dbe unconditionally request MMI by Chris Lattner · 16 years ago
  8. 1f52895 Make the end-of-itinerary mark explicit. Some cleanup. by David Goodwin · 16 years ago
  9. 127221f Checkpoint NEON scheduling itineraries. by David Goodwin · 16 years ago
  10. 4e918b2 Use getStoreSize() instead of getStoreSizeInBits()/8. by Dan Gohman · 16 years ago
  11. 8a55ce4 Rename several variables from EVT to more descriptive names, now that EVT by Dan Gohman · 16 years ago
  12. 959b002 Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the by Bob Wilson · 16 years ago
  13. 48e1935 ARM does not support offset folding (yet). Disable it for now. by Anton Korobeynikov · 16 years ago
  14. 00133a7 Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. by Dan Gohman · 16 years ago
  15. b2bb7db Add Cortex-A8 VFP model. by David Goodwin · 16 years ago
  16. 4a0b3e1 Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool by Dan Gohman · 16 years ago
  17. 670e539 Recognize SSE min and max opportunities in even more cases. by Dan Gohman · 16 years ago
  18. b29ff97 Fix the offset values for these memoperands. For frame objects, the by Dan Gohman · 16 years ago
  19. faa6adf add a note by Chris Lattner · 16 years ago
  20. 003de66 Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to by Daniel Dunbar · 16 years ago
  21. 93c6c77 one case handled, expanded another testcase inline. by Chris Lattner · 16 years ago
  22. 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 16 years ago
  23. c1491f3 update an entry, delete an entry which has been fixed. by Chris Lattner · 16 years ago
  24. 711bb91 --- Reverse-merging r82282 into '.': by Bill Wendling · 16 years ago
  25. 7057641 remove a temporary hack. by Chris Lattner · 16 years ago
  26. 0dc32ea rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. by Chris Lattner · 16 years ago
  27. d4db0fc move target registry stuff to X86ATTAsmPrinter.cpp by Chris Lattner · 16 years ago
  28. 547a685 simplify this now that createX86CodePrinterPass is trivial by Chris Lattner · 16 years ago
  29. 3859638 rename X86ATTAsmPrinter class -> X86AsmPrinter by Chris Lattner · 16 years ago
  30. 71c7ace remove the asmstring, it is now dead. Improve comment. by Chris Lattner · 16 years ago
  31. 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 16 years ago
  32. b3c8547 kill off printPICLabel now, it's specialness is handled by by Chris Lattner · 16 years ago
  33. ed13cd2 delete X86IntelAsmPrinter! Now -x86-asm-syntax just switches by Chris Lattner · 16 years ago
  34. e895c61 Add an intel syntax MCInstPrinter implementation. You can now by Chris Lattner · 16 years ago
  35. 67c6b6e split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. by Chris Lattner · 16 years ago
  36. 8d5a831 Still one more thing wrong here... by Bill Wendling · 16 years ago
  37. a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
  38. 5511ffd Here's fun! It turns out that these filter functions can be internal. If they're by Bill Wendling · 16 years ago
  39. 68a77ab Revert r82274. It's causing failures in the CINT2006 benchmarks. by Bill Wendling · 16 years ago
  40. 431f775 Fix funky comments. by Evan Cheng · 16 years ago
  41. ce31910 Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks. by Evan Cheng · 16 years ago
  42. a15de00 Fix a typo in an assertion message. by Bob Wilson · 16 years ago
  43. 296ab7e It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 16 years ago
  44. fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 16 years ago
  45. 558b79a Fix cmake build, which has a different -I that by Shantonu Sen · 16 years ago
  46. 228252f Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 16 years ago
  47. 8dffc81 Model the carry bit on ppc32. Without this we could by Dale Johannesen · 16 years ago
  48. e220c4b Add support for using the FLAGS result of or, xor, and and instructions by Dan Gohman · 16 years ago
  49. a2dc282 Added RCL and RCR (rotate left and right with a by Sean Callanan · 16 years ago
  50. ad2b6fc This file can need access to the X86 instruction enums when the table exceeds 32-bits. by Chris Lattner · 16 years ago
  51. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 16 years ago
  52. 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  53. 9a86f10 Added the LODS (load byte into register, usually by Sean Callanan · 16 years ago
  54. 358f1ef Added the LAR (load segment access rights) by Sean Callanan · 16 years ago
  55. 7e6d727 Added the LOOP family of instructions to the Intel instruction tables. by Sean Callanan · 16 years ago
  56. d2125a0 Added an alternate form of register-register CMP by Sean Callanan · 16 years ago
  57. 0696fdf Expand vector floating-point conversions not supported by NEON. by Bob Wilson · 16 years ago
  58. 0d6cd00 Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. by Kevin Enderby · 16 years ago
  59. dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 16 years ago
  60. 29cf555 revert a hunk of r82018 that wasn't supposed to go in yet. by Chris Lattner · 16 years ago
  61. 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 16 years ago
  62. e1e5334 tidy up by Chris Lattner · 16 years ago
  63. a76e3fc rearrange X86ATTAsmPrinter::doFinalization, making a scan of by Chris Lattner · 16 years ago
  64. 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 16 years ago
  65. 1118922 fix cmake build by Shantonu Sen · 16 years ago
  66. 206a357 Do not try and sink a load whose chain result has more than one use, when by Nate Begeman · 16 years ago
  67. 8d70854 Added the ENTER instruction, which sets up a stack by Sean Callanan · 16 years ago
  68. 13cf8e9 Added the definitions for one-bit left shifts to the Intel instruction tables. by Sean Callanan · 16 years ago
  69. 60b9954 Removed a few instructions that were already covered by other definitions. by Sean Callanan · 16 years ago
  70. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
  71. 5ab9403 Added a variety of floating-point and SSE instructions. by Sean Callanan · 16 years ago
  72. 642b329 Expand some more vector operations not supported by Neon. by Bob Wilson · 16 years ago
  73. 1633076 Neon does not support vector divide or remainder. Expand them. by Bob Wilson · 16 years ago
  74. 8deedba eliminate the PPC backend's implementation of EmitExternalGlobal by Chris Lattner · 16 years ago
  75. 74dc72e Expand all v2f64 arithmetic operations for Neon. by Bob Wilson · 16 years ago
  76. 356aed5 Added far return instructions (that is, returns to by Sean Callanan · 16 years ago
  77. 62c28e3 Updated comments per Eli's suggestion. by Sean Callanan · 16 years ago
  78. 37be590 Added register-to-register ADD instructions to the by Sean Callanan · 16 years ago
  79. 38fee0e Added a new register class for segment registers by Sean Callanan · 16 years ago
  80. 7d1a7c0 Change the marker byte for stubs from 0xcd to 0xce (another form of by Dale Johannesen · 16 years ago
  81. dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 16 years ago
  82. ea7fd96 add missing file by Chris Lattner · 16 years ago
  83. e4863f4 Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs for by Bob Wilson · 16 years ago
  84. 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 16 years ago
  85. db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 16 years ago
  86. 83d255e Remove invalid add_dependencies line to unbreak the CMake build. by Ted Kremenek · 16 years ago
  87. 1e038a8 Don't pull a load through a callseq_start if the load's chain by Dan Gohman · 16 years ago
  88. 76f14be Modified the Intel instruction tables to include by Sean Callanan · 16 years ago
  89. ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 16 years ago
  90. 907355c On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of by Dan Gohman · 16 years ago
  91. a672403 trivial whitespace cleanup by Jim Grosbach · 16 years ago
  92. c2b0d48 add PR# by Chris Lattner · 16 years ago
  93. 662316c PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. by Chris Lattner · 16 years ago
  94. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 16 years ago
  95. c493fb2 Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinter by Chris Lattner · 16 years ago
  96. f92c95f tidy up a bit. by Chris Lattner · 16 years ago
  97. 56d77c7 add some special case handling for strangely named x86 registers. by Chris Lattner · 16 years ago
  98. f5382ab Remove unused variables. by Daniel Dunbar · 16 years ago
  99. 762ccea remove all but one reference to TargetRegisterDesc::AsmName. by Chris Lattner · 16 years ago
  100. d95148f the tblgen produced 'getRegisterName' method does not access by Chris Lattner · 16 years ago