1. 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 16 years ago
  2. 094da67 STLExtras: Add less_ptr. by Daniel Dunbar · 16 years ago
  3. 8246bef fix edito by Chris Lattner · 16 years ago
  4. af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 16 years ago
  5. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
  6. 8e9ece7 Use subclassing to print lane-like immediates (w/o hash) eliminating by Anton Korobeynikov · 16 years ago
  7. 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 16 years ago
  8. 76eb6f5 remove nondeterminstic test. by Chris Lattner · 16 years ago
  9. ba44633 add a note about dead zero extends. by Chris Lattner · 16 years ago
  10. 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  11. 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 16 years ago
  12. b4dc13c Add crc32 instruction and intrinsics. Add a new class of prefix by Eric Christopher · 16 years ago
  13. 46151de Add support for READCYCLECOUNTER in Blackfin back-end. by Jakob Stoklund Olesen · 16 years ago
  14. f7427e5 add new PIC16Section class, this time hopefully not breaking the build :) by Chris Lattner · 16 years ago
  15. 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 16 years ago
  16. fb37390 Revert r78501, it doesn't build. by Daniel Dunbar · 16 years ago
  17. 50e3812 make PIC16 create its own custom MCSection. by Chris Lattner · 16 years ago
  18. 7c599d0 make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 16 years ago
  19. a1c31b7 stub out PECOFF/MachO/ELF MCSection classes by Chris Lattner · 16 years ago
  20. 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
  21. 17421d8 Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). by Jakob Stoklund Olesen · 16 years ago
  22. 9aee181 give pic16 a target-specific section creation name too by Chris Lattner · 16 years ago
  23. 0c0cb71 now that getOrCreateSection is all object-file specific, by Chris Lattner · 16 years ago
  24. fbf1d27 sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 16 years ago
  25. d34ab83 Fix some cut and paste-os. by Eric Christopher · 16 years ago
  26. 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 16 years ago
  27. d39bd3a add another const by Chris Lattner · 16 years ago
  28. c604953 remove a useless anon-ns, make table const. by Chris Lattner · 16 years ago
  29. c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 16 years ago
  30. 55e354a Add a basic static ProfileInfo provider (ProfileEstimatorPass). by Daniel Dunbar · 16 years ago
  31. 63cd7e5 Define intrinsics for crc instruction. by Eric Christopher · 16 years ago
  32. 71435a3 Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions, by Bruno Cardoso Lopes · 16 years ago
  33. caaa493 More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
  34. 3e0094d ELF improvements: by Bruno Cardoso Lopes · 16 years ago
  35. cf1e764 Update CMake by Daniel Dunbar · 16 years ago
  36. 6349668 Clean out per-function data after the machine code verifier is done with it. by Jakob Stoklund Olesen · 16 years ago
  37. 06af2ba Add insert_elt / extract_elt patterns for v4f32 stuff. by Anton Korobeynikov · 16 years ago
  38. 3405201 Lane number should be printed w/o hash by Anton Korobeynikov · 16 years ago
  39. baf3108 Use VLDM / VSTM to spill/reload 128-bit Neon registers by Anton Korobeynikov · 16 years ago
  40. 710b13b Update the machine code verifier to keep up with the scavenger. by Jakob Stoklund Olesen · 16 years ago
  41. 9390cd0 Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mistaken commit r77904. by Jakob Stoklund Olesen · 16 years ago
  42. dffb051 Simplify RegScavenger::forward a bit more. by Jakob Stoklund Olesen · 16 years ago
  43. 20c08e5 move this fp select into a pattern by Andrew Lenharth · 16 years ago
  44. 9a86159 Always initialize AsmConds. by Benjamin Kramer · 16 years ago
  45. fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 16 years ago
  46. a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 16 years ago
  47. b6ab51e Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, by Bob Wilson · 16 years ago
  48. 64efd90 Implement Neon VTRN instructions. For now, anyway, these are selected by Bob Wilson · 16 years ago
  49. b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
  50. 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 16 years ago
  51. 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 16 years ago
  52. 57834cd tADDhirr should target GPR, not tGPR. by Evan Cheng · 16 years ago
  53. 34f8a02 I can type. by Evan Cheng · 16 years ago
  54. 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
  55. 8a1871d Fix some -Asserts unused variable warnings. by Daniel Dunbar · 16 years ago
  56. e2652f2 Add another Strong-SIV testcase. by Andreas Bolka · 16 years ago
  57. 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
  58. 941222e Do not generate 32-bit call on win64 when imm does not fit by Anton Korobeynikov · 16 years ago
  59. ce0e9ab rename test by Chris Lattner · 16 years ago
  60. eed4657 merge a bunch of tests together into one, convert to filecheck which by Chris Lattner · 16 years ago
  61. 9e699cc Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these by Bob Wilson · 16 years ago
  62. c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
  63. e9ce5d5 Convert more Neon tests to use FileCheck. by Bob Wilson · 16 years ago
  64. 5f51cd0 code cleanup by Chris Lattner · 16 years ago
  65. fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
  66. 767a952 Make NEON single-precision FP support the default for cortex-a8 (again). by David Goodwin · 16 years ago
  67. db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
  68. 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
  69. 8a11c98 Fix copy-pasto. by Andreas Bolka · 16 years ago
  70. a55fd4a Unbreak the stuff by Anton Korobeynikov · 16 years ago
  71. 8b6d86d Modifications to dyn_cast/cast to make them work for objects too, instead of only pointers. by Argyrios Kyrtzidis · 16 years ago
  72. c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
  73. b124be4 fix comment pastos by Chris Lattner · 16 years ago
  74. c40f613 Back out some of recent register scavenger change by John Mosby. It broke a number of ARM tests. by Evan Cheng · 16 years ago
  75. 7116b7b avoid this libcall with long inline expansion by Andrew Lenharth · 16 years ago
  76. 32a1b25 2 more vdup.32 cases by Anton Korobeynikov · 16 years ago
  77. fcc7163 A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. by Evan Cheng · 16 years ago
  78. 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
  79. 23510d3 tidy up by Chris Lattner · 16 years ago
  80. 1232167 Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. by Bill Wendling · 16 years ago
  81. d77c7ab Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. by Evan Cheng · 16 years ago
  82. 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
  83. ef80fe1 XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels by Daniel Dunbar · 16 years ago
  84. 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
  85. 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
  86. 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 16 years ago
  87. f12288e This is done. by Evan Cheng · 16 years ago
  88. e118cb6 Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. by Evan Cheng · 16 years ago
  89. 1d2426c Fix support to use NEON for single precision fp math. by Evan Cheng · 16 years ago
  90. 699db99 SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
  91. 1c5a287 Rewrite previous patch to follow Chris' stylistic by Dale Johannesen · 16 years ago
  92. b7f40c1 Fix dom frontier update. This fixes PR4667. Patch by Jakub Staszak. by Devang Patel · 16 years ago
  93. bdab0e9 Fix Strong-SIV testcase. by Andreas Bolka · 16 years ago
  94. 394a1a2 Minor fixes to avoid using invalid debugloc. by Sanjiv Gupta · 16 years ago
  95. b8d222d Simplify code and avoid allocations. by Benjamin Kramer · 16 years ago
  96. 6812cd1 Improve disabling of X86 AsmMatcher. by Daniel Dunbar · 16 years ago
  97. 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 16 years ago
  98. 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
  99. b6879b2 Error out, rather than infinite looping, if constant island pass can't converge. by Evan Cheng · 16 years ago
  100. 15c592d Another coalescer bug. When a dead copy is eliminated, transfer the kill to a def of the exact register rather than a super-register. by Evan Cheng · 16 years ago