1. 4a66e5b Based on the testcase for pr3120, running on my MacPro with Xeon processors, by Bob Wilson · 15 years ago
  2. d71cebf Support PIC loading of constant pool entries by Bruno Cardoso Lopes · 15 years ago
  3. 5b512fe Adjust comments to new semantics. by Edward O'Callaghan · 15 years ago
  4. 5f9b9ef Sketch structure for X86 disassembler. by Daniel Dunbar · 15 years ago
  5. e49a8e4 API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review. by Edward O'Callaghan · 15 years ago
  6. b3587cf Perform explicit instantiations in the proper namespace, since Clang diagnoses this ill-formity. by Douglas Gregor · 15 years ago
  7. 2579843 Reverting patch in revision 89758, initial attempt at fixing PR5373 has proven to be bogus. by Edward O'Callaghan · 15 years ago
  8. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  9. 4fc760e Regenerate configure by Daniel Dunbar · 15 years ago
  10. fa3f0b9 Add CMake and configure logic to create llvm/Config/Disassemblers.defs. by Daniel Dunbar · 15 years ago
  11. 4058874 Sketch TableGen disassembler emitter, based on patch by Sean Callanan. by Daniel Dunbar · 15 years ago
  12. 37fd537 Use endianess dependent offsets for load/store of doubles when by Bruno Cardoso Lopes · 15 years ago
  13. 0106a0a Fix compiler warnings. by Dale Johannesen · 15 years ago
  14. 5f222b1 Only include in the callee saved regs the sub registers to avoid by Bruno Cardoso Lopes · 15 years ago
  15. 302525b Add proper emission of load/store double to stack slots for mips1 targets! by Bruno Cardoso Lopes · 15 years ago
  16. 7dbc610 Revert r89803. by Devang Patel · 15 years ago
  17. f8c4cfb Refactor target hook for tail duplication as requested by Chris. by Bob Wilson · 15 years ago
  18. f7801b4 Do not store R31 into the caller's link area on PPC. by Dale Johannesen · 15 years ago
  19. eac7917 Enable debug info for ppc-darwin. by Devang Patel · 15 years ago
  20. e9a0597 Use StringRef instead of std::string in DIEString. by Devang Patel · 15 years ago
  21. f5a7a2c Remove DebugLabelFolder pass. It is not used by dwarf writer anymore. by Devang Patel · 15 years ago
  22. f3a0376 Swith to pubtypes section before emitting pub types. by Devang Patel · 15 years ago
  23. 98e46d8 Remove bogus error handling code. by Daniel Dunbar · 15 years ago
  24. 3d8f879 Fix comments as pre-post review for rev.89765. by Edward O'Callaghan · 15 years ago
  25. d41e944 Provide Path::isSpecialFile interface for PR5568. by Edward O'Callaghan · 15 years ago
  26. de8d3b7 Fix for PR5373, Credit to Jakub Staszak. by Edward O'Callaghan · 15 years ago
  27. d7f0810 Enable predication of NEON instructions in Thumb2 mode. by Evan Cheng · 15 years ago
  28. 630382a Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to by Jeffrey Yasskin · 15 years ago
  29. 9e763b8 Delete some dead and non-obvious code. by Dan Gohman · 15 years ago
  30. 193f720 Emit pubtypes. by Devang Patel · 15 years ago
  31. b60d519 Make capitalization of names starting "is" more consistent. by Dale Johannesen · 15 years ago
  32. 9d172d5 Data type suffix must come after predicate. by Evan Cheng · 15 years ago
  33. 2601329 <rdar://problem/6721894>. Allow multiple registers to be renamed together (super and sub) if necessary to break an anti-dependence. by David Goodwin · 15 years ago
  34. 5cdc3a9 Materialize global addresses via movt/movw pair, this is always better by Anton Korobeynikov · 15 years ago
  35. 6935efc 80 column violations by Jim Grosbach · 15 years ago
  36. 108c838 * Move stub allocation inside the JITEmitter, instead of exposing a by Jeffrey Yasskin · 15 years ago
  37. dbc3577 enable iv-users simplification by default by Jim Grosbach · 15 years ago
  38. 735afe1 Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. by Dan Gohman · 15 years ago
  39. 0261d79 Allow more than one stub to be being generated at the same time. by Jeffrey Yasskin · 15 years ago
  40. f81bf15 Massive refactoring of NEON instructions. Separate opcode from data size specifier suffix, move \t up stream to instruction format, and fix more 80 column violations. by Evan Cheng · 15 years ago
  41. 277207e Simplify this code. by Dan Gohman · 15 years ago
  42. 75ae593 Print the debug info line and column in MachineInstr::print even when there's by Dan Gohman · 15 years ago
  43. 77b02be move fconst[sd] to UAL. <rdar://7414913> by Jim Grosbach · 15 years ago
  44. da1aea4 Partially revert r84730 by removing N2VDup from ARMInstrFormats.td and modifying by Johnny Chen · 15 years ago
  45. bbf56bb update test for 89694 by Jim Grosbach · 15 years ago
  46. 15e6ef8 fold immediate of a + Const into the user as a subtract if it can fit as a negated two-part immediate. by Jim Grosbach · 15 years ago
  47. b16ed11 Revert r84572 by removing N3VImm from ARMInstrFormats.td now that we can specify by Johnny Chen · 15 years ago
  48. e54a5e8 Add CreateLocation varinat that accepts MDNode (with a default value). by Devang Patel · 15 years ago
  49. 05f6fa8 Revert r89487. by Devang Patel · 15 years ago
  50. 7ebd32a Partially revert r89377 by removing NLdStLN class definition from by Johnny Chen · 15 years ago
  51. 5fca8b1 Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. by Dan Gohman · 15 years ago
  52. 2048b85 Rename SelectionDAGLowering to SelectionDAGBuilder, and rename by Dan Gohman · 15 years ago
  53. 131c4a5 Make it clear that the index bit(s) of Vector Get Lane and Vector Set Lane by Johnny Chen · 15 years ago
  54. f9bd450 Move RegsForValue to an anonymous namespace, since it is only used in this file. by Dan Gohman · 15 years ago
  55. 66336ed Move some more code out of SelectionDAGBuild.cpp and into by Dan Gohman · 15 years ago
  56. 7776452 Minor itinerary fixes for FP instructions. by David Goodwin · 15 years ago
  57. 9977ed0 Update CMake file. by Ted Kremenek · 15 years ago
  58. 6277eb2 Move the FunctionLoweringInfo class and some related utility functions out by Dan Gohman · 15 years ago
  59. b27db37 fix comment, thanks all :) by Chris Lattner · 15 years ago
  60. 403ac2e use the new isNoAlias method to simplify some code, only do an escaping check if by Chris Lattner · 15 years ago
  61. 5d56b2d whitespace cleanup, tidying by Chris Lattner · 15 years ago
  62. b34b82e speed up BasicAA a bit by implementing a long-standing TODO. by Chris Lattner · 15 years ago
  63. c46530b add a helper by Chris Lattner · 15 years ago
  64. 9f9ca73 Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls by Dan Gohman · 15 years ago
  65. 01b97dd Make ConstantFoldConstantExpression recursively visit the entire by Dan Gohman · 15 years ago
  66. 8f3817f Fix a use of an invalidated iterator in the case where there are multiple by Dan Gohman · 15 years ago
  67. e8e01b6 I forgot to update the prototype for LLVMBuildIntCast when correcting by Duncan Sands · 15 years ago
  68. e3ab75d Start catching LLVMContext misuse in the verifier. by Nick Lewycky · 15 years ago
  69. ce2c51b Pull LLVMContext out of PromoteMemToReg. by Nick Lewycky · 15 years ago
  70. 2e0316f Remove LLVMContext and its include. by Nick Lewycky · 15 years ago
  71. ae3d802 Remove unused LLVMContext. by Nick Lewycky · 15 years ago
  72. c6501b1 Remove dead LLVMContext argument. by Nick Lewycky · 15 years ago
  73. 55bd8bd Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This by Nick Lewycky · 15 years ago
  74. e389446 CMake: Updated library dependencies. by Oscar Fuentes · 15 years ago
  75. 7be498e CMake: Do not try to install a target before it is defined. by Oscar Fuentes · 15 years ago
  76. b8352de CMake: generate targets for tools and examples even when by Oscar Fuentes · 15 years ago
  77. ead2dac FileCheck, PR5239: Try to find the intended match on failures, but looking for a by Daniel Dunbar · 15 years ago
  78. fafe93c FileCheck: When a string using variable references fails to match, print by Daniel Dunbar · 15 years ago
  79. 4153982 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 15 years ago
  80. 964ac01 Allow '_' in FileCheck variable names, it is nice to have at least one by Daniel Dunbar · 15 years ago
  81. a2f20b2 Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to by Jim Grosbach · 15 years ago
  82. a37aa54 Move default FrameReg val to getFrameIndexReference(). Otherwise, debug info can get bogus values. by Jim Grosbach · 15 years ago
  83. 7ab38df 80-column cleanup by Jim Grosbach · 15 years ago
  84. e023993 Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 15 years ago
  85. 0a984f8 Update doc re: LLVM_BUILD_EXAMPLES. by Daniel Dunbar · 15 years ago
  86. 5a325e3 Use ExtractElementInst::Create instead of new; patch by Artur Pietrek! by Daniel Dunbar · 15 years ago
  87. 6c7276f add fixme for dubious code. Duncan, what do you think? by Chris Lattner · 15 years ago
  88. 4723303 remove a silly condition that doesn't make a lot of sense anymore. by Chris Lattner · 15 years ago
  89. 92e803c reduce indentation, no functionality change. by Chris Lattner · 15 years ago
  90. 66e08cf Remove the AliasAnalysis::getMustAliases method, which is dead. by Chris Lattner · 15 years ago
  91. 18d18b7 Miss two, PR5307. by Edward O'Callaghan · 15 years ago
  92. f4a93dd Convert Thumb2 tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  93. bfd987b Turns out stuff gets allocated to different registers depending on the subtarget. by Benjamin Kramer · 15 years ago
  94. 11cc4fa Convert ARM tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  95. 3ebd44d Convert test to FileCheck. by Benjamin Kramer · 15 years ago
  96. de9b6b1 Forgot to alter RUN line when converting to FileCheck. by Edward O'Callaghan · 15 years ago
  97. 85d1aab Fix for bad FileCheck converts in revision 89584. by Edward O'Callaghan · 15 years ago
  98. 81fff07 Convert a few tests to FileCheck for PR5307. by Edward O'Callaghan · 15 years ago
  99. 2187041 Fix whitespace. by Bob Wilson · 15 years ago
  100. 2214dc0 Fix pr5470. Tablegen handles template arguments by temporarily setting their by Bob Wilson · 15 years ago