1. b231866 fix the varargs version of StructType::get to not require an LLVMContext, making usage by Chris Lattner · 13 years ago
  2. ea04918 eliminate some pointless virtual methods. by Chris Lattner · 13 years ago
  3. ebb2189 simplify some code. by Chris Lattner · 13 years ago
  4. fb78b33 now that Type::getDescription() is dead, the TypePrinting class can move from Assembly/Writer.h to being by Chris Lattner · 13 years ago
  5. 0cd0d88 eliminate the Type::getDescription() method, using "<<" instead. This by Chris Lattner · 13 years ago
  6. 70d0ff1 improve some comments. by Chris Lattner · 13 years ago
  7. 7ff99a6 remove an unreduced testcase. by Chris Lattner · 13 years ago
  8. 747fddd rework the remaining autoupgrade logic to use a StringRef instead of creating a by Chris Lattner · 13 years ago
  9. dcf0e0c Directly print to a raw_ostream instead of printing to a buffer first. by Benjamin Kramer · 13 years ago
  10. 1a81d48 Simplify code. No functionality change. by Benjamin Kramer · 13 years ago
  11. 4e39f8f Simplify code. No change in functionality. by Benjamin Kramer · 13 years ago
  12. 5cc6491 MC: Allow .common as alias for .comm assembler directive. PR10116. by Hans Wennborg · 13 years ago
  13. 22a54c1 Don't allocate empty read-only SmallVectors during SelectionDAG deallocation. by Benjamin Kramer · 13 years ago
  14. 1396c40 Remove unused but set variables. by Benjamin Kramer · 13 years ago
  15. 448da51 Fix PR10103: Less code for enum type translation. by Hans Wennborg · 13 years ago
  16. 5a72d9f Add test for r133251. by Nick Lewycky · 13 years ago
  17. 3ebb05d When scalar replacement returns a vector type, only accept it if the vector by Cameron Zwarich · 13 years ago
  18. b85e4eb rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is by Chris Lattner · 13 years ago
  19. 6be41eb Fix an invalid bitcast crash that occurs when doing a partial memset of a vector by Cameron Zwarich · 13 years ago
  20. aab3ea2 Remove a pointless assignment. Nothing checks the value of VectorTy anymore now by Cameron Zwarich · 13 years ago
  21. c6596e2 Use the correct comparator to avoid depending on pointer values. by Jakob Stoklund Olesen · 13 years ago
  22. abdbc84 Store CodeGenRegisters as pointers so they won't be reallocated. by Jakob Stoklund Olesen · 13 years ago
  23. 54c47c1 Remove MethodProtos/MethodBodies and allocation_order_begin/end. by Jakob Stoklund Olesen · 13 years ago
  24. 4b2a174 Delete unneeded allocation order override. by Jakob Stoklund Olesen · 13 years ago
  25. 0a074ed Switch ARM to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
  26. e8c38ca Switch x86 to using AltOrders instead of MethodBodies. by Jakob Stoklund Olesen · 13 years ago
  27. a566ec9 Moved to the right place. by Galina Kistanova · 13 years ago
  28. 3b6434e Reserve D16-D13 on subtargets that don't support them. by Jakob Stoklund Olesen · 13 years ago
  29. b4c7048 Provide AltOrders for specifying alternative allocation orders. by Jakob Stoklund Olesen · 13 years ago
  30. edb15d6 * Override the "EmitBytes" function, since it can sneak values in that way. by Bill Wendling · 13 years ago
  31. a307145 Fix UMULO support for 2x register width to allow the full by Eric Christopher · 13 years ago
  32. ccfae86 Remove false assertion. by Bill Wendling · 13 years ago
  33. bed9711 Only call TRI::getRawAllocationOrder to resolve a target-dependent hint. by Jakob Stoklund Olesen · 13 years ago
  34. 8936b94 Zap the last reference to allocation_order_begin(). by Jakob Stoklund Olesen · 13 years ago
  35. aad458d SI, DI, BP, and SP don't have 8-bit sub-registers in x86 mode. by Jakob Stoklund Olesen · 13 years ago
  36. 5e687ac Fix comment. by Eric Christopher · 13 years ago
  37. d3e724a Fix -Asserts build by Matt Beaumont-Gay · 13 years ago
  38. 66638b2 Revert r133285. Causing odd failures on Dragonegg. by Chad Rosier · 13 years ago
  39. 50cb969 Disable for another investigation. by Bill Wendling · 13 years ago
  40. c013699 Set debug loc for new preheader's terminator. by Devang Patel · 13 years ago
  41. 30507ef Support only DwarfCFI or SjLj exception handling in LSDA decoder. by Bill Wendling · 13 years ago
  42. 5ba8983 SjLj exception handling LSDA decoding support wasn't represented correctly. Use by Bill Wendling · 13 years ago
  43. 2fb86a8 Disable to investigate ARM failure. by Bill Wendling · 13 years ago
  44. e266ce6 Use the verbose asm flag instead of a new flag for decoding the LSDA. by Bill Wendling · 13 years ago
  45. da26ad5 Fix a bug in the type-lowering of integer-promoted elements. Add a check that by Nadav Rotem · 13 years ago
  46. 6d6c55b Add an alternative rev16 pattern. We should figure out a better way to handle these complex rev patterns. rdar://9609108 by Evan Cheng · 13 years ago
  47. 362fee9 Lower multiply with overflow checking to __mulo<mode> by Eric Christopher · 13 years ago
  48. 916a94b Add an option that allows one to "decode" the LSDA. by Bill Wendling · 13 years ago
  49. 3761c34 Relocate NUW test to cover all binary ops in a dynamic alloca expr. by Stuart Hastings · 13 years ago
  50. ed6fa18 est 2008-06-04-indirectmem.ll is X86-specific. Move to X86 folder. by Galina Kistanova · 13 years ago
  51. 4f6bab9 Drop the "2" suffix on some enums. by Chris Lattner · 13 years ago
  52. 96a74c5 remove support for a bunch of obsolete instruction encodings by Chris Lattner · 13 years ago
  53. 738f05a Remove a useless copy of MCELFStreamer. Patch by Logan Chien! by Benjamin Kramer · 13 years ago
  54. 981d826 getSuccWeight returns now default 0 if Weights vector is empty. by Jakub Staszak · 13 years ago
  55. 799a58a55 missed a file. by Chris Lattner · 13 years ago
  56. 9d61dd9 Remove some "2" suffixes from the metadata enums now that "1" is gone. by Chris Lattner · 13 years ago
  57. 020a5a4 remove bitcode reader support for LLVM 2.7 metadata encoding. by Chris Lattner · 13 years ago
  58. b0884dd remove another old and dead hunk of code. by Chris Lattner · 13 years ago
  59. a16546a Stop accepting and ignoring attributes in function types. Attributes are applied by Chris Lattner · 13 years ago
  60. a659196 Allow empty Weights vector. by Jakub Staszak · 13 years ago
  61. 951cd02 Fix a few places where 32bit instructions/registerset were used on PPC64. by Roman Divacky · 13 years ago
  62. 33ded73 Test for previous commit. by Rafael Espindola · 13 years ago
  63. db3983b Two fixes relating to debug value: by Rafael Espindola · 13 years ago
  64. 566a4ac Fix typo in comment. by Jay Foad · 13 years ago
  65. 707fd44 PTX: Adjust rounding modes by Justin Holewinski · 13 years ago
  66. f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 13 years ago
  67. 1d665c9 When promoting an alloca to registers discard any lifetime intrinsics. by Nick Lewycky · 13 years ago
  68. 8d85766 Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PBQP allocation. Patch by Arnaud Allard de Grandmaison. by Lang Hames · 13 years ago
  69. d589099 make the asmparser reject function and type redefinitions. 'Merging' hasn't been by Chris Lattner · 13 years ago
  70. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
  71. 437544f remove parser support for the obsolete "multiple return values" syntax, which by Chris Lattner · 13 years ago
  72. 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 13 years ago
  73. 7a1b9bd Remove support for using "foo" as symbols instead of %"foo". This is ancient by Chris Lattner · 13 years ago
  74. ec324e5 Enable early duplication of small blocks. There are still improvements to by Rafael Espindola · 13 years ago
  75. b712ef9 Allocate SystemZ callee-saved registers backwards: R13-R6 by Jakob Stoklund Olesen · 13 years ago
  76. f3a789d Remove old backwards compatibility support from the parser for autoupgrading by Chris Lattner · 13 years ago
  77. 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 13 years ago
  78. cd4e0b5 Update an insertion point iterator after replacing a return instruction with a by Cameron Zwarich · 13 years ago
  79. e1fd84a Explicitly invoke ArrayRef constructor to keep gcc happy. by Jakob Stoklund Olesen · 13 years ago
  80. dd5a847 Rename TRI::getAllocationOrder() to getRawAllocationOrder(). by Jakob Stoklund Olesen · 13 years ago
  81. c02a6fa Don't use register classes larger than TLI->getRegClassFor(VT). by Jakob Stoklund Olesen · 13 years ago
  82. ed344d2 Regenerate configure. by Daniel Dunbar · 13 years ago
  83. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
  84. dc9c76a Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {buildmode}. by Andrew Trick · 13 years ago
  85. fa796dd Teach antidependency breakers to use RegisterClassInfo. by Jakob Stoklund Olesen · 13 years ago
  86. 354eee7 forward declare GraphTraits in Type.h instead of #includ'ing it. by Chris Lattner · 13 years ago
  87. c86f24c cmake may require LIT_TOOLS_DIR. Reviewed by chapuni. Sorry for breaking. by Andrew Trick · 13 years ago
  88. 1d0a815 change Type.h to forward declare ArrayRef instead of #including it. by Chris Lattner · 13 years ago
  89. e817127 add some #includes that will soon be needed. by Chris Lattner · 13 years ago
  90. b9a7187 prune #includes. by Chris Lattner · 13 years ago
  91. 6091eb9 move the address space into the subclass data field, saving a word on PointerType. by Chris Lattner · 13 years ago
  92. e43d745 tidy up some comments, store the 'isvararg' bit for FunctionType in by Chris Lattner · 13 years ago
  93. ae5a0b5 remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. by Chris Lattner · 13 years ago
  94. d61f84e There's no need to be so picky about the particular register. by Nick Lewycky · 13 years ago
  95. 0860d0b Fix ARCOpt to insert releases on both successors of an invoke rather by Dan Gohman · 13 years ago
  96. 714c0eb Move PBQP off allocation_order_begin. No functional change intended. by Jakob Stoklund Olesen · 13 years ago
  97. 7cc2b07 Introduce MachineBranchProbabilityInfo class, which has similar API to by Jakub Staszak · 13 years ago
  98. 1300f30 Change the REG_SEQUENCE SDNode to take an explict register class ID as its first operand. This operand is lowered away by the time we reach MachineInstrs, so the actual register-allocation handling of them doesn't need to change. by Owen Anderson · 13 years ago
  99. 43641a5 Switch linear scan to using RegisterClassInfo. by Jakob Stoklund Olesen · 13 years ago
  100. 240aa60 Move test for appropriate directory. by Galina Kistanova · 13 years ago