1. 58c6200 Put GCOVFile and other related interface in a common header so that llvm-cov tool can share it with GCOV writer. by Devang Patel · 14 years ago
  2. 1f121e8 Unbreak MSVC build. by Francois Pichet · 14 years ago
  3. 8a567f1 Fix PR9833/PR11054 (patch provided by Patrik Hägglund) by David Dean · 14 years ago
  4. babf056 Teach TableGen to infer missing register classes. by Jakob Stoklund Olesen · 14 years ago
  5. 01faf43 Teach PPCInstrInfo to handle sub-classes. by Jakob Stoklund Olesen · 14 years ago
  6. cc0c975 TableGen: Store all allocation orders together. by Jakob Stoklund Olesen · 14 years ago
  7. 6fea31e TableGen: Privatize CodeGenRegisterClass::TheDef and Name. by Jakob Stoklund Olesen · 14 years ago
  8. 877b6d4 TableGen: Don't add synthetic Records to the RecordKeeper. by Jakob Stoklund Olesen · 14 years ago
  9. f987425 tblgen: add preprocessor as a separate mode by Che-Liang Chiou · 14 years ago
  10. 34804c4 Set operation actions to legal types only. by Nadav Rotem · 14 years ago
  11. e878309 Operations should be custom lowered only if their type is legal. by Nadav Rotem · 14 years ago
  12. e97728e The product of two chrec's can always be represented as a chrec. by Nick Lewycky · 14 years ago
  13. 6744a17 Add support in the disassembler for ignoring the L-bit on certain VEX instructions. Mark instructions that have this behavior. Fixes PR10676. by Craig Topper · 14 years ago
  14. f143b79 LSR should avoid redundant edge splitting. by Andrew Trick · 14 years ago
  15. 2aeb802 whitespace by Andrew Trick · 14 years ago
  16. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 14 years ago
  17. e97552e Exclude libLLVMTableGen.a from the shared library by Peter Collingbourne · 14 years ago
  18. da7e6a9 Generic cleanup. by Bill Wendling · 14 years ago
  19. d974ea2 Unit test for r140919, loop unroll heuristics. by Andrew Trick · 14 years ago
  20. 3207e6c Tidy up. These tests are covered in the .s file tests now. by Jim Grosbach · 14 years ago
  21. 9d39036 ARM assembly parsing and encoding for VMOV immediate. by Jim Grosbach · 14 years ago
  22. 2a3f19d Tidy up. 80 columns. by Jim Grosbach · 14 years ago
  23. ff4216a Use the PC label ID rather than '1'. Add support for thumb-2, because I heard that some people use it. by Bill Wendling · 14 years ago
  24. f8520d5 Don't carry over the dispatchsetup hack from the old system. by Bill Wendling · 14 years ago
  25. 6825914 ARM parsing/encoding for VCMP/VCMPE. by Jim Grosbach · 14 years ago
  26. 03dd4e8 Fix typo in comments. by Nick Lewycky · 14 years ago
  27. f7e4aef Check-pointing the new SjLj EH lowering. by Bill Wendling · 14 years ago
  28. bbb47b3 Move CHECK after entry label. by Akira Hatanaka · 14 years ago
  29. 43e43f7 Add support for 64-bit logical NOR. by Akira Hatanaka · 14 years ago
  30. 2d57088 Add support for 64-bit count leading ones and zeros instructions. by Akira Hatanaka · 14 years ago
  31. 631d117 Move the grabbing of the jump buffer into the caller function, eliminating the need for returning a std::pair. by Bill Wendling · 14 years ago
  32. 5cd5ac6 ARM assembly parsing and encoding for VMRS/FMSTAT. by Jim Grosbach · 14 years ago
  33. dda4a07 Add support for 64-bit divide instructions. by Akira Hatanaka · 14 years ago
  34. 0e6a24d Add C api for Instruction->eraseFromParent(). by Devang Patel · 14 years ago
  35. f8bf43e Update test for 141010. by Jim Grosbach · 14 years ago
  36. b95ed6e Thumb2 ADD/SUB can take SP as a destination register. by Jim Grosbach · 14 years ago
  37. 2ad7668 Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integer by Akira Hatanaka · 14 years ago
  38. 04d3762 Add support for 64-bit integer multiply instructions. by Akira Hatanaka · 14 years ago
  39. 3678793 Add definitions of instructions which move values between 64-bit integer by Akira Hatanaka · 14 years ago
  40. ae59e8c Find the strip tool that works with the specified SDKROOT. rdar://10165908 by Bob Wilson · 14 years ago
  41. c82c101 Tidy up a bit. Formatting. by Jim Grosbach · 14 years ago
  42. 581fe82 Add support for MOVBE and RDRAND instructions for the assembler and disassembler. Includes feature flag checking, but no instrinsic support. Fixes PR10832, PR11026 and PR11027. by Craig Topper · 14 years ago
  43. 8cf5e74 Whitespace. by Eric Christopher · 14 years ago
  44. 1aeb7ac Typo. by Eric Christopher · 14 years ago
  45. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 14 years ago
  46. 04c5be9 Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to registers xmm8-xmm15 outside 64-bit mode. by Craig Topper · 14 years ago
  47. 04b0b34 Test updates that were supposed to go with r140993. by Craig Topper · 14 years ago
  48. 7b22976 Fix VEX disassembling to ignore REX.RXBW bits in 32-bit mode. by Craig Topper · 14 years ago
  49. 1cbae18 Reapply r140979 with fix! We never did get a testcase, but careful review of the by Nick Lewycky · 14 years ago
  50. 48488a6 attempt to fix ocaml bindings: landing pads by Torok Edwin · 14 years ago
  51. 4fcc80a Revert r140979 due to reports of bootstrap failure. by Nick Lewycky · 14 years ago
  52. 8fde4f5 Add one more case we compute a max trip count. by Nick Lewycky · 14 years ago
  53. 82f131a Fix some Intel syntax disassembly issues with instructions that implicitly use AL/AX/EAX/RAX such as ADD/SUB/ADC/SUBB/XOR/OR/AND/CMP/MOV/TEST. by Craig Topper · 14 years ago
  54. 146c6d7 Special case disassembler handling of REX.B prefix on NOP instruction to decode as XCHG R8D, EAX instead. Fixes PR10344. by Craig Topper · 14 years ago
  55. 11357d4 Add a new icmp+select optz'n. Also shows off the load(cst) folding added in by Nick Lewycky · 14 years ago
  56. 267236a Enhance a couple places where we were doing constant folding of instructions, by Nick Lewycky · 14 years ago
  57. 42fbe9a Fix typo in r140954. by Craig Topper · 14 years ago
  58. 4f101db Make canonicalization of ImmutableSetRef::asImmutableSet() semi-explicit. by Ted Kremenek · 14 years ago
  59. 846a2dc Fix disassembling of INVEPT and INVVPID to take operands by Craig Topper · 14 years ago
  60. e1b4a1a Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2 as an opcode extension and allows the opsize prefix. This necessitated adding IC_XD_OPSIZE and IC_64BIT_XD_OPSIZE contexts. Unfortunately, this increases the size of the disassembler tables. Fixes PR10702. by Craig Topper · 14 years ago
  61. 2bfaf52 Revert r140924 "Attempt to fix dynamic stack realignment for thumb1 functions." by Chad Rosier · 14 years ago
  62. cbf26e3 Moved type construction out of the loop and added an assert on the legality of the type. Formatted lines to the 80 char limit. by Nadav Rotem · 14 years ago
  63. 7c78888 Move TableGen's parser and entry point into a library by Peter Collingbourne · 14 years ago
  64. 2e6b97b No one should be using the method directly. Assert if they do. by Bill Wendling · 14 years ago
  65. 405ca13 Add a convenience method to tell if two things are equal. by Bill Wendling · 14 years ago
  66. 3320f2a Use the ARMConstantPoolMBB class to handle the MBB values. by Bill Wendling · 14 years ago
  67. 9c18f51 Add ARMConstantPoolMBB to hold an MBB value in the constant pool. by Bill Wendling · 14 years ago
  68. 14a1a6b Remove dead code. by Bill Wendling · 14 years ago
  69. 9aca75c Remove now dead methods and ivar. by Bill Wendling · 14 years ago
  70. fe31e67 Use the new ARMConstantPoolSymbol class to handle external symbols. by Bill Wendling · 14 years ago
  71. ff4a802 Add an ARMConstantPool class for external symbols. This will split out the support for external symbols from the base class. by Bill Wendling · 14 years ago
  72. 3f4e459 Remove now dead methods and ivar from ARMConstantPoolValue. by Bill Wendling · 14 years ago
  73. 5bb7799 Switch over to using ARMConstantPoolConstant for global variables, functions, by Bill Wendling · 14 years ago
  74. 3e944e3 Some more refactoring. by Bill Wendling · 14 years ago
  75. 029e9388 Add a Create method that accepts 'kind' and 'pcadj' arguments. by Bill Wendling · 14 years ago
  76. f2b76aa Refactoring: Separate out the ARM constant pool Constant from the ARM constant by Bill Wendling · 14 years ago
  77. 1cea66c Subtarget getFeatureBits() returns a uint64_t, not unsigned. by Bob Wilson · 14 years ago
  78. 5249041 Attempt to fix dynamic stack realignment for thumb1 functions. It is in fact by Chad Rosier · 14 years ago
  79. b2ab2fa Inlining and unrolling heuristics should be aware of free truncs. by Andrew Trick · 14 years ago
  80. 5c65541 whitespace by Andrew Trick · 14 years ago
  81. 0bcd9c7 Add Windows x64 stack walking support. Patch by Aaron Ballman! by Michael J. Spencer · 14 years ago
  82. 52e7dfa Use precomputed BitVector for CodeGenRegisterClass::hasSubClass(). by Jakob Stoklund Olesen · 14 years ago
  83. 0676d2a Filecheck-ize. by Bill Wendling · 14 years ago
  84. 127f410 Add new line at end of file. by Bill Wendling · 14 years ago
  85. e09b2a0 When inferring the pointer alignment, if the global doesn't have an initializer by Bill Wendling · 14 years ago
  86. 8de3400 Promote comment to doxycomment. Adjust whitespace. No functionality change. by Nick Lewycky · 14 years ago
  87. c8e2bb6 Store sub-class lists as a bit vector. by Jakob Stoklund Olesen · 14 years ago
  88. b7359e3 Extract a slightly more general BitVector printer. by Jakob Stoklund Olesen · 14 years ago
  89. e27e1ca Move getCommonSubClass() into TRI. by Jakob Stoklund Olesen · 14 years ago
  90. f9a4bb7 Compute lists of super-classes in CodeGenRegisterClass. by Jakob Stoklund Olesen · 14 years ago
  91. f391e9f Correct for my over-eager delete finger. by Jim Grosbach · 14 years ago
  92. 291512f Add definition of MipsELFObjectWriter. by Akira Hatanaka · 14 years ago
  93. 09a2e0f Register the MC object streamer. by Akira Hatanaka · 14 years ago
  94. 4b6ee7a Register Asm backend. Add functions to MipsAsmBackend. by Akira Hatanaka · 14 years ago
  95. 82ea731 Add MCELFObjectTargetWriter and MCAsmBackend classes. by Akira Hatanaka · 14 years ago
  96. 90b6e34 Test More Complicated Lists by David Greene · 14 years ago
  97. f6c8cbb Test VarListElementInit:: resolveListElementReference by David Greene · 14 years ago
  98. 1045a59 Implement VarListElementInit:: resolveListElementReference by David Greene · 14 years ago
  99. 310c9ea Update CMake build. by Benjamin Kramer · 14 years ago
  100. 4520a10 Initial implementation of MipsMCCodeEmitter. by Akira Hatanaka · 14 years ago