1. 032c6eb devirtualize Constant::isNullValue: by Chris Lattner · 13 years ago
  2. c73b24d start using the new helper methods a bit. by Chris Lattner · 13 years ago
  3. b447387 add CFP::isNegative() and ConstnatInt::isNegative() methods. by Chris Lattner · 13 years ago
  4. ba3ddf3 bump pointer allocate LLVM IR types, since they are never deallocated. by Chris Lattner · 13 years ago
  5. ef58218 remove the InvalidateStructLayoutInfo API, which is dead and unnecessary now by Chris Lattner · 13 years ago
  6. ed0e021 Remove an unnecessary header from this file. I don't think this header by Chandler Carruth · 13 years ago
  7. 1be0e27 Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest by Evan Cheng · 13 years ago
  8. 833ce06 Remove setting the bit for personality function. It should be set by the linker. by Bill Wendling · 13 years ago
  9. 4afa2b8 Major update to CMake build to reflect changes in r135219 in the by Chandler Carruth · 13 years ago
  10. 0bf1646 Do not get confused by multiple empty lexical scopes inlined at one location. by Devang Patel · 13 years ago
  11. 291e767 Output MachO section names in the form SEGMENT,section. by Benjamin Kramer · 13 years ago
  12. 7d14578 Add support for 64 bit objects to MachOObjectFile. by Benjamin Kramer · 13 years ago
  13. 82ba5b7 MachOObjectFile: Change isSectionText to return true for sections named text, not for load commands name __TEXT (which isn't the case in actual object files) by Benjamin Kramer · 13 years ago
  14. 79a6a48 Encode that we have a personality function. by Bill Wendling · 13 years ago
  15. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  16. 4bb5b03 * If we have an LSDA, we need to mark it in the encoding. by Bill Wendling · 13 years ago
  17. 9b4a172 Refactor. by Devang Patel · 13 years ago
  18. 4f455d6 Eliminate redundant LLVMContext argument. Improve DbgScope->dump() output. by Devang Patel · 13 years ago
  19. af29322 Undo r135191 (i.e. reapply Chris's patch. Now linker maps NamedMDNodes first, so there is not any need to map DebugLoc). by Devang Patel · 13 years ago
  20. 2959ebd Link NamedMDNode before linking function bodies. by Devang Patel · 13 years ago
  21. 33c16a2 ARM diagnostic when 's' suffix on mnemonic that can't set flags. by Jim Grosbach · 13 years ago
  22. 13123d9 * Redo the permutation encoding for frameless stacks to be more like what the by Bill Wendling · 13 years ago
  23. 3dcb4ef Add dump() by Devang Patel · 13 years ago
  24. 151bd17 Add OperandTypes for Thumb branch targets. by Benjamin Kramer · 13 years ago
  25. 3be41b7 Port operand types for ARM and X86 over from EDIS to the .td files. by Benjamin Kramer · 13 years ago
  26. c8ae39e ARM MCRR/MCRR2 immediate operand range checking. by Jim Grosbach · 13 years ago
  27. f546453 revert r135172 until Devang and I figure out the right answer. by Chris Lattner · 13 years ago
  28. e540c74 ARM MCR/MCR2 assembly parsing operand constraints. by Jim Grosbach · 13 years ago
  29. 5cf9fcd After type-system-rewrite branch update the Cpp backend to not use OpaqueType. by Nicolas Geoffray · 13 years ago
  30. c60f9b7 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 13 years ago
  31. f84c59d simplify this logic now that GlobalAlias::isDeclaration is fixed. by Chris Lattner · 13 years ago
  32. 0063225 Fix GlobalValue::isDeclaration() to always consider aliases to be definitions. by Chris Lattner · 13 years ago
  33. 5427ede Check register class matching instead of width of type matching by Eric Christopher · 13 years ago
  34. c83d504 Reorganize ARM assembler aliases. by Jim Grosbach · 13 years ago
  35. 64090bd Add LLVMConstNamedStruct to the C api to let its users create constants by Rafael Espindola · 13 years ago
  36. 939f616 DebugLoc's don't hide any interesting types for TypeFinder to find. by Chris Lattner · 13 years ago
  37. 4baa510 manually copy debugloc over to a new instruction in clone() instead by Chris Lattner · 13 years ago
  38. 4692be1 Stop the ValueMapper from calling getAllMetadata, which unpacks DebugLoc into by Chris Lattner · 13 years ago
  39. 62f67f8 Add 256-bit load/store recognition and matching in several places. by Bruno Cardoso Lopes · 13 years ago
  40. eac0796 Don't leak operands when putting them into a shift. by Benjamin Kramer · 13 years ago
  41. 3b14a5c Update ARM Assembly of LDM/STM. by Jim Grosbach · 13 years ago
  42. 97d9730 add comments. by Chris Lattner · 13 years ago
  43. 6c48244 consolidate GlobalValue::isDeclaration into one non-virtual function. by Chris Lattner · 13 years ago
  44. 9854e1b code cleanup by Chris Lattner · 13 years ago
  45. 9dec507 ARM ISB instruction assembly parsing. by Jim Grosbach · 13 years ago
  46. eb9a85f Change Intrinsic::getDeclaration and friends to take an ArrayRef. by Benjamin Kramer · 13 years ago
  47. 61afc88 add a couple more missing C api, patch by Vitaly Lugovskiy! by Chris Lattner · 13 years ago
  48. c7e3396 Update XCoreRegisterInfo::eliminateFrameIndex() to handle DBG_VALUE by Richard Osborne · 13 years ago
  49. d155945 Simplify some functions in the C API by using an ArrayRef to directly reference the array passed to them instead of copying it to a std::vector. by Frits van Bommel · 13 years ago
  50. d0f3ef8 by Nadav Rotem · 13 years ago
  51. aeb86fa Add assertion for the chain value type by Nadav Rotem · 13 years ago
  52. d91aa14 add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! by Chris Lattner · 13 years ago
  53. 672b93a Unfortunately several files in MC are badly violating layering rule by using by Evan Cheng · 13 years ago
  54. f1c7098 Reapply r135121 with a fixed copy constructor. by Jakob Stoklund Olesen · 13 years ago
  55. 49c19f7 Simplify. by Devang Patel · 13 years ago
  56. 3ff2551 Don't emit a bit test if there is only one case the test can yield false. A simple SETNE is sufficient. by Benjamin Kramer · 13 years ago
  57. d77ec62 Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much as possible. by Devang Patel · 13 years ago
  58. 7332e6e Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A by Eric Christopher · 13 years ago
  59. 4fcfcf4 Revert r135121 which broke a gcc-4.2 builder. by Jakob Stoklund Olesen · 13 years ago
  60. 6a9feaa Count references to interference cache entries. by Jakob Stoklund Olesen · 13 years ago
  61. 7e94501 Fix up assertion in r135018 so it doesn't trigger on 32-bit; when we're in 32-bit, it doesn't matter whether the operation overflows because the computed address is not wider than the immediate. by Eli Friedman · 13 years ago
  62. 0cd0c24 Simplify. Compile unit check inside hasValidLocation() did not add any value. by Devang Patel · 13 years ago
  63. e77494e ARM Assembler support for DSB instruction. by Jim Grosbach · 13 years ago
  64. c66a37d Reapply r135074 and r135080 with a fix. by Jakob Stoklund Olesen · 13 years ago
  65. 77f379e DMB instalias needs the same predicate as the instruction. by Jim Grosbach · 13 years ago
  66. 0f16a4e Fix typo in DEBUG message. by Devang Patel · 13 years ago
  67. 5fc0d88 Add DEBUG messages. by Devang Patel · 13 years ago
  68. 032434d ARM Assembler support for DMB instruction. by Jim Grosbach · 13 years ago
  69. 20fcaff Update comments. These are for assembler, too. by Jim Grosbach · 13 years ago
  70. 1688441 Add a target-indepedent entry to MCInstrDesc to describe the encoded size of an opcode. Switch ARM over to using that rather than its own special MCInstrDesc bits. by Owen Anderson · 13 years ago
  71. efe2a65 Add code to handle a "frameless" unwind stack. by Bill Wendling · 13 years ago
  72. 6f9f884 ARM Assembler support for DBG instruction. by Jim Grosbach · 13 years ago
  73. 54c74e9 Revert r135074 and r135080. They broke clamscan. by Jakob Stoklund Olesen · 13 years ago
  74. 1cbb0c1 Revert 135093. Think-o. by Jim Grosbach · 13 years ago
  75. 91eb0aa Correct range for thumb co-processor immediate by Jim Grosbach · 13 years ago
  76. 83ab070 Range checking for CDP[2] immediates. by Jim Grosbach · 13 years ago
  77. 466b022 Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A more by Bruno Cardoso Lopes · 13 years ago
  78. c1af477 The target specific node PANDN name is misleading. That happens because by Bruno Cardoso Lopes · 13 years ago
  79. e35c5e0 Cleanup Thumb co-processor instructions a bit. by Jim Grosbach · 13 years ago
  80. 2a01946 Make sure we don't combine a large displacement and a frame index in the same addressing mode on x86-64. It can overflow, leading to a crash/miscompile. by Eli Friedman · 13 years ago
  81. 0d8dae2 Parameterize away the ARM T1Cop class. by Jim Grosbach · 13 years ago
  82. 9bb098a Fix predicates for Thumb co-processor instructions. by Jim Grosbach · 13 years ago
  83. 3bae1bf Only keep the global split candidates that work out. by Jakob Stoklund Olesen · 13 years ago
  84. 4977eb5 Refactor out checking for displacements on x86-64 addressing modes. No functionality change. Refactoring in preparation for an additional safety check in FoldOffsetIntoAddress. by Eli Friedman · 13 years ago
  85. 898e7e2 Fix encoding for ARM BXJ instruction. by Jim Grosbach · 13 years ago
  86. d447ac6 Fix encoding of predicate bits on ARM BX_pred. by Jim Grosbach · 13 years ago
  87. 1337e2b Move the InterferenceCache cursor into the GlobalSplitCand struct. by Jakob Stoklund Olesen · 13 years ago
  88. fff76ee Range checking for 16-bit immediates in ARM assembly. by Jim Grosbach · 13 years ago
  89. d1863560 Revert r135042. As Chris pointed out, it had no effect, and was based on by Jay Foad · 13 years ago
  90. 9bc402c Fix up TargetLoweringObjectFile ctors to properly initialize fields. by Evan Cheng · 13 years ago
  91. 619e0d6 Give the ARM BKPT instruction the right operand type. by Jim Grosbach · 13 years ago
  92. 21101d6 Add tests for ARM parsing of 'BKPT' instruction. by Jim Grosbach · 13 years ago
  93. 93a635c It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is another use of sqrt. rdar://9763193 by Evan Cheng · 13 years ago
  94. 1990672 Improve ARM assembly parsing diagnostics a bit. by Jim Grosbach · 13 years ago
  95. 37ee464 Destination register operand is optional for ADC and SBC ARM. by Jim Grosbach · 13 years ago
  96. e8606dc Flesh out ARM Parser support for shifted-register operands. by Jim Grosbach · 13 years ago
  97. aa4cc1a 80 columns. by Jim Grosbach · 13 years ago
  98. b7f689b Update MCParsedAsmOperand debug methods. by Jim Grosbach · 13 years ago
  99. 75f67e0 Really cache function types and anonymous struct types. by Jay Foad · 13 years ago
  100. fc6d3a4 Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. by Jay Foad · 13 years ago