1. 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
  2. 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 16 years ago
  3. c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 16 years ago
  4. 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 16 years ago
  5. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 16 years ago
  6. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
  7. 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 16 years ago
  8. a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 16 years ago
  9. 1135a23 New entry. by Evan Cheng · 16 years ago
  10. fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 16 years ago
  11. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 16 years ago
  12. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 16 years ago
  13. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  14. 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 16 years ago
  15. a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 16 years ago
  16. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
  17. f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 16 years ago
  18. 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 16 years ago
  19. e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 16 years ago
  20. 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 16 years ago
  21. 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 16 years ago
  22. 8db5cce Remove unnecessary newline by Jim Grosbach · 16 years ago
  23. 1add659 Correct comment wording by Jim Grosbach · 16 years ago
  24. b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 16 years ago
  25. 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 16 years ago
  26. bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 16 years ago
  27. bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 16 years ago
  28. bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 16 years ago
  29. e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 16 years ago
  30. 86e5f7b It's ok to spill a tGPR register as long as it's still allocated a low register. by Evan Cheng · 16 years ago
  31. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
  32. b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  33. 2886506 Add a comment to describe why vector shuffles are legalized to custom DAG nodes. by Bob Wilson · 16 years ago
  34. d06791f Use cast<> instead of dyn_cast<> in places where the type is known. by Bob Wilson · 16 years ago
  35. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
  36. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  37. f991ecf Symbols with LinkerPrivateLinkage are weak. This allows WebKit to build again. by Dale Johannesen · 16 years ago
  38. 873bc4c make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 16 years ago
  39. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 16 years ago
  40. e309cfa reject invalid code like: by Chris Lattner · 16 years ago
  41. 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 16 years ago
  42. a462920 some compiler don't get string from TLOF.h implicitly or something. by Chris Lattner · 16 years ago
  43. d3c4486f reduce #includage by Chris Lattner · 16 years ago
  44. af385ba Recognize Neon VDUP shuffles during legalization instead of selection. by Bob Wilson · 16 years ago
  45. d8e1757 Recognize Neon VREV shuffles during legalization instead of selection. by Bob Wilson · 16 years ago
  46. a9ad041 This void is implicit in C++. by Dan Gohman · 16 years ago
  47. 114a266 Generate Neon VTBL and VTBX instructions from the corresponding intrinsics. by Bob Wilson · 16 years ago
  48. a634062 Use PadToColumn instead of tabs. by Dan Gohman · 16 years ago
  49. 3aaccff PredCC is meant to be 2 bits wide, like PredCC1. by Evan Cheng · 16 years ago
  50. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 16 years ago
  51. bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
  52. 9f7d60f Fix TableGen warnings. This partly reverts my previous change to this file, by Bob Wilson · 16 years ago
  53. bfbc1de change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 16 years ago
  54. 9ca9daa Transform -X/C to X/-C, implementing a README.txt entry. by Dan Gohman · 16 years ago
  55. 9338493 CMake: Added asm file to x86_64 MSVC build. by Oscar Fuentes · 16 years ago
  56. 378756c register naming cleanup (s/ip/r12/) by Jim Grosbach · 16 years ago
  57. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  58. d6eb635 Move immediate constant predicate templates from the Blackfin target to MathExtras.h by Jakob Stoklund Olesen · 16 years ago
  59. 007ea27 Shrink Thumb2 movcc instructions. by Evan Cheng · 16 years ago
  60. e0d7fe8 Remove another Darwin assembler workaround. by Evan Cheng · 16 years ago
  61. c972165 80 col violation. by Evan Cheng · 16 years ago
  62. ea253b9 Remove an Darwin assembler workaround. by Evan Cheng · 16 years ago
  63. 05c269c Shrink ADDS, ADC, RSB, and SUBS. by Evan Cheng · 16 years ago
  64. dbd3c0e Add missing chain operands for VLD* and VST* instructions. by Bob Wilson · 16 years ago
  65. 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 16 years ago
  66. c98077b prune #include by Chris Lattner · 16 years ago
  67. 5940c02 prune #includage. by Chris Lattner · 16 years ago
  68. 6b883e3 fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 16 years ago
  69. ce914b8 change the -x86-asm-syntax=intel/att flag to be in X86TAI by Chris Lattner · 16 years ago
  70. b89030a Shrinkify Thumb2 r = add sp, imm. by Evan Cheng · 16 years ago
  71. 09652df second half of commit. by Chris Lattner · 16 years ago
  72. 5b67bb1 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 16 years ago
  73. 74da671 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 16 years ago
  74. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
  75. 546952f Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter. by David Goodwin · 16 years ago
  76. e28a2e8 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 16 years ago
  77. 0c420fc X86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm, FS_MOV32rm as codegen only. by Daniel Dunbar · 16 years ago
  78. e2811a7 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 16 years ago
  79. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 16 years ago
  80. b6ba9c3 all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 16 years ago
  81. 5f28ffe eliminate template from arm TAI by Chris Lattner · 16 years ago
  82. 4b15279 fix a bug I introduced in r78724 that caused failures in: by Chris Lattner · 16 years ago
  83. c89ecc5 move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 16 years ago
  84. 766b5ef Fix warnings. by Owen Anderson · 16 years ago
  85. a1a1f02 eliminate the X86TargetAsmInfo template. by Chris Lattner · 16 years ago
  86. b08ae6b Added ADD instructions with rAX as one parameter to the Intel instruction by Sean Callanan · 16 years ago
  87. 4b322e5 Shrinkify Thumb2 load / store multiple instructions. by Evan Cheng · 16 years ago
  88. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 16 years ago
  89. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
  90. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  91. 92319e2 now that JumpTableDirective can differentate picness itself, MIPS TAI by Chris Lattner · 16 years ago
  92. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 16 years ago
  93. 5aa1684 Add Thumb2 eh_sjlj_setjmp implementation by Jim Grosbach · 16 years ago
  94. cdc17eb fix GetInstSizeInBytes for eh_sjlj_setjmp by Jim Grosbach · 16 years ago
  95. 02552de move some 32-bit instrs to x86instrinfo.td by Chris Lattner · 16 years ago
  96. 327365e This void is implicit in C++. by Benjamin Kramer · 16 years ago
  97. ffef8ac Tidy #includes. by Dan Gohman · 16 years ago
  98. 3108222 Simplify this code. The case where one class is GR64RegClass and the by Dan Gohman · 16 years ago
  99. 764ab52 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 16 years ago
  100. f128787 Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cstdlib> in the header. by Jim Grosbach · 16 years ago