1. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  2. 2055bb3 delete the fixme too! :) by Chris Lattner · 15 years ago
  3. 4c66f72 merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. by Chris Lattner · 15 years ago
  4. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  5. 09abd1c make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower. by Chris Lattner · 15 years ago
  6. 70a54c0 replace printBasicBlockLabel with EmitBasicBlockStart, by Chris Lattner · 15 years ago
  7. 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
  8. e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
  9. f6dd026 remove two docs about the old Sparc backend which used Value*'s for vregs. by Chris Lattner · 15 years ago
  10. 39ddef3 move old clang readme here. by Chris Lattner · 15 years ago
  11. 325d3dc convert some uses of printBasicBlockLabel to use GetMBBSymbol instead. by Chris Lattner · 15 years ago
  12. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 15 years ago
  13. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 15 years ago
  14. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
  15. fbc18f8 tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. by Daniel Dunbar · 15 years ago
  16. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
  17. 8a2b012 Sink llvm-gcc dependent tests into distinct subdirs. by Daniel Dunbar · 15 years ago
  18. 43c8a06 Rewrite tests to not use Tcl substitution. by Daniel Dunbar · 15 years ago
  19. 7262baf Simplify LLVMC tests. by Daniel Dunbar · 15 years ago
  20. 2a52122 Fix merge problem by Anton Korobeynikov · 15 years ago
  21. 20c35ec Define proper subreg sets for arm - this should fix bunch of subtle problems by Anton Korobeynikov · 15 years ago
  22. d11c4de Add -mattr=+sse2 to the -march=x86 version of this test. Without by Dan Gohman · 15 years ago
  23. 299f11f Experimental fix for PR4960. by Daniel Dunbar · 15 years ago
  24. 7cb384d devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. by Chris Lattner · 15 years ago
  25. deb8c15 we don't want people to override printBasicBlockLabel. by Chris Lattner · 15 years ago
  26. be6d1fd Remove unnecessary #include. by Dan Gohman · 15 years ago
  27. e56f908 Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed to by Anton Korobeynikov · 15 years ago
  28. 4acac62 Preserve the inbounds flag, so that the constant folder doesn't recompute it. by Dan Gohman · 15 years ago
  29. 349a2eb Fix the build when DEBUG_SYMBOL_TABLE is set. by Dan Gohman · 15 years ago
  30. d624154 Convert llvm-link to IRReader. by Dan Gohman · 15 years ago
  31. d8d2050 factor MBB label lowering better by Chris Lattner · 15 years ago
  32. e9434db X86MCInstLower::Lower should only not emit anything to OutStreamer, by Chris Lattner · 15 years ago
  33. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
  34. 8fea32f split MachineInstr -> MCInst lowering into its own class (not by Chris Lattner · 15 years ago
  35. 4e68a2a remove the "old" at&t style asmprinter. Unfortunately, most of the by Chris Lattner · 15 years ago
  36. 4a39ba9 Whoops. Committed the headers for r81605 - 'Moved some more index operations over to LiveIntervals.' by Lang Hames · 15 years ago
  37. 35f291d Moved some more index operations over to LiveIntervals. by Lang Hames · 15 years ago
  38. 2a46f36 Added the WAIT instruction to the Intel tables, by Sean Callanan · 15 years ago
  39. 6f8f462 Added CMPS (string comparison) instructions for all by Sean Callanan · 15 years ago
  40. b24222c Remove -new-coalescer-heuristic. It's not useful. by Evan Cheng · 15 years ago
  41. 2173111 80 col violations. by Evan Cheng · 15 years ago
  42. 6b35bf1 fix another GCC bootstrap problem, which manifested as things by Chris Lattner · 15 years ago
  43. 6f8e4db fix an embarassing typo that resulted in llvm-gcc bootstrap miscompare by Chris Lattner · 15 years ago
  44. a82e465 Added SCAS instructions in their 8, 16, 32, and by Sean Callanan · 15 years ago
  45. 37acc1a Fix -Asserts warning. by Daniel Dunbar · 15 years ago
  46. 4dbd074 Update CMake files. by Ted Kremenek · 15 years ago
  47. dc91e54 De-bork CMake build. llvm-extract depends on asmparser by Douglas Gregor · 15 years ago
  48. ec08046 Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't by Dan Gohman · 15 years ago
  49. 82b3c2e Revert array initialization regclass change so that the initialization stays static, not runtime. by Jim Grosbach · 15 years ago
  50. e11a8f5 Update register class references to use the global constant ARM::*RegisterClass names. by Jim Grosbach · 15 years ago
  51. d00025a Added ADC, SUB, SBB, and OR instructions that operate on rAX and an immediate. by Sean Callanan · 15 years ago
  52. ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
  53. 55a7877 Remove an unnecessary -f. by Dan Gohman · 15 years ago
  54. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  55. 24729e8 fix pasto by Chris Lattner · 15 years ago
  56. c6f9d62 Don't generate Dwarf line table entries for source line 0. by Caroline Tice · 15 years ago
  57. f411163 fix some fixmes: emit stubs in sorted order. by Chris Lattner · 15 years ago
  58. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  59. d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
  60. 724f675 give densemap iterators real iterator traits. by Chris Lattner · 15 years ago
  61. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  62. 597f979 Fix PR4948 (and a leak): by not destroying the DwarfException by Duncan Sands · 15 years ago
  63. 4f8fb49 turn on -experimental-asm-printer for x86 / AT&T by default. by Chris Lattner · 15 years ago
  64. f8c39a7 another random update by Chris Lattner · 15 years ago
  65. 13202de reject attempts to take the address of an intrinsic, PR4949. by Chris Lattner · 15 years ago
  66. 50b9575 fix a bunch of spurious failures for people whose home directory is sabre. by Chris Lattner · 15 years ago
  67. 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
  68. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
  69. 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 15 years ago
  70. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  71. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  72. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  73. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
  74. b1b4c01 Bugfix. Sorry. by Andreas Neustifter · 15 years ago
  75. 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 15 years ago
  76. 9e6ffba switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs. by Chris Lattner · 15 years ago
  77. 46091d7 Fix a bug I introduced in FnStubs generation, switch GVStubs to be a by Chris Lattner · 15 years ago
  78. 2a3c20b change FnStubs from being a StringMap<std::string> to being a much by Chris Lattner · 15 years ago
  79. 3e6bf2d printInstruction() no longer prints a \n after itself, do it by Chris Lattner · 15 years ago
  80. a49ea86 reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of by Chris Lattner · 15 years ago
  81. ceddb2b fix prefix ordering, it's L_foo not _Lfoo by Chris Lattner · 15 years ago
  82. 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 15 years ago
  83. a0602b4 convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString by Chris Lattner · 15 years ago
  84. cf1ed75 rearrange some code, export a SmallString version of DecorateCygMingName. by Chris Lattner · 15 years ago
  85. c608cb1 more typos by Chris Lattner · 15 years ago
  86. 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
  87. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
  88. 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
  89. 4a215a1 Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. by Dan Gohman · 15 years ago
  90. 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 15 years ago
  91. c24edfa Fix indentation. by Dan Gohman · 15 years ago
  92. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
  93. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 15 years ago
  94. 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 15 years ago
  95. fa82441 Fix whitespaces. by Devang Patel · 15 years ago
  96. 169e1b0 Fix validation errors. by Bill Wendling · 15 years ago
  97. 808b9ce Fix validation errors. by Bill Wendling · 15 years ago
  98. 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 15 years ago
  99. db2659b Fix uppercaseo. by Dale Johannesen · 15 years ago
  100. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 15 years ago