1. 4b1511b Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). by Reid Kleckner · 15 years ago
  2. 016de81 Convert more code to use Operator instead of explicitly handling both by Dan Gohman · 15 years ago
  3. 5918304 Update CMake file. by Ted Kremenek · 15 years ago
  4. 867aadf llvm-mc: Default -triple to LLVM_HOSTTRIPLE. by Daniel Dunbar · 15 years ago
  5. 59959cd Fix pr4552. Stack slot coloring with register must take care not to generate illegal ams. by Evan Cheng · 15 years ago
  6. b4b53e5 llvm-mc: Add -triple, and start fetching the target asm printer. by Daniel Dunbar · 15 years ago
  7. cbdf0e2 Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers. by Daniel Dunbar · 15 years ago
  8. 3a7a68c Make BasicAliasAnalysis and Value::getUnderlyingObject use by Dan Gohman · 15 years ago
  9. 8f080f0 Fix some typos in a comment. by Dan Gohman · 15 years ago
  10. 47e9fab Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q', i.e. EAX, EDX, ECX, EBX. In 64-bit mode, it just means all the i64r registers. Yeah, that makes sense. by Evan Cheng · 15 years ago
  11. 12c67fb Tweak svn:ignore by Daniel Dunbar · 15 years ago
  12. 16fe990 remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. by Chris Lattner · 15 years ago
  13. 5c2cb32 Add a GEPOperator class, and move the hasNoPointerOverflow accessors into it. by Dan Gohman · 15 years ago
  14. afa709d Regenerate configure for ddunbar. by Jeffrey Yasskin · 15 years ago
  15. f8bd844 Reenable asmparser dependency generation, now with improved Perl foo. by Daniel Dunbar · 15 years ago
  16. e02fae8 Disable llvm-config magic for AsmParser, it is isn't right & is breaking the build. by Daniel Dunbar · 15 years ago
  17. 0c542ff end sentence in period, draw attention to the fact that you should by Chris Lattner · 15 years ago
  18. 3ddd717 we beat exceptions out of lib/system a long time ago. by Chris Lattner · 15 years ago
  19. 0768f0e Simplify some more. by Evan Cheng · 15 years ago
  20. fc8deb9 Commit this change, to accompany r76232. by Dan Gohman · 15 years ago
  21. 3e0f60b Use more terse and precise linkage checks. by Chris Lattner · 15 years ago
  22. 8906f95 Eliminate yet another copy of getOpcode. by Dan Gohman · 15 years ago
  23. 8413b22 Fix typo by Daniel Dunbar · 15 years ago
  24. a4ff5e4 these two pieces of code are the same because we always by Chris Lattner · 15 years ago
  25. ff141c2 Fix a typo that Duncan spotted. by Dan Gohman · 15 years ago
  26. ca17890 Add a new Operator class, for handling Instructions and ConstantExprs by Dan Gohman · 15 years ago
  27. e2cf37b Untangle a snarl that I discovered when updating the mangler, by Chris Lattner · 15 years ago
  28. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  29. 234f689 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  30. 6f37f8f fix include guard. by Chris Lattner · 15 years ago
  31. d129d73 Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDefs a little more aggressive and teaching liveintervals to make use of isUndef marker on MachineOperands. by Evan Cheng · 15 years ago
  32. 1bd9f58 GetElementPtr instructions default to having no overflow. by Dan Gohman · 15 years ago
  33. 6215c62 Implement cmake LLVM_MULTITHREADED gcc atomic builtin checks. by Xerxes Ranby · 15 years ago
  34. d8aa9fc Fix a crash in SROA. The FunctionPass::doInitialization method was never by Bob Wilson · 15 years ago
  35. b4cfd15 Define a no-pointer-overflow flag for GetElementPtr instructions. by Dan Gohman · 15 years ago
  36. 31cc426 Add new classes for working with optional optimization data by Dan Gohman · 15 years ago
  37. 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 15 years ago
  38. 47128fe Add a method to clear optional optimization information from a Value. by Dan Gohman · 15 years ago
  39. 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 15 years ago
  40. 4b9e165 Start generating AsmMatcher.inc for X86. by Daniel Dunbar · 15 years ago
  41. 22be522 tblgen/AsmMatcher: Emit simple matcher for register names. by Daniel Dunbar · 15 years ago
  42. 7540282 r76102 added the MachineCodeEmitter::processDebugLoc call and called it from by Jeffrey Yasskin · 15 years ago
  43. d75ec23 Fix compile warning. by Daniel Dunbar · 15 years ago
  44. bb496a3 Add missed return by Anton Korobeynikov · 15 years ago
  45. adc8288 opt: Add -std-link-opts argument, matches llvm-ld's optimizations. by Daniel Dunbar · 15 years ago
  46. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
  47. a9af7e6 rename test. by Chris Lattner · 15 years ago
  48. b674dbe revert one of the loops to use indicies over iterators because there are vector insertions inside the loop by Bruno Cardoso Lopes · 15 years ago
  49. 9491c16 Add a SubclassOptionalData field to Value. See the doxygen comment for details. by Dan Gohman · 15 years ago
  50. 445c89a Fix typo. by Daniel Dunbar · 15 years ago
  51. ff8ac55 Initialize another Context, in the hopes of unbreaking CBE. by Daniel Dunbar · 15 years ago
  52. a62b5ed Fix an apparent typo. by Dan Gohman · 15 years ago
  53. 5024246 by David Greene · 15 years ago
  54. 7df0c07 Provide slightly more refined error message when trying to lookup a target, and by Daniel Dunbar · 15 years ago
  55. ab9238e by David Greene · 15 years ago
  56. 3e11988 Avoid a compiler warning when assertions are turned off. by Duncan Sands · 15 years ago
  57. cbc6da6 Testcase for PR4214. by Duncan Sands · 15 years ago
  58. 8b7d706 Documentation clarifications for isSafeToSpeculativelyExecute. by Eli Friedman · 15 years ago
  59. d8f7a36 Oops, accidentally set a legal operation to expand. by Eli Friedman · 15 years ago
  60. e4ce880 Expand misc operations from test/CodeGen/Generic. by Eli Friedman · 15 years ago
  61. ed22494 Handle void in XCoreTargetLowering::isLegalAddressingMode. Triggers in by Eli Friedman · 15 years ago
  62. e91bf2c Remove some unnecessary expansion markings. Add a few expansion by Eli Friedman · 15 years ago
  63. 5427d71 Add operation expansion/promotion for a bunch of operations, many of by Eli Friedman · 15 years ago
  64. 3bf2d03 Add broken gcc from PR4532. by Nick Lewycky · 15 years ago
  65. a6e4322 Fix tSUBspi operand definition. It reads and writes sp, which is a high register. by Evan Cheng · 15 years ago
  66. 18d643a Set an operation expansion, noticed while running by Eli Friedman · 15 years ago
  67. a64eb92 Make promotion in operation legalization for SETCC work correctly. by Eli Friedman · 15 years ago
  68. 0b79a77 Replace isTrapping with a new, similar method called by Eli Friedman · 15 years ago
  69. 6055a6a One more operation expansion for MIPS, from test/CodeGen/Generic. by Eli Friedman · 15 years ago
  70. 5344865 Make sure CWriter's Context get's initialized. by Daniel Dunbar · 15 years ago
  71. 10a3659 Expand a bunch of illegal operations on MIPS (found by by Eli Friedman · 15 years ago
  72. 19c29f5 Fix 'may be used uninitialized' warning. - Anton, please review. by Daniel Dunbar · 15 years ago
  73. 923a579 Add the private keyword to the polygen grammar. by Dan Gohman · 15 years ago
  74. 21de024 Add the private keyword to the VIM syntax highlighting. by Dan Gohman · 15 years ago
  75. c1b46f9 Fix my brain cramp by inverting the assertion condition. by Evan Cheng · 15 years ago
  76. 28ebfcf Fix "no newline at end of file" warning from gcc. by Jeffrey Yasskin · 15 years ago
  77. ce032b4 Privatize the MDNode uniquing table. by Owen Anderson · 15 years ago
  78. b8e9ac8 Emit cross regclass register moves for thumb2. Minor code duplication cleanup. by Anton Korobeynikov · 15 years ago
  79. 2df5e55 Disable this assert for now, it is firing on an llvm-gcc bootstrap. :( by Daniel Dunbar · 15 years ago
  80. 49e3182 Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly to the llvm testsuite. by Bill Wendling · 15 years ago
  81. a82b22c GV with ghost linkage (module being lazily streamed in in JIT lazy compilation mode) do not require extra load from stub. This fixes ExecutionEngine/2005-12-02-TailCallBug.ll. by Evan Cheng · 15 years ago
  82. 423ccfe Assume an inline asm might be a call, so we get by Dale Johannesen · 15 years ago
  83. 3ac1ab8 by David Greene · 15 years ago
  84. aad3fb7 Privatize the MDString uniquing table. by Owen Anderson · 15 years ago
  85. 24cd3c4 Fix inverted preprocessor conditional. by Daniel Dunbar · 15 years ago
  86. efd280b Fix compiler warning (for -Asserts). by Daniel Dunbar · 15 years ago
  87. 93e55de Silence warning in Linux builds: by Jakob Stoklund Olesen · 15 years ago
  88. 34ccf03 Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. by Daniel Dunbar · 15 years ago
  89. 32360a7 Add line numbers to OProfile. To do this, I added a processDebugLoc() by Jeffrey Yasskin · 15 years ago
  90. 57e599a Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm operands. by Jakob Stoklund Olesen · 15 years ago
  91. 5f15992 Changed my mind. We now allow remat of instructions whose defs have subreg indices. by Evan Cheng · 15 years ago
  92. 914e50c Privatize the ConstantFP table. I'm on a roll! by Owen Anderson · 15 years ago
  93. dfce360 this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the llvm-gcc distro, it uses the system version. by Chris Lattner · 15 years ago
  94. 2b48ab9 With recent MC changes, RIP base register is explicitly modeled. Make sure we add it when x86 V_SET0 / V_SETALLONES (by transforming it into a constpool load) into the use instruction. by Evan Cheng · 15 years ago
  95. da24fe2 Update CMake file. by Ted Kremenek · 15 years ago
  96. 001dbfe Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a number of issues in by Owen Anderson · 15 years ago
  97. f96db46 Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic by Kevin Enderby · 15 years ago
  98. 214d319 Tweak svn:ignore by Daniel Dunbar · 15 years ago
  99. 850f791 Fill in some holes in ScalarEvolution's loop iteration condition by Dan Gohman · 15 years ago
  100. 358ab1d Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoad by Kevin Enderby · 15 years ago