1. 7fdeab3 Formatting. by Eric Christopher · 14 years ago
  2. e744ab2 fix DISABLE_EDIS by Chris Lattner · 14 years ago
  3. b676d98 Add the rest of the SHT_* values as defined in the System V ABI by Matt Fleming · 14 years ago
  4. 273e48b Add support for a new Apple-style build target, EmbeddedSim, that builds by Bob Wilson · 14 years ago
  5. 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 14 years ago
  6. de8d405 Testcase for llvm-gcc commit r108910. by Eric Christopher · 14 years ago
  7. a09e67a Remove setDbgMetadata and getDbgMetadata; their users have been by Dan Gohman · 14 years ago
  8. 8238f02 Let's get those buildbots green: #include is needed in the header, not just the implementation. by Owen Anderson · 14 years ago
  9. bda0252 Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, by Dan Gohman · 14 years ago
  10. e5b2b88 apparently also missing an include. by Chris Lattner · 14 years ago
  11. 8f5880c this is in System by Chris Lattner · 14 years ago
  12. 444e2f5 remove option from tablegen for building static header. by Chris Lattner · 14 years ago
  13. e1c29be Add new AVX instruction vinsertf128 by Bruno Cardoso Lopes · 14 years ago
  14. 6f0414a turn this into a normal header. by Chris Lattner · 14 years ago
  15. 1c861a0 hopefully heal the linux builders by Chris Lattner · 14 years ago
  16. b3c90d9 tidy up by Gabor Greif · 14 years ago
  17. ee9886e I just fail with SVN today. by Owen Anderson · 14 years ago
  18. a4f15d6 there is no reason to dynamically generate a static header. by Chris Lattner · 14 years ago
  19. 234db00 drop edinfo.inc into the objdir for src!=objdir builds. by Chris Lattner · 14 years ago
  20. d15d2f5 Oops. by Owen Anderson · 14 years ago
  21. aab5b32 Update header. by Eric Christopher · 14 years ago
  22. 39b890d Convert the internal PassRegistrar class into a new, external PassRegistry class. No intended functionality change at this point. by Owen Anderson · 14 years ago
  23. ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 14 years ago
  24. 9ae2e33 update cmake. by Chris Lattner · 14 years ago
  25. fed3fed hopefully teach cmake to build the .inc file. by Chris Lattner · 14 years ago
  26. feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 14 years ago
  27. ca2fcac cmake too by Chris Lattner · 14 years ago
  28. bd9de83 forgot to add a file by Chris Lattner · 14 years ago
  29. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  30. c4fd9af remove testing cruft, this can be found in unittests/Support/Casting.cpp now by Gabor Greif · 14 years ago
  31. 43ef3fb Remember that the induction variable is always a PHINode and by Dan Gohman · 14 years ago
  32. e895097 migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file by Gabor Greif · 14 years ago
  33. fc3678a Fix SCEV denormalization of expressions where the exit value from by Dan Gohman · 14 years ago
  34. 2dcacab Pull out r108755. After offline discussion with Chris, we're going to go a different direction with this. by Owen Anderson · 14 years ago
  35. eb4152c Add a fast path for x - x. by Dan Gohman · 14 years ago
  36. 08993c0 extend to cast<> and cast_or_null<> tests by Gabor Greif · 14 years ago
  37. 133e295 Simplify this code; LoopInfo::getCanonicalInductionVariable will only by Dan Gohman · 14 years ago
  38. 7c58dbd Make getOrInsertCanonicalInductionVariable guarantee that its by Dan Gohman · 14 years ago
  39. af8e2ef isa<> tests by Gabor Greif · 14 years ago
  40. b7391fa Change an argument from an Instruction* to a Value*, which is all by Dan Gohman · 14 years ago
  41. ee57dae initial checkin for unittest to exercise Support/Casting.h by Gabor Greif · 14 years ago
  42. 082d6b6 Minor code cleanups. by Dan Gohman · 14 years ago
  43. f27ca42 update tests for smarter BIC usage by Jim Grosbach · 14 years ago
  44. abff280 Appease the colonials. by Jakob Stoklund Olesen · 14 years ago
  45. f084a5e Using BIC for immediates needs an extra bump for its complexity to get by Jim Grosbach · 14 years ago
  46. 6bf8eee The same problem was being tracked in PR7652. by Duncan Sands · 14 years ago
  47. 8ae0263 Beginning SplitKit - utility classes for live range splitting. by Jakob Stoklund Olesen · 14 years ago
  48. 26ede68 Removed un-used code. by Jim Grosbach · 14 years ago
  49. 6089e46 Updated css classes for the pressure table legend. by Lang Hames · 14 years ago
  50. 2725abd Oops - I tables render poorly in Chrome without this explicit height specification. by Lang Hames · 14 years ago
  51. f80f31e Use run-length encoding to represent identical adjacent cells in the pressure by Lang Hames · 14 years ago
  52. 245581b Added support for turning HTML indentation on and off (indentation off by default). by Lang Hames · 14 years ago
  53. 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 14 years ago
  54. 4677379 Fix PR7174, a couple o Mips fixes: by Bruno Cardoso Lopes · 14 years ago
  55. 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 14 years ago
  56. 29e9daa Fix Mips PR7473. Patch by stetorvs@gmail.com by Bruno Cardoso Lopes · 14 years ago
  57. c4bcc77 Switched to rendering after allocation (but before rewriting) in PBQP. by Lang Hames · 14 years ago
  58. 735317c Grammar. by Eric Christopher · 14 years ago
  59. 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 14 years ago
  60. 72852a8 Constify some arguments. by Eric Christopher · 14 years ago
  61. e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 14 years ago
  62. 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 14 years ago
  63. fb272ad Minor code simplification. by Dan Gohman · 14 years ago
  64. bf1ae5e Don't hoist things out of a large switch inside a by Dale Johannesen · 14 years ago
  65. 7a2b701 x86_32 tests for vbroadcast by Bruno Cardoso Lopes · 14 years ago
  66. 43945d9 Add AVX vbroadcast new instruction by Bruno Cardoso Lopes · 14 years ago
  67. 7b81a0e Update CMake files. by Daniel Dunbar · 14 years ago
  68. 0db4271 Correct line info for declarations/definitions. Radar 8063111. by Stuart Hastings · 14 years ago
  69. f447a5f sink the arm implementations of ASmPrinter and MCInstLower by Chris Lattner · 14 years ago
  70. aef4035 fix a layering problem by moving the x86 implementation by Chris Lattner · 14 years ago
  71. 94143ee Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! by Bruno Cardoso Lopes · 14 years ago
  72. 58b8176 Fix memory leak reported by valgrind. by Devang Patel · 14 years ago
  73. c6e59b7 After a custom inserter, in a block which has constant instructions, by Dan Gohman · 14 years ago
  74. d70f57b ARM has to provide its own TargetLowering::findRepresentativeClass because its scalar floating point registers alias its vector registers. by Evan Cheng · 14 years ago
  75. bd3c63c long past time I added myself to this, I suppose. by Jim Grosbach · 14 years ago
  76. 7ee5d35 Change the implemented interfaces list on PassInfo from a std::vector to a manually implemented by Owen Anderson · 14 years ago
  77. 4332792 Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code by Bob Wilson · 14 years ago
  78. 9674967 MC/Mach-O: Silently ignore .file directives instead of error'ing out on by Daniel Dunbar · 14 years ago
  79. 77e2dd7 X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same by Daniel Dunbar · 14 years ago
  80. 519f179 Regenerate. by Owen Anderson · 14 years ago
  81. 4afb309 Remove extraneous character. by Owen Anderson · 14 years ago
  82. 009f20a Regenerate. by Owen Anderson · 14 years ago
  83. ba3fe69 Add support for detecting <mach-o/getsect.h> and the getsect() function. by Owen Anderson · 14 years ago
  84. 5f23a93 Tweak per Chris' comments. by Owen Anderson · 14 years ago
  85. 46dcb57 Teach computeRegisterProperties() to compute "representative" register class for legal value types. A "representative" register class is the largest legal super-reg register class for a value type. e.g. On i386, GR32 is the rep register class for i8 / i16 / i32; on x86_64 it would be GR64. by Evan Cheng · 14 years ago
  86. 9529a1c Spillers may alter MachineLoopInfo when breaking critical edges, so make it by Jakob Stoklund Olesen · 14 years ago
  87. 6ee3270 Testcase for 108732 (8195660). by Dale Johannesen · 14 years ago
  88. 8b3a6b6 Fix PR 7662. by Devang Patel · 14 years ago
  89. e1102ca Since ARM emits inline jump tables as part of the ConstantIsland pass, by Jim Grosbach · 14 years ago
  90. 350afb1 revert so I can get the right PR# in the log message. by Jim Grosbach · 14 years ago
  91. 0bb9895 Since ARM emits inline jump tables as part of the ConstantIsland pass, by Jim Grosbach · 14 years ago
  92. cf95ecc Remove code duplication. by Mikhail Glushenkov · 14 years ago
  93. b32d8dd Better error reporting for switch_list. by Mikhail Glushenkov · 14 years ago
  94. 5907f4c Update CMake build. by Benjamin Kramer · 14 years ago
  95. 837a0c3 Expose BasicBlock::moveBefore and moveAfter in C API, patch by Duncan Sands · 14 years ago
  96. 54cc2ef Render MachineFunctions to HTML pages, with options to render register by Lang Hames · 14 years ago
  97. b68f7ae precompute 20 tags by Gabor Greif · 14 years ago
  98. e117b63 Fix indentation. by Duncan Sands · 14 years ago
  99. d90fee9 Expose JIT::recompileAndRelinkFunction for use through the C API. by Duncan Sands · 14 years ago
  100. aa52fd1 Testcase for r108687. by Owen Anderson · 14 years ago