1. 743ab49 Delete an unused variable. by Dan Gohman · 15 years ago
  2. 03ad698 Fix this code to correctly handle loops with multiple exits. Until by Dan Gohman · 15 years ago
  3. 5392dce Rename a variable for consistency with the ExitBlock vs ExitingBlock by Dan Gohman · 15 years ago
  4. 51f53b7 Fix ScalarEvolution's backedge-taken count computations to check for by Dan Gohman · 15 years ago
  5. 14ee48a rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 15 years ago
  6. b0789ed set up the top-level parsing loop. by Chris Lattner · 15 years ago
  7. 27aa7d2 stub out parser for asm files. Change invariant on lexer to always by Chris Lattner · 15 years ago
  8. 10a907d add string literals. by Chris Lattner · 15 years ago
  9. 4506bd2 hopefully fix the build on linux. by Chris Lattner · 15 years ago
  10. 4226bb0 simplify some error recovery stuff. by Chris Lattner · 15 years ago
  11. 4651bca implement enough of a lexer to get through Olden/health/Output/health.llc.s by Chris Lattner · 15 years ago
  12. 1c3329f Fix PR4185. Handle FpSET_ST0_80 being used when ST0 is still alive. by Rafael Espindola · 15 years ago
  13. 4577bba oh yeah, cmake needs to be told explicitly about new files :) by Chris Lattner · 15 years ago
  14. a59e877 some baby steps. by Chris Lattner · 15 years ago
  15. d926e04 prune #include, fix warning. by Chris Lattner · 15 years ago
  16. b23677e start wiring up support for asm parsing. by Chris Lattner · 15 years ago
  17. 7ee5d5f move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 15 years ago
  18. 8070ea3 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 15 years ago
  19. 1e3a8a4 rename TGLoc -> SMLoc. by Chris Lattner · 15 years ago
  20. 099e198 move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 15 years ago
  21. e372333 simplify closing paren and (rip) printing. by Chris Lattner · 15 years ago
  22. 4150c08 indentation fix by Chris Lattner · 15 years ago
  23. e47f59d Expand this test to handle more cases (remainder and shifts) of zero. by Nick Lewycky · 15 years ago
  24. 5b038b7 fit in 80 cols by Chris Lattner · 15 years ago
  25. 2f429e5 remove #if 0 code by Chris Lattner · 15 years ago
  26. aecaa1f cosmetic changes. by Chris Lattner · 15 years ago
  27. 1db6866 implement PR4424: 0/x is always 0 for integer division. by Chris Lattner · 15 years ago
  28. 5c0b16d change TLS_ADDR lowering to lower to a real mem operand, instead of matching as by Chris Lattner · 15 years ago
  29. 6bfb669 no need for unwind info by Chris Lattner · 15 years ago
  30. 811ac0b no need for unwind info here. by Chris Lattner · 15 years ago
  31. 8cb65a5 remove dead code, the main codepath never has to deal with MBB's. by Chris Lattner · 15 years ago
  32. 7680e73 eliminate the "call" operand modifier from the asm descriptions, modeling by Chris Lattner · 15 years ago
  33. 434ca80 Clarify that if the alignment is zero then an alignment by Duncan Sands · 15 years ago
  34. 7f8217f fix edit-o by Chris Lattner · 15 years ago
  35. dc479f6 some comments and cleanup by Chris Lattner · 15 years ago
  36. c124306 implement support for lowering subregs when preparing to print by Chris Lattner · 15 years ago
  37. 694f6c8 Fix PR4419: handle defs of partial uses. by Evan Cheng · 15 years ago
  38. e9fe6c7 Remove unused field. by Devang Patel · 15 years ago
  39. 66b4d3b Initialize MMI by Devang Patel · 15 years ago
  40. ad48be0 hook up printMemReference. by Chris Lattner · 15 years ago
  41. f38c03af Start implementing translation of MachineInstr to MCInst. Next by Chris Lattner · 15 years ago
  42. bb5d44d make immediates be int64_t like machineoperand. Add some apis by Chris Lattner · 15 years ago
  43. 97b52b2 Tweak this test to be a little less unusual. by Dan Gohman · 15 years ago
  44. 763bad1 Generalize isLoopGuardedByCond's checking to consider two by Dan Gohman · 15 years ago
  45. 107a537 Workaround for an... interesting bug in Darwin's pthread_rwlock_init. by Owen Anderson · 15 years ago
  46. 3964acc Use ScalarEvolution's new GetMinSignBits and GetMinLeadingZeros by Dan Gohman · 15 years ago
  47. cc40f07 Add debugging code to test for various locking faux-pas's, when running in single threaded mode. This should help improve testing coverage for by Owen Anderson · 15 years ago
  48. ac7087e Forgot this file. by Owen Anderson · 15 years ago
  49. 04fb7c3 Revert r73790, and replace it with a significantly less ugly solution. Rather than trying to make the global reader-writer lock work, by Owen Anderson · 15 years ago
  50. d5fb790 stub out some hacky code for wiring up the new asmprinter interfaces by Chris Lattner · 15 years ago
  51. 5b842c3 allow clients of the asmprinter to opt-out of the boilerplate with a #define. by Chris Lattner · 15 years ago
  52. 224a19c Fix a typo in a comment that Frits von Bommel noticed. by Dan Gohman · 15 years ago
  53. 2c364ad Make GetMinTrailingZeros a member function of ScalarEvolution, by Dan Gohman · 15 years ago
  54. 2781f30 Re-apply r73718, now that the fix in r73787 is in, and add a by Dan Gohman · 15 years ago
  55. 5090f19 DwarfWriter is used to emit EH info also. by Devang Patel · 15 years ago
  56. ae69a2a Enable arm pre-allocation load / store multiple optimization pass. by Evan Cheng · 15 years ago
  57. 430444b Fix a serious bug that would cause deadlock during abstract type refinement. The constant creation by Owen Anderson · 15 years ago
  58. 4d1c1ef Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands, by Dan Gohman · 15 years ago
  59. 1e86a66 mv CodeGen/DebugLoc.h Support/DebugLoc.h by Devang Patel · 15 years ago
  60. 14a55d9 Move up dwarf writer initialization in common AsmPrinter class. by Devang Patel · 15 years ago
  61. 73a7673 Revert 73718. It's breaking 254.gap. by Evan Cheng · 15 years ago
  62. e494b9e Unbreak cyclic deps by Anton Korobeynikov · 15 years ago
  63. b9c2f58 Fix bad paste-o in the MSVC atomics. by Owen Anderson · 15 years ago
  64. 1f0ba8c Forgot to remove some explicit locking when it became implicit in the ValueMap. by Owen Anderson · 15 years ago
  65. 94fefe2 Fences are expensive. Avoid doing them when we're not in multithreaded mode. by Owen Anderson · 15 years ago
  66. 0c689c5 Make ScalarEvolution::print print getSCEVAtScope values for by Dan Gohman · 15 years ago
  67. 8e1c17a Move the memory fences out of the path for single-threaded mode. by Owen Anderson · 15 years ago
  68. 958e292 Don't (unconditionally) use getSCEVAtScope to simplify the step by Dan Gohman · 15 years ago
  69. ae60c0f Fix incorrect comment pointed out by Duncan. by Owen Anderson · 15 years ago
  70. 6dc11b4 Clean up nightly tester to use Perl's File::Find. Patch by Benjamin Kramer. by Bob Wilson · 15 years ago
  71. 1b19a50 Fix a major typo. by Owen Anderson · 15 years ago
  72. 79c740f make jump threading handle lexically identical compare instructions by Chris Lattner · 15 years ago
  73. 225503a fix the sparc codegen to not depend on the sparc asmprinter. by Chris Lattner · 15 years ago
  74. 852cd11 Add support for AuroraUX. Patch by evocallaghan. by Duncan Sands · 15 years ago
  75. 9ff4c13 Since -Wno-long-long is ignored without -pedantic, by Duncan Sands · 15 years ago
  76. b101948 Add comments. by Evan Cheng · 15 years ago
  77. 7e2242b Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to by Eli Friedman · 15 years ago
  78. 7a42b08 Should be using Bcc (average) latency to determine if-conversion threshold, not BL. by Evan Cheng · 15 years ago
  79. 2fb070b Minor cleanup; fixes review comments for a previous patch. Sorry for by Eli Friedman · 15 years ago
  80. 9683f18 Teach jump threading to look at comparisons between phi nodes and non-constants. by Nick Lewycky · 15 years ago
  81. aace4b1 Misc tweaks to Intel asm printing to make it more compatible with MASM. by Eli Friedman · 15 years ago
  82. 6a35b40 Improve tail call elim to move loads above readonly calls by Chris Lattner · 15 years ago
  83. 849832c part of PR4405: disable a contentious optimization for by Chris Lattner · 15 years ago
  84. 10382fb More VNInfo tweaking, plus a little progress on intra-block splitting. by Lang Hames · 15 years ago
  85. 974fe5d Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr. by Evan Cheng · 15 years ago
  86. 8ebf83b Include DataTypes.h for 'uint64_t'. by Zhongxing Xu · 15 years ago
  87. 8557c2b Latency information for ARM v6. It's rough and not yet hooked up. Right now we are only using branch latency to determine if-conversion limits. by Evan Cheng · 15 years ago
  88. 6b7bb42 Mark a few Thumb instructions commutable; just happened to spot this by Eli Friedman · 15 years ago
  89. 4f10c3b Fix weird class-size-being-different problems. At some level this is being caused by config.h not being by Owen Anderson · 15 years ago
  90. fadc83c add a file I missed, this goes with r73743 by Chris Lattner · 15 years ago
  91. 475370b Add some scaffolding for a new experimental asmprinter by Chris Lattner · 15 years ago
  92. 4e0f25b merge the common darwin settings from the X86/PPC/ARM targets by Chris Lattner · 15 years ago
  93. f4a4815 fix build problem pointed out by John Thompson! by Chris Lattner · 15 years ago
  94. a93ca92 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 15 years ago
  95. 7e816dc minor cleanup by Chris Lattner · 15 years ago
  96. b839c3f simplify macro debug info directive handling. by Chris Lattner · 15 years ago
  97. cd82861 Remove UseThumbBacktraces. Just check if subtarget is darwin. by Evan Cheng · 15 years ago
  98. bb4688a fix file header by Chris Lattner · 15 years ago
  99. f9f065e Add a skeleton driver for new machine code level fun. llvm-mc is meant by Chris Lattner · 15 years ago
  100. 3ea4edc new testcase for rdar://6983634 by Chris Lattner · 15 years ago