1. 9992fca fit in 80 cols. by Chris Lattner · 14 years ago
  2. afd0d0e Do not use DIFactory. Use DIBuilder. by Devang Patel · 14 years ago
  3. 0eea95d Do not use DIFactory. by Devang Patel · 14 years ago
  4. 21d7eb3 Add XCore intrinsic for eeu instruction. by Richard Osborne · 14 years ago
  5. 027f98c test/lit.cfg: Add PATHEXT to 'substitution', to recognize tools on Windows hosts. Thanks to Danil Malyshev! by NAKAMURA Takumi · 14 years ago
  6. f7e9ad7 Rewrite the vector part of getExtendedTypeAction to make it more by Duncan Sands · 14 years ago
  7. f26be1e Plug some leaks in edis. by Benjamin Kramer · 14 years ago
  8. 8ca814c Merge information about the number of zero, one, and sign bits of live-out by Cameron Zwarich · 14 years ago
  9. 9b6af8d Add a getNumSignBits() method to APInt. by Cameron Zwarich · 14 years ago
  10. 324a24f Add a mechanism for invalidating the LiveOutInfo of a PHI, and use it whenever by Cameron Zwarich · 14 years ago
  11. a46cd97 Track blocks visited in reverse postorder. by Cameron Zwarich · 14 years ago
  12. e1497b9 Refactor the LiveOutInfo interface into a few methods on FunctionLoweringInfo by Cameron Zwarich · 14 years ago
  13. 2dbe285 Have isel visit blocks in reverse postorder rather than an undefined order. This by Cameron Zwarich · 14 years ago
  14. afbf483 wire TargetLibraryInfo into simplify libcalls and use it in a couple of by Chris Lattner · 14 years ago
  15. e265ad8 move a massive amount of code out into its own helper function by Chris Lattner · 14 years ago
  16. 091b1e3 change instcombine to not turn a call to non-varargs bitcast of by Chris Lattner · 14 years ago
  17. 7558e2e Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memory by Evan Cheng · 14 years ago
  18. b259726 Use the same spill slot for all live ranges that descend form the same original by Jakob Stoklund Olesen · 14 years ago
  19. fae7f6d Depricate PathV1::isAbsolute. by Michael J. Spencer · 14 years ago
  20. 3a4ae32 Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000 to DW_LANG_hi_user=0xffff range. by Devang Patel · 14 years ago
  21. 1d6b2c7 Check only relevant strings in output to increase stability of the tests. by Devang Patel · 14 years ago
  22. f956183 Remove file. Previous commit deleted content, but left the file around. by Jim Grosbach · 14 years ago
  23. 33b7beb Revert r125595, which is an X86-only undocumented assembly syntax extension by Jim Grosbach · 14 years ago
  24. 21451e5 Put in the symbol table symbols only used in a .globl statement. Fixes PR9292. by Rafael Espindola · 14 years ago
  25. d04b493 Add XCore intrinsic for clre instruction. by Richard Osborne · 14 years ago
  26. 9935bd0 Add llvm.xcore.waitevent intrinsic. The effect of this intrinsic is to enable by Richard Osborne · 14 years ago
  27. c70f687 It is safe to ignore LastSplitPoint when the variable is not live out. by Jakob Stoklund Olesen · 14 years ago
  28. 292f62e Add XCore intrinsic for the setv instruction. by Richard Osborne · 14 years ago
  29. 2254d0e Fix format for setc instruction. by Richard Osborne · 14 years ago
  30. 2a2cb28 Add XCore intrinsic for settw instruction. by Richard Osborne · 14 years ago
  31. 438208e Implement TODO for implicit C-array-to-ArrayRef conversion. by Frits van Bommel · 14 years ago
  32. 7d83dc0 Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests by Oscar Fuentes · 14 years ago
  33. 8fbc00b Fixed a bug in the enhanced disassembler that caused by Sean Callanan · 14 years ago
  34. 3894a79 Fixed a bug in the enhanced disassembly tester that by Sean Callanan · 14 years ago
  35. 2b94356 Change VFPNeonA8 definition to make the code easier to read. by Evan Cheng · 14 years ago
  36. 5129bde Omit private_extern declarations of extern symbols; followup to by Stuart Hastings · 14 years ago
  37. e573fb3 More fcopysign correctness and performance fix. by Evan Cheng · 14 years ago
  38. d2a5073 Keep track of how many times a live range has been dequeued, and prioritize new ranges. by Jakob Stoklund Olesen · 14 years ago
  39. 417df01 Fix a bug in determining if there is only a single interfering register. by Jakob Stoklund Olesen · 14 years ago
  40. 98c8141 Be more aggressive about evicting interference. by Jakob Stoklund Olesen · 14 years ago
  41. fbf05d3 by David Greene · 14 years ago
  42. 8b890c2 by David Greene · 14 years ago
  43. 98d9648 Change the RAGreedy register assignment order so large live ranges are allocated first. by Jakob Stoklund Olesen · 14 years ago
  44. 75b5409 80 Col. by Jakob Stoklund Olesen · 14 years ago
  45. 2d76ad6 Fix C++0x incompatibility. The signature of std::make_pair<> changes from: by Nick Lewycky · 14 years ago
  46. c4f3d51 Make LoopDeletion work on loops with multiple edges, as long as the incoming by Cameron Zwarich · 14 years ago
  47. 00743c2 Use the same (%dx) hack for in[bwl] as for out[bwl]. by Joerg Sonnenberger · 14 years ago
  48. 6557bce VFP single precision arith instructions can go down to NEON pipeline, but on Cortex-A8 only. by Evan Cheng · 14 years ago
  49. 50d280c Follow LLVM coding style. by Devang Patel · 14 years ago
  50. 4c3ab58 Stack alignment is 16 bytes on FreeBSD/i386 too. by Roman Divacky · 14 years ago
  51. a04663e Bug#9172: Don't use static in file scope, use an attribute on the parser. by Joerg Sonnenberger · 14 years ago
  52. 50b2846 CMake: remove unnecessary variable. by Oscar Fuentes · 14 years ago
  53. 5567869 MachineConstantPoolValues are not uniqued, so they need to be freed if they by Cameron Zwarich · 14 years ago
  54. 6023efb Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311." by NAKAMURA Takumi · 14 years ago
  55. 0de102b Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  56. 65e9404 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  57. 3f38d20 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  58. aef8871 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  59. 88234f1 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  60. 902f128 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  61. 166b79f Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  62. 661cae4 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  63. db26499 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  64. 20cee65 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  65. 5731b5c Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  66. 22bc92b Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  67. ed2ac7c Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  68. 6262712 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  69. 64779f4 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  70. 9839eb0 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  71. e51a69c Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  72. c3bf772 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  73. 39109a3 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  74. 007b2b3 Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  75. 52ae4ca Relax expressions and add explicit triplets -linux and -win32. by NAKAMURA Takumi · 14 years ago
  76. ba2218a test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311. by NAKAMURA Takumi · 14 years ago
  77. 135c030 test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux. by NAKAMURA Takumi · 14 years ago
  78. 0a92169 Guard against de-referencing MBB.end(). by Evan Cheng · 14 years ago
  79. af05c69 available_externally (hidden or not) GVs are always accessed via stubs. rdar://9027648. by Evan Cheng · 14 years ago
  80. fcfcdbc VirtRegRewriter assertion fix. by Andrew Trick · 14 years ago
  81. 4ecc82e Roll out r126169 and r126170 in an attempt to fix the selfhost bot. by Cameron Zwarich · 14 years ago
  82. ec243ae Added a testcase for the enhanced disassembly bug by Sean Callanan · 14 years ago
  83. b21e49c Fixed llvm-mc in edis mode to use the result of by Sean Callanan · 14 years ago
  84. 41dfd2b Fixed lit.cfg to no longer recognize the old by Sean Callanan · 14 years ago
  85. 872f4a2 Only use blx for external function calls on thumb, these could be fixed by Eric Christopher · 14 years ago
  86. 43dd06a Eliminate valgrind warnings from Python on the 32-bit as well. by Cameron Zwarich · 14 years ago
  87. 92efda7 Merge information about the number of zero, one, and sign bits of live-out registers by Cameron Zwarich · 14 years ago
  88. 63a8dae Have isel visit blocks in reverse postorder rather than an undefined order. This by Cameron Zwarich · 14 years ago
  89. d86f482 Recognize loopz and loopnz as aliases for loope and loopne. From Dimitry Andric. by Joerg Sonnenberger · 14 years ago
  90. 87ca0e0 Implement xgetbv and xsetbv. Patch by Jai Menon. by Rafael Espindola · 14 years ago
  91. f8597eb Revert r125960, it's breaking darwin10 bootstrap. by Eric Christopher · 14 years ago
  92. 557b297 Skipping over debugvalue instructions to determine whether the split spot is in a IT block. rdar://9030770 by Evan Cheng · 14 years ago
  93. cf13af6 Add more debugging output. by Evan Cheng · 14 years ago
  94. d45e8bf Handle FK_PCRel_1 and add a test case for this and FK_PCRel_4. by Joerg Sonnenberger · 14 years ago
  95. 68e6bee Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." by Devang Patel · 14 years ago
  96. 06c0f25 Add SplitKit::isOriginalEndpoint and use it to force live range splitting to terminate. by Jakob Stoklund Olesen · 14 years ago
  97. 89e59e6 Fixed a bug in the X86 disassembler where a member of the by Sean Callanan · 14 years ago
  98. 37c79c5 End the line if we return early. Radar 9012638. by Stuart Hastings · 14 years ago
  99. 8b8b4af Add a convenience tool for doing comparison builds of the LLVM by David Greene · 14 years ago
  100. c625d31 Better OpenBSD support, patch by Amit Kulkarni. I have no way to test by Chris Lattner · 14 years ago