1. ae77a20 Fix pr4820: Don't run llvm-config during "make clean" since it may have by Bob Wilson · 15 years ago
  2. 55a7877 Remove an unnecessary -f. by Dan Gohman · 15 years ago
  3. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  4. 24729e8 fix pasto by Chris Lattner · 15 years ago
  5. c6f9d62 Don't generate Dwarf line table entries for source line 0. by Caroline Tice · 15 years ago
  6. f411163 fix some fixmes: emit stubs in sorted order. by Chris Lattner · 15 years ago
  7. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  8. d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
  9. 724f675 give densemap iterators real iterator traits. by Chris Lattner · 15 years ago
  10. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  11. 597f979 Fix PR4948 (and a leak): by not destroying the DwarfException by Duncan Sands · 15 years ago
  12. 4f8fb49 turn on -experimental-asm-printer for x86 / AT&T by default. by Chris Lattner · 15 years ago
  13. f8c39a7 another random update by Chris Lattner · 15 years ago
  14. 13202de reject attempts to take the address of an intrinsic, PR4949. by Chris Lattner · 15 years ago
  15. 50b9575 fix a bunch of spurious failures for people whose home directory is sabre. by Chris Lattner · 15 years ago
  16. 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
  17. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
  18. 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 15 years ago
  19. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
  20. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
  21. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
  22. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 15 years ago
  23. b1b4c01 Bugfix. Sorry. by Andreas Neustifter · 15 years ago
  24. 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 15 years ago
  25. 9e6ffba switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs. by Chris Lattner · 15 years ago
  26. 46091d7 Fix a bug I introduced in FnStubs generation, switch GVStubs to be a by Chris Lattner · 15 years ago
  27. 2a3c20b change FnStubs from being a StringMap<std::string> to being a much by Chris Lattner · 15 years ago
  28. 3e6bf2d printInstruction() no longer prints a \n after itself, do it by Chris Lattner · 15 years ago
  29. a49ea86 reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of by Chris Lattner · 15 years ago
  30. ceddb2b fix prefix ordering, it's L_foo not _Lfoo by Chris Lattner · 15 years ago
  31. 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 15 years ago
  32. a0602b4 convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString by Chris Lattner · 15 years ago
  33. cf1ed75 rearrange some code, export a SmallString version of DecorateCygMingName. by Chris Lattner · 15 years ago
  34. c608cb1 more typos by Chris Lattner · 15 years ago
  35. 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
  36. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 15 years ago
  37. 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
  38. 4a215a1 Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. by Dan Gohman · 15 years ago
  39. 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 15 years ago
  40. c24edfa Fix indentation. by Dan Gohman · 15 years ago
  41. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
  42. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 15 years ago
  43. 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 15 years ago
  44. fa82441 Fix whitespaces. by Devang Patel · 15 years ago
  45. 169e1b0 Fix validation errors. by Bill Wendling · 15 years ago
  46. 808b9ce Fix validation errors. by Bill Wendling · 15 years ago
  47. 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 15 years ago
  48. db2659b Fix uppercaseo. by Dale Johannesen · 15 years ago
  49. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 15 years ago
  50. 399e45b Fit code within 80 columns by Victor Hernandez · 15 years ago
  51. 7893ec6 Added XOR instructions for rAX and immediates of various widths. by Sean Callanan · 15 years ago
  52. 2f34a13 Added MOV instructions between rAX and memory offsets, by Sean Callanan · 15 years ago
  53. 1f24e01 Added a variety of PUSH and POP instructions, including by Sean Callanan · 15 years ago
  54. 73c5a61 Exit early if exception handling isn't supported. by Bill Wendling · 15 years ago
  55. 57a7e94 Allow llvmc to take .bc files as input. by Mikhail Glushenkov · 15 years ago
  56. 0c0de66 Make ProfileEstimator more robust on general CFGs. by Andreas Neustifter · 15 years ago
  57. 478e71d add another broken version of gcc, thanks to Niels Moller for pointing this out. by Chris Lattner · 15 years ago
  58. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 15 years ago
  59. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 15 years ago
  60. 8018f5d fix leakage of Module by Nuno Lopes · 15 years ago
  61. b84c5ae Add some braces to make newer GCCs happy and update CMakeLists. by Benjamin Kramer · 15 years ago
  62. b4b1c9f Cleaned up code by factoring out common portions of edge loading into function. by Andreas Neustifter · 15 years ago
  63. fd5249e Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 15 years ago
  64. 28275fd Comment and whitespace cleanups. No intentional functionality change. by Bill Wendling · 15 years ago
  65. a2f6449 Revert part of my r81424 patch. I removed what looked like superfluous padding by Bill Wendling · 15 years ago
  66. 9ad48db Add a test case for r81431. by Evan Cheng · 15 years ago
  67. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  68. fabcb91 Add malloc call utility functions. Patch by Victor Hernandez. by Evan Cheng · 15 years ago
  69. fe22028 Don't hardcode the TType format size. In fact, rework the code so that it's more by Bill Wendling · 15 years ago
  70. 0866974 Proper support of non-lazy indirect symbols. by Evan Cheng · 15 years ago
  71. 43e484f Remove the "#if 0" that Noone loved. It wasn't really necessary, because the by Bill Wendling · 15 years ago
  72. b8b7052 MC: Give target specific parsers access to the MCStreamer. by Daniel Dunbar · 15 years ago
  73. 2a16e6b Revert r81171 which was causing pr4927. by Bob Wilson · 15 years ago
  74. d1a5b37 Pull check for SJLJ EH into a boolean and use that. by Bill Wendling · 15 years ago
  75. 40121bc Use the SizeOfEncodedValue function instead of magic variables for the by Bill Wendling · 15 years ago
  76. bb3e299 Add helpful comment. by Bill Wendling · 15 years ago
  77. 52783c6 Believe it or not, this is a simplification. :-) by Bill Wendling · 15 years ago
  78. 10bf734 Fix double load / store multiple encoding. by Evan Cheng · 15 years ago
  79. 2a1744f canonicalize namespace gymnastics by Chris Lattner · 15 years ago
  80. b63fd7a Testcase for (llvm-gcc) 81399. Adjust an older by Dale Johannesen · 15 years ago
  81. cd3b9a4 Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS. by Bob Wilson · 15 years ago
  82. c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 15 years ago
  83. 28179db Fix a subtle bug in "return;" generation which caused us to miss by Chris Lattner · 15 years ago
  84. ed68788 Add comment re: clang dependency. by Daniel Dunbar · 15 years ago
  85. 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 15 years ago
  86. 0734d35 Use the EOL that takes the encoding and translates it into DWARF-English. by Bill Wendling · 15 years ago
  87. 7b09a6c Early exit from function. by Bill Wendling · 15 years ago
  88. b4049fe Small amount of code clean-up: Don't use ".size()" when not necessary. by Bill Wendling · 15 years ago
  89. 65c0600 add a gross hack to get "SrcLine" comments to show up with the by Chris Lattner · 15 years ago
  90. 634cca3 hoist the call to processDebugLoc out of the generated by Chris Lattner · 15 years ago
  91. 9647994 Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future. by Lang Hames · 15 years ago
  92. eadcdc5 Reverted r81358. by Andreas Neustifter · 15 years ago
  93. c292caf Fix SplitCriticalEdge to properly update LCSSA form when splitting a by Dan Gohman · 15 years ago
  94. 1756825 Fix build, add missing simicolon. by Benjamin Kramer · 15 years ago
  95. c02f0d7 Reflow comment. by Mike Stump · 15 years ago
  96. ff5dfdf Preserve ProfileInfo. by Andreas Neustifter · 15 years ago
  97. 07abe17 Add the first functions for updating ProfileInfo. by Andreas Neustifter · 15 years ago
  98. 7fd7061 Cleaned up code by factoring out common portions of edge loading into funcion. by Andreas Neustifter · 15 years ago
  99. 88cfd96 Take lock before removing a node from MDNodeSet. by Devang Patel · 15 years ago
  100. 740fce3 Enable MDNode uniquing. by Devang Patel · 15 years ago