1. 7000122 ConstantFoldConstantExpression can theoretically return null. by Dan Gohman · 15 years ago
  2. dffc308 Fix a comment. by Dan Gohman · 15 years ago
  3. 05d6253 Teach instcombine to promote alloca array sizes. by Dan Gohman · 15 years ago
  4. 8496d50 Add a testcase for getelementptr index promotion. by Dan Gohman · 15 years ago
  5. 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 15 years ago
  6. 28d2e0a Fix instcombine's handling of alloca to accept non-i32 types. by Dan Gohman · 15 years ago
  7. e8f0349 Comment out some code in prep for actual .td file checkpoint. by Nate Begeman · 15 years ago
  8. a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
  9. 4251d85 Fix typo. by Devang Patel · 15 years ago
  10. f7a3051 Fix typo. by Devang Patel · 15 years ago
  11. a4fda2c Fix build breakage. by Eli Friedman · 15 years ago
  12. f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 15 years ago
  13. 5ddb087 Add support to tablegen for auto-generating arm_neon.h from a tablegen description by Nate Begeman · 15 years ago
  14. 13ef840 Add the cc_out operand for t2RSBrs instructions. I missed this when I changed by Bob Wilson · 15 years ago
  15. 700bfad Add a -regalloc=default option that chooses a register allocator based on the -O by Jakob Stoklund Olesen · 15 years ago
  16. 1fa1c7b Remove ancient prototype. by Jakob Stoklund Olesen · 15 years ago
  17. 0798edd Update the saved stack pointer in the sjlj function context following either by Jim Grosbach · 15 years ago
  18. 1261672 Use report_fatal_error, not llvm_unreachable. by Evan Cheng · 15 years ago
  19. a658502 back out 104862/104869. Can reuse stacksave after all. Very cool. by Jim Grosbach · 15 years ago
  20. 39f76bb Factor out the handler work from SignalHandler into a helper function, by Dan Gohman · 15 years ago
  21. 84f60b7 llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. by Evan Cheng · 15 years ago
  22. bd65891 MC/X86: Add aliases for Jcc variants. by Kevin Enderby · 15 years ago
  23. d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 15 years ago
  24. 8983846 Make ParseIRFile and getLazyIRFileModule incoporate the underlying by Dan Gohman · 15 years ago
  25. c2f500a Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at by Dan Gohman · 15 years ago
  26. d8720f4 Do not drop location info for inlined function args. by Devang Patel · 15 years ago
  27. d984eb6 Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases by Bob Wilson · 15 years ago
  28. 4b7416b When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 15 years ago
  29. 756a96a When handling raw_ostream errors manually, use clear_error() so that by Dan Gohman · 15 years ago
  30. 54feef2 Mark some math lib intrinsic nodes Legal on SSE4.1. by Dale Johannesen · 15 years ago
  31. d928fb6 Don't special-case stdout in llvm::WriteBitcodeToFile; just consider by Dan Gohman · 15 years ago
  32. 57041b6 Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7424645. by Stuart Hastings · 15 years ago
  33. 7f924a3 Don't create an output stream when output is disabled. by Dan Gohman · 15 years ago
  34. 9d2cbff Simplify raw_ostream usage. by Dan Gohman · 15 years ago
  35. 26a7074 Avoid calling outs() and fouts() when the stream isn't really needed. by Dan Gohman · 15 years ago
  36. 57bd643 Let's try one more time to match patterns. by Devang Patel · 15 years ago
  37. 1d9b973 Teach instCombine to remove malloc+free if malloc's only uses are comparisons by Duncan Sands · 15 years ago
  38. 084fb0e hook ISD::STACKADDR to an intrinsic by Jim Grosbach · 15 years ago
  39. 4d3d6e1 FastISel doesn't yet handle callee-pop functions. by Dan Gohman · 15 years ago
  40. ad9aaf0 add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH by Jim Grosbach · 15 years ago
  41. aa02ff1 Merge basic binops SSE 1 & 2 instruction classes. This is a step towards refactoring by Bruno Cardoso Lopes · 15 years ago
  42. 895f2df Temp. labels number may not match for all configurations. by Devang Patel · 15 years ago
  43. 30377e7 Add basic error checking to MemoryBuffer::getSTDIN. by Dan Gohman · 15 years ago
  44. 95131fc Use the return value of getMagicNumber instead of using a by Dan Gohman · 15 years ago
  45. 02d5824 Don't bother clearing the Magic string when the magic number by Dan Gohman · 15 years ago
  46. 130de9c Don't bother checking canRead() before calling getMagicNumber(); by Dan Gohman · 15 years ago
  47. 55e9717 inlined function's arguments need a label to mark the start point because they are not directly attached to current function. by Devang Patel · 15 years ago
  48. 098d3a4 Minor code simplification. by Dan Gohman · 15 years ago
  49. aa66d2f Support for nested functions/classes in debug output. Radar 7424645. by Stuart Hastings · 15 years ago
  50. 43a83c4 Delete a spurious svn:mergeinfo property. by Dan Gohman · 15 years ago
  51. eb9df9a remove incorrect GCCBuiltin<> usage by Jim Grosbach · 15 years ago
  52. cb2df6b typo by Gabor Greif · 15 years ago
  53. 2893a46 rename test to represent meaningful date by Gabor Greif · 15 years ago
  54. 368a456 AsmMatcher: Ensure classes are totally ordered, so we can std::sort them reliably. by Daniel Dunbar · 15 years ago
  55. cdef41a Add a test for llvm-gcc svn r104726. by Bob Wilson · 15 years ago
  56. bd3ba53 Add a quick test of relocations. by Eric Christopher · 15 years ago
  57. aeed4d8 Rearrange conditionals so we don't get caught with the correct type as wrong. by Eric Christopher · 15 years ago
  58. 8025068 Simplify. Eliminate unneeded debug_loc entry. by Devang Patel · 15 years ago
  59. 8b3ca84 Avoid counting InlineAsm as a call - it prevents loop unrolling. by Jakob Stoklund Olesen · 15 years ago
  60. a0f7ff3 Fix Lint printing warnings multiple times. Remove the ErrorStr by Dan Gohman · 15 years ago
  61. dcbab9c AsmMatcher/X86: Mark _REV instructions as "code gen only", they aren't expected by Daniel Dunbar · 15 years ago
  62. 882ddb4 Reinstate checking of stackrestore, with checking for both Read by Dan Gohman · 15 years ago
  63. 6f0ff1d Check that inherited subregisters all have a direct SubRegIndex. by Jakob Stoklund Olesen · 15 years ago
  64. c8b9f6c Give SubRegIndex names to all ARM subregisters. This will be required by by Jakob Stoklund Olesen · 15 years ago
  65. 749be11 Stackrestore is not a load. by Dan Gohman · 15 years ago
  66. 31f1af1 Fix a missing quote. by Dan Gohman · 15 years ago
  67. 804a231 Add FIXME comment to remove this. by Bill Wendling · 15 years ago
  68. df9c8bc Remove a TODO which isn't practical. by Dan Gohman · 15 years ago
  69. cb8326d MC: Add TargetMachine support for setting the value of MCRelaxAll with by Daniel Dunbar · 15 years ago
  70. 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 15 years ago
  71. 113b3e2 Implement checking of the tail keyword. by Dan Gohman · 15 years ago
  72. f86a619 Suppress emmission of empty subreg/superreg/alias sets. by Jakob Stoklund Olesen · 15 years ago
  73. 77051f5 There is no need to force an line number entry (using previous location) for a temp label at unknown location. by Devang Patel · 15 years ago
  74. 8d717c7 Add "setjmp_syscall", "savectx", "qsetjmp", "vfork", "getcontext" to the list of by Bill Wendling · 15 years ago
  75. 83194de MC: When running with -mc-relax-all, we can eagerly relax instructions and avoid creating unnecessary MCInstFragments. by Daniel Dunbar · 15 years ago
  76. 2ac0c45 MC/Mach-O: Factor out EmitInstTo{Fragment,Data} for emitting MCInst's as MCInstFragments or appending onto an MCDataFragment. by Daniel Dunbar · 15 years ago
  77. 23ff7cf Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in by Jim Grosbach · 15 years ago
  78. 394427b Update debug info when live-in reg is copied into a vreg. by Devang Patel · 15 years ago
  79. b106543 Fix the x86 move to/from segment register instructions. by Kevin Enderby · 15 years ago
  80. 9af7e9a Move the check for "calls setjmp" to SelectionDAGISel so that it can be used by by Bill Wendling · 15 years ago
  81. b2b31a6 Identify instructions, that needs a label to mark debug info entity, in advance. This simplifies beginScope(). by Devang Patel · 15 years ago
  82. 93d3433 Eliminate the use of PriorityQueue and just use a std::vector, by Dan Gohman · 15 years ago
  83. f0f1bfe Fix indentation. by Dan Gohman · 15 years ago
  84. d89c258 Delete an unused function. by Dan Gohman · 15 years ago
  85. 95506d4 MC: Change RelaxInstruction to only take the input and output instructions. by Daniel Dunbar · 15 years ago
  86. d9c2af5 Fix a typo in a comment that Gabor noticed. by Dan Gohman · 15 years ago
  87. b09e793 Testcase for 104624/104619/PR7191/8023512. by Dale Johannesen · 15 years ago
  88. dae5b9f MC: Eliminate an unnecessary copy. by Daniel Dunbar · 15 years ago
  89. 8488252 MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it by Daniel Dunbar · 15 years ago
  90. b21a758 Remove dead code. by Devang Patel · 15 years ago
  91. e2df842 Do not construct location list backword! by Devang Patel · 15 years ago
  92. ca561ff Replace the SubRegSet tablegen class with a less error-prone mechanism. by Jakob Stoklund Olesen · 15 years ago
  93. 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 15 years ago
  94. c90e30a MC: Eliminate MCAsmFixup, replace with MCFixup. by Daniel Dunbar · 15 years ago
  95. 0dd0c94 MC: Simplify MCFixup and increase the available offset size. by Daniel Dunbar · 15 years ago
  96. 482ad80 MC: Use accessors for access to MCAsmFixup. by Daniel Dunbar · 15 years ago
  97. c9adb8c MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
  98. 1464c1d Kill unneeded SExt. by Benjamin Kramer · 15 years ago
  99. c2798a1 SRetReturnReg was set in LowerFormalArguments(). So only assert it here. by Zhongxing Xu · 15 years ago
  100. e614e39 MC: Eliminate MCFragment vtable, which was unnecessary. by Daniel Dunbar · 15 years ago