1. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
  2. 8a2b012 Sink llvm-gcc dependent tests into distinct subdirs. by Daniel Dunbar · 15 years ago
  3. 43c8a06 Rewrite tests to not use Tcl substitution. by Daniel Dunbar · 15 years ago
  4. 7262baf Simplify LLVMC tests. by Daniel Dunbar · 15 years ago
  5. 2a52122 Fix merge problem by Anton Korobeynikov · 15 years ago
  6. 20c35ec Define proper subreg sets for arm - this should fix bunch of subtle problems by Anton Korobeynikov · 15 years ago
  7. d11c4de Add -mattr=+sse2 to the -march=x86 version of this test. Without by Dan Gohman · 15 years ago
  8. 299f11f Experimental fix for PR4960. by Daniel Dunbar · 15 years ago
  9. 7cb384d devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. by Chris Lattner · 15 years ago
  10. deb8c15 we don't want people to override printBasicBlockLabel. by Chris Lattner · 15 years ago
  11. be6d1fd Remove unnecessary #include. by Dan Gohman · 15 years ago
  12. e56f908 Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to by Anton Korobeynikov · 15 years ago
  13. 4acac62 Preserve the inbounds flag, so that the constant folder doesn't recompute it. by Dan Gohman · 15 years ago
  14. 349a2eb Fix the build when DEBUG_SYMBOL_TABLE is set. by Dan Gohman · 15 years ago
  15. d624154 Convert llvm-link to IRReader. by Dan Gohman · 15 years ago
  16. d8d2050 factor MBB label lowering better by Chris Lattner · 15 years ago
  17. e9434db X86MCInstLower::Lower should only not emit anything to OutStreamer, by Chris Lattner · 15 years ago
  18. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
  19. 8fea32f split MachineInstr -> MCInst lowering into its own class (not by Chris Lattner · 15 years ago
  20. 4e68a2a remove the "old" at&t style asmprinter. Unfortunately, most of the by Chris Lattner · 15 years ago
  21. 4a39ba9 Whoops. Committed the headers for r81605 - 'Moved some more index operations over to LiveIntervals.' by Lang Hames · 15 years ago
  22. 35f291d Moved some more index operations over to LiveIntervals. by Lang Hames · 15 years ago
  23. 2a46f36 Added the WAIT instruction to the Intel tables, by Sean Callanan · 15 years ago
  24. 6f8f462 Added CMPS (string comparison) instructions for all by Sean Callanan · 15 years ago
  25. b24222c Remove -new-coalescer-heuristic. It's not useful. by Evan Cheng · 15 years ago
  26. 2173111 80 col violations. by Evan Cheng · 15 years ago
  27. 6b35bf1 fix another GCC bootstrap problem, which manifested as things by Chris Lattner · 15 years ago
  28. 6f8e4db fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare by Chris Lattner · 15 years ago
  29. a82e465 Added SCAS instructions in their 8, 16, 32, and by Sean Callanan · 15 years ago
  30. 37acc1a Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  31. 4dbd074 Update CMake files. by Ted Kremenek · 15 years ago
  32. dc91e54 De-bork CMake build. llvm-extract depends on asmparser by Douglas Gregor · 15 years ago
  33. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  34. 82b3c2e Revert array initialization regclass change so that the initialization stays static, not runtime. by Jim Grosbach · 15 years ago
  35. e11a8f5 Update register class references to use the global constant ARM::*RegisterClass names. by Jim Grosbach · 15 years ago
  36. d00025a Added ADC, SUB, SBB, and OR instructions that operate on rAX and an immediate. by Sean Callanan · 15 years ago
  37. ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
  38. 55a7877 Remove an unnecessary -f. by Dan Gohman · 15 years ago
  39. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  40. 24729e8 fix pasto by Chris Lattner · 15 years ago
  41. c6f9d62 Don't generate Dwarf line table entries for source line 0. by Caroline Tice · 15 years ago
  42. f411163 fix some fixmes: emit stubs in sorted order. by Chris Lattner · 15 years ago
  43. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  44. d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
  45. 724f675 give densemap iterators real iterator traits. by Chris Lattner · 15 years ago
  46. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  47. 597f979 Fix PR4948 (and a leak): by not destroying the DwarfException by Duncan Sands · 15 years ago
  48. 4f8fb49 turn on -experimental-asm-printer for x86 / AT&T by default. by Chris Lattner · 15 years ago
  49. f8c39a7 another random update by Chris Lattner · 15 years ago
  50. 13202de reject attempts to take the address of an intrinsic, PR4949. by Chris Lattner · 15 years ago
  51. 50b9575 fix a bunch of spurious failures for people whose home directory is sabre. by Chris Lattner · 15 years ago
  52. 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
  53. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
  54. 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 15 years ago
  55. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  56. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  57. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  58. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
  59. b1b4c01 Bugfix. Sorry. by Andreas Neustifter · 15 years ago
  60. 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 15 years ago
  61. 9e6ffba switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs. by Chris Lattner · 15 years ago
  62. 46091d7 Fix a bug I introduced in FnStubs generation, switch GVStubs to be a by Chris Lattner · 15 years ago
  63. 2a3c20b change FnStubs from being a StringMap<std::string> to being a much by Chris Lattner · 15 years ago
  64. 3e6bf2d printInstruction() no longer prints a \n after itself, do it by Chris Lattner · 15 years ago
  65. a49ea86 reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of by Chris Lattner · 15 years ago
  66. ceddb2b fix prefix ordering, it's L_foo not _Lfoo by Chris Lattner · 15 years ago
  67. 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 15 years ago
  68. a0602b4 convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString by Chris Lattner · 15 years ago
  69. cf1ed75 rearrange some code, export a SmallString version of DecorateCygMingName. by Chris Lattner · 15 years ago
  70. c608cb1 more typos by Chris Lattner · 15 years ago
  71. 879caea Follow up to 81494. When the folded reload is narrowed to a 32-bit load then change the destination register to a 32-bit one or add a sub-register index. by Evan Cheng · 15 years ago
  72. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
  73. 9cef48e It's not legal to fold a load from a narrower stack slot into a wider instruction. If done, the instruction does a 64-bit load and that's not by Evan Cheng · 15 years ago
  74. 4a215a1 Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. by Dan Gohman · 15 years ago
  75. 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 15 years ago
  76. c24edfa Fix indentation. by Dan Gohman · 15 years ago
  77. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
  78. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 15 years ago
  79. 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 15 years ago
  80. fa82441 Fix whitespaces. by Devang Patel · 15 years ago
  81. 169e1b0 Fix validation errors. by Bill Wendling · 15 years ago
  82. 808b9ce Fix validation errors. by Bill Wendling · 15 years ago
  83. 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 15 years ago
  84. db2659b Fix uppercaseo. by Dale Johannesen · 15 years ago
  85. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 15 years ago
  86. 399e45b Fit code within 80 columns by Victor Hernandez · 15 years ago
  87. 7893ec6 Added XOR instructions for rAX and immediates of various widths. by Sean Callanan · 15 years ago
  88. 2f34a13 Added MOV instructions between rAX and memory offsets, by Sean Callanan · 15 years ago
  89. 1f24e01 Added a variety of PUSH and POP instructions, including by Sean Callanan · 15 years ago
  90. 73c5a61 Exit early if exception handling isn't supported. by Bill Wendling · 15 years ago
  91. 57a7e94 Allow llvmc to take .bc files as input. by Mikhail Glushenkov · 15 years ago
  92. 0c0de66 Make ProfileEstimator more robust on general CFGs. by Andreas Neustifter · 15 years ago
  93. 478e71d add another broken version of gcc, thanks to Niels Moller for pointing this out. by Chris Lattner · 15 years ago
  94. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
  95. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago
  96. 8018f5d fix leakage of Module by Nuno Lopes · 15 years ago
  97. b84c5ae Add some braces to make newer GCCs happy and update CMakeLists. by Benjamin Kramer · 15 years ago
  98. b4b1c9f Cleaned up code by factoring out common portions of edge loading into function. by Andreas Neustifter · 15 years ago
  99. fd5249e Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 15 years ago
  100. 28275fd Comment and whitespace cleanups. No intentional functionality change. by Bill Wendling · 15 years ago