1. c692cb7 Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, by Bob Wilson · 16 years ago
  2. 162da3c Add fcopysign instructions by Anton Korobeynikov · 16 years ago
  3. 9085750 Try again at privatizing the layout info map, with a rewritten patch. by Owen Anderson · 16 years ago
  4. fc9489a Expand few nodes until someone will be crazy enough to implement them natively :) by Anton Korobeynikov · 16 years ago
  5. 2a5b155 Typo :( by Anton Korobeynikov · 16 years ago
  6. 324a99f Correct instruction names for subtract-with-borrow by Anton Korobeynikov · 16 years ago
  7. 3c2734c Handle 'r' inline asm constraint by Anton Korobeynikov · 16 years ago
  8. 1c3858a Fix a problem noticed by gcc-4.4: by Duncan Sands · 16 years ago
  9. e6c94c8 Fix -Asserts warning. by Daniel Dunbar · 16 years ago
  10. 25f1aa0 Fix a typo by Anton Korobeynikov · 16 years ago
  11. eaa8b1f Add a pass to do call graph analyis to overlay the autos and frame sections of by Sanjiv Gupta · 16 years ago
  12. d083dfb More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
  13. 051cfd6 Fix some typos and use type-based isel for VZIP/VUZP/VTRN by Anton Korobeynikov · 16 years ago
  14. 1c8e581 Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. by Anton Korobeynikov · 16 years ago
  15. 62e84f1 Add nodes & dummy matchers for some v{zip,uzp,trn} instructions by Anton Korobeynikov · 16 years ago
  16. 8e6c2b9 Expand EXTRACT_SUBVECTOR by Anton Korobeynikov · 16 years ago
  17. 5da894f Provide vext.{16,32} by Anton Korobeynikov · 16 years ago
  18. d0ac234 Use masks not nodes for vector shuffle predicates. Provide set of 'legal' masks, so legalizer won't infinite cycle by Anton Korobeynikov · 16 years ago
  19. 9d7a8cc Remove #include <iostream>. by Bill Wendling · 16 years ago
  20. d4b4cf5 Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as by Bob Wilson · 16 years ago
  21. 2ea2015 Re-revert r79555. Apparently it's not just buildbot weirdness. by Owen Anderson · 16 years ago
  22. 28998d1 Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. by Owen Anderson · 16 years ago
  23. 607abd2 --- Reverse-merging r79555 into '.': by Bill Wendling · 16 years ago
  24. 89bc0a2 part of the previous commit for PIC16 ISR implementation. by Sanjiv Gupta · 16 years ago
  25. eb01aba Implement support for ISRs. by Sanjiv Gupta · 16 years ago
  26. d9b2071 Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it. by Owen Anderson · 16 years ago
  27. 47234e6 Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the by Sean Callanan · 16 years ago
  28. ef74e9b Fix an x86 code size regression: prefer RIP-relative addressing by Dan Gohman · 16 years ago
  29. 89d177f Fix an obvious copy-n-paste bug. by Evan Cheng · 16 years ago
  30. d35626e Update and fix some comments. by Dan Gohman · 16 years ago
  31. 231843e Add an extra line to conform with preferred style. by Dale Johannesen · 16 years ago
  32. ce4eb39 Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug. by Reid Kleckner · 16 years ago
  33. 7bcec7e Handle 'a' modifier in X86 asms. PR 4742. by Dale Johannesen · 16 years ago
  34. 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
  35. 6bd4aca Remove temporary testing code. by Dan Gohman · 16 years ago
  36. 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 16 years ago
  37. 5d598aa Update Cortex-A8 instruction itineraries for integer instructions. by David Goodwin · 16 years ago
  38. de95c1b8 Add support for Neon VEXT (vector extract) shuffles. by Bob Wilson · 16 years ago
  39. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  40. b120ab4 Implement sse4.2 string/text processing instructions: by Eric Christopher · 16 years ago
  41. c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 16 years ago
  42. 1123135 Add support for mergeable sections back into the XCore backend. by Richard Osborne · 16 years ago
  43. a9e8334 Put data with relocations in the same sections as data without relocations. by Richard Osborne · 16 years ago
  44. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  45. 848c293 Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on linux. by Anton Korobeynikov · 16 years ago
  46. 090d73c remove some pointless null switchtosections. The IntelAsmPrinter doesn't really work anyway. by Chris Lattner · 16 years ago
  47. 51f3996 Fix revsh pattern. by Evan Cheng · 16 years ago
  48. 79e6408 add support for some targetflags on GV operands. This allows us to by Chris Lattner · 16 years ago
  49. 25103a2 Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment by Dan Gohman · 16 years ago
  50. 5cfd4dd PowerPC inline asm was emitting two output operands by Dale Johannesen · 16 years ago
  51. 76d5ccf Clear the uniquing table when initializing TLOF to avoid a crash when the TLOF is reinitialized with a different MCContext. by Benjamin Kramer · 16 years ago
  52. 2a5e23b Update getSectionForConstant() to to allow mergable sections to be nulled out by Richard Osborne · 16 years ago
  53. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
  54. face41a Avoid emitting XMM save code in soft-float or no-implicit-float mode by Dan Gohman · 16 years ago
  55. e646d04 Delete an unused field. by Dan Gohman · 16 years ago
  56. 9ae7d44 Fix use after free in Thumb2SizeReduction (PR4707). A MachineInstr was used after erasure. by Benjamin Kramer · 16 years ago
  57. 80c7643 Styalistic and format changes. No functionality change. by Bill Wendling · 16 years ago
  58. 9b60e04 add support for external symbols + X86::MOVPC32r. by Chris Lattner · 16 years ago
  59. 30c74a2 implement support for lowering references to global addresses. For example, we now by Chris Lattner · 16 years ago
  60. f5af556 more formatting improvements, no functionality change. by Chris Lattner · 16 years ago
  61. d8638ba code formatting improvements, no functionality change. by Chris Lattner · 16 years ago
  62. 3f5bb16 An overhaul of the exception handling code. This is arguably more correct than by Bill Wendling · 16 years ago
  63. af56634 Reapply r79127. It was fixed by d0k. by Bill Wendling · 16 years ago
  64. f865ea8 Revert r79127. It was causing compilation errors. by Bill Wendling · 16 years ago
  65. 088880c Change allowsUnalignedMemoryAccesses to take type argument since some targets by Evan Cheng · 16 years ago
  66. b6ab299 the .eh_frame sections we generate need to be writable (which by Chris Lattner · 16 years ago
  67. bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 16 years ago
  68. 5f0b748 tidy up by Chris Lattner · 16 years ago
  69. ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 16 years ago
  70. bfa79b8 Revert a few changes that were done in 78603. by Sanjiv Gupta · 16 years ago
  71. 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 16 years ago
  72. 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 16 years ago
  73. bc9b754 Turn on if-conversion for thumb2. by Evan Cheng · 16 years ago
  74. ad27d77 update for rename. by Chris Lattner · 16 years ago
  75. c077621 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 16 years ago
  76. 97d37b6 cmake likes its explicit list of files to build. by Chris Lattner · 16 years ago
  77. 760e24c use XCore-specific section with xcore specific cp/dp flags to restore by Chris Lattner · 16 years ago
  78. 203b3e9 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 16 years ago
  79. 7d996d9 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 16 years ago
  80. bd51c67 Simplify a few more things, eliminating a few more dependencies on by Dan Gohman · 16 years ago
  81. 010b1b9 Do not use frame register to reference fixed stack objects if the function is frameless. by Evan Cheng · 16 years ago
  82. d6708ea On x86-64, for a varargs function, don't store the xmm registers to by Dan Gohman · 16 years ago
  83. 98a0104 Leaf functions which do not save CSRs can be frameless even with -disable-fp-elim. by Evan Cheng · 16 years ago
  84. 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 16 years ago
  85. e6c835f Add Thumb2 lsr hooks. by Evan Cheng · 16 years ago
  86. dac19a7 CMake: Corrected variable check. by Oscar Fuentes · 16 years ago
  87. 59bc060 80 col violation. by Evan Cheng · 16 years ago
  88. 9b9014f Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 16 years ago
  89. bba9f5f Indentation. by Evan Cheng · 16 years ago
  90. 37f1cbd Hopefully unbreak cmake builds by Anton Korobeynikov · 16 years ago
  91. 31b99dd Also shrink immediate branches; also more assembler workarounds. by Evan Cheng · 16 years ago
  92. 960a7c9 Give MSP430 a separate asmprinter lib by Anton Korobeynikov · 16 years ago
  93. 2247276 Properly handle indirect win64 args when they're passed in memory by Anton Korobeynikov · 16 years ago
  94. 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
  95. 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 16 years ago
  96. c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 16 years ago
  97. 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 16 years ago
  98. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 16 years ago
  99. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
  100. 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 16 years ago