1. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 16 years ago
  2. 892e44a default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts. by Chris Lattner · 16 years ago
  3. ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 16 years ago
  4. d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 16 years ago
  5. b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 16 years ago
  6. 69110c9 Eliminate some unnecessary implicit constructors in generated DAG ISel code. by Owen Anderson · 16 years ago
  7. b1b4c01 Bugfix. Sorry. by Andreas Neustifter · 16 years ago
  8. 8a58c18 Make ProfileEstimator even more robust on general CFGs. by Andreas Neustifter · 16 years ago
  9. 9e6ffba switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs. by Chris Lattner · 16 years ago
  10. 46091d7 Fix a bug I introduced in FnStubs generation, switch GVStubs to be a by Chris Lattner · 16 years ago
  11. 2a3c20b change FnStubs from being a StringMap<std::string> to being a much by Chris Lattner · 16 years ago
  12. 3e6bf2d printInstruction() no longer prints a \n after itself, do it by Chris Lattner · 16 years ago
  13. a49ea86 reimplement X86ATTAsmPrinter::GetGlobalAddressSymbol in terms of by Chris Lattner · 16 years ago
  14. ceddb2b fix prefix ordering, it's L_foo not _Lfoo by Chris Lattner · 16 years ago
  15. 5b7dfee add a new Mangler::getNameWithPrefix API which returns the by Chris Lattner · 16 years ago
  16. a0602b4 convert X86ATTAsmPrinter::GetExternalSymbolSymbol to use SmallString by Chris Lattner · 16 years ago
  17. cf1ed75 rearrange some code, export a SmallString version of DecorateCygMingName. by Chris Lattner · 16 years ago
  18. c608cb1 more typos by Chris Lattner · 16 years ago
  19. 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 · 16 years ago
  20. 5f12c21 PHI nodes can never reach the asmprinter, assert and die instead of printing by Chris Lattner · 16 years ago
  21. 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 · 16 years ago
  22. 4a215a1 Make fast-isel try ISD::FNEG before resorting to bitcasts and xors. by Dan Gohman · 16 years ago
  23. 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 16 years ago
  24. c24edfa Fix indentation. by Dan Gohman · 16 years ago
  25. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 16 years ago
  26. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 16 years ago
  27. 83e3c4f Give these files top-level comments that describe the current code. by Dan Gohman · 16 years ago
  28. fa82441 Fix whitespaces. by Devang Patel · 16 years ago
  29. 169e1b0 Fix validation errors. by Bill Wendling · 16 years ago
  30. 808b9ce Fix validation errors. by Bill Wendling · 16 years ago
  31. 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 16 years ago
  32. db2659b Fix uppercaseo. by Dale Johannesen · 16 years ago
  33. 9c65645 Added the ParseInstruction() hook for target specific assembler directives so by Kevin Enderby · 16 years ago
  34. 399e45b Fit code within 80 columns by Victor Hernandez · 16 years ago
  35. 7893ec6 Added XOR instructions for rAX and immediates of various widths. by Sean Callanan · 16 years ago
  36. 2f34a13 Added MOV instructions between rAX and memory offsets, by Sean Callanan · 16 years ago
  37. 1f24e01 Added a variety of PUSH and POP instructions, including by Sean Callanan · 16 years ago
  38. 73c5a61 Exit early if exception handling isn't supported. by Bill Wendling · 16 years ago
  39. 57a7e94 Allow llvmc to take .bc files as input. by Mikhail Glushenkov · 16 years ago
  40. 0c0de66 Make ProfileEstimator more robust on general CFGs. by Andreas Neustifter · 16 years ago
  41. 478e71d add another broken version of gcc, thanks to Niels Moller for pointing this out. by Chris Lattner · 16 years ago
  42. 2d04ec5 Distinguish between 'empty' and empty DAG marker. by Mikhail Glushenkov · 16 years ago
  43. 684a8b0 Add a logical 'not' operator to llvmc's TableGen dialect. by Mikhail Glushenkov · 16 years ago
  44. 8018f5d fix leakage of Module by Nuno Lopes · 16 years ago
  45. b84c5ae Add some braces to make newer GCCs happy and update CMakeLists. by Benjamin Kramer · 16 years ago
  46. b4b1c9f Cleaned up code by factoring out common portions of edge loading into function. by Andreas Neustifter · 16 years ago
  47. fd5249e Correctly handle the case where a comparison is created in one BasicBlock and by Nick Lewycky · 16 years ago
  48. 28275fd Comment and whitespace cleanups. No intentional functionality change. by Bill Wendling · 16 years ago
  49. a2f6449 Revert part of my r81424 patch. I removed what looked like superfluous padding by Bill Wendling · 16 years ago
  50. 9ad48db Add a test case for r81431. by Evan Cheng · 16 years ago
  51. f3e2d80 Remove prcontext. by Daniel Dunbar · 16 years ago
  52. fabcb91 Add malloc call utility functions. Patch by Victor Hernandez. by Evan Cheng · 16 years ago
  53. fe22028 Don't hardcode the TType format size. In fact, rework the code so that it's more by Bill Wendling · 16 years ago
  54. 0866974 Proper support of non-lazy indirect symbols. by Evan Cheng · 16 years ago
  55. 43e484f Remove the "#if 0" that Noone loved. It wasn't really necessary, because the by Bill Wendling · 16 years ago
  56. b8b7052 MC: Give target specific parsers access to the MCStreamer. by Daniel Dunbar · 16 years ago
  57. 2a16e6b Revert r81171 which was causing pr4927. by Bob Wilson · 16 years ago
  58. d1a5b37 Pull check for SJLJ EH into a boolean and use that. by Bill Wendling · 16 years ago
  59. 40121bc Use the SizeOfEncodedValue function instead of magic variables for the by Bill Wendling · 16 years ago
  60. bb3e299 Add helpful comment. by Bill Wendling · 16 years ago
  61. 52783c6 Believe it or not, this is a simplification. :-) by Bill Wendling · 16 years ago
  62. 10bf734 Fix double load / store multiple encoding. by Evan Cheng · 16 years ago
  63. 2a1744f canonicalize namespace gymnastics by Chris Lattner · 16 years ago
  64. b63fd7a Testcase for (llvm-gcc) 81399. Adjust an older by Dale Johannesen · 16 years ago
  65. cd3b9a4 Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS. by Bob Wilson · 16 years ago
  66. c5ea263 remove DebugLoc from MCInst and eliminate "Comment printing" from by Chris Lattner · 16 years ago
  67. 28179db Fix a subtle bug in "return;" generation which caused us to miss by Chris Lattner · 16 years ago
  68. ed68788 Add comment re: clang dependency. by Daniel Dunbar · 16 years ago
  69. 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 16 years ago
  70. 0734d35 Use the EOL that takes the encoding and translates it into DWARF-English. by Bill Wendling · 16 years ago
  71. 7b09a6c Early exit from function. by Bill Wendling · 16 years ago
  72. b4049fe Small amount of code clean-up: Don't use ".size()" when not necessary. by Bill Wendling · 16 years ago
  73. 65c0600 add a gross hack to get "SrcLine" comments to show up with the by Chris Lattner · 16 years ago
  74. 634cca3 hoist the call to processDebugLoc out of the generated by Chris Lattner · 16 years ago
  75. 9647994 Removed static qualifier from a few index related methods. These methods may require a LiveIntervals instance in future. by Lang Hames · 16 years ago
  76. eadcdc5 Reverted r81358. by Andreas Neustifter · 16 years ago
  77. c292caf Fix SplitCriticalEdge to properly update LCSSA form when splitting a by Dan Gohman · 16 years ago
  78. 1756825 Fix build, add missing simicolon. by Benjamin Kramer · 16 years ago
  79. c02f0d7 Reflow comment. by Mike Stump · 16 years ago
  80. ff5dfdf Preserve ProfileInfo. by Andreas Neustifter · 16 years ago
  81. 07abe17 Add the first functions for updating ProfileInfo. by Andreas Neustifter · 16 years ago
  82. 7fd7061 Cleaned up code by factoring out common portions of edge loading into funcion. by Andreas Neustifter · 16 years ago
  83. 88cfd96 Take lock before removing a node from MDNodeSet. by Devang Patel · 16 years ago
  84. 740fce3 Enable MDNode uniquing. by Devang Patel · 16 years ago
  85. 842dee4 Fix an 80-column violation. by Dan Gohman · 16 years ago
  86. 9c0aa85 by Devang Patel · 16 years ago
  87. e2ad47e Hide all cscope files. by Andreas Neustifter · 16 years ago
  88. 04a8aaf Updated svn:ignore to hide *.cmx files. by Andreas Neustifter · 16 years ago
  89. 273a488 revert r81335, which breaks the build. by Chris Lattner · 16 years ago
  90. 607a050 When widening a vector load, use the correct chain. This fixes PR4891. by Dan Gohman · 16 years ago
  91. 43b1b0e Fixed wrong storage option for ProfileVerifierDisableAssertions. by Andreas Neustifter · 16 years ago
  92. 1f3b002 Updated ProfileInfo to have clean seperation between different sentinels. by Andreas Neustifter · 16 years ago
  93. d8b0630 Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on by Benjamin Kramer · 16 years ago
  94. 581af5f Copy-pasto. by Mikhail Glushenkov · 16 years ago
  95. 4f51d99 Revert 81248 for now. by Mikhail Glushenkov · 16 years ago
  96. 8add269 Check that the 'kill' call succeeded. by Mikhail Glushenkov · 16 years ago
  97. 6e89b6f Add testcase for r81322 (PR4933). by Torok Edwin · 16 years ago
  98. 4c0b349 Provide proper section flags for various BSS flavours by Anton Korobeynikov · 16 years ago
  99. 8ddb569 Whitespace cleanup by Anton Korobeynikov · 16 years ago
  100. 58f875b add a testacse for the objc problem that required required r81305 by Chris Lattner · 16 years ago