1. 87380b6 Fix cmake again. by Rafael Espindola · 13 years ago
  2. 74f0356 Remove empty file. by Nick Lewycky · 13 years ago
  3. 9989ef4 Avoid a gcc warning. by Rafael Espindola · 13 years ago
  4. fdcdafc Fix cmake build. by Rafael Espindola · 13 years ago
  5. da07192 Revert r131155 for now. It makes VMCore depend on Analysis and Transforms by Nick Lewycky · 13 years ago
  6. 354c82b Initialize moveTypeModule. by Rafael Espindola · 13 years ago
  7. 7f33d67 Disable my little CopyToReg argument hack with fast-isel. rdar://problem/9413587 . by Eli Friedman · 13 years ago
  8. 0fa92e5 Add support for plugins add passes to the default set of passes. The standard set of passes used by front ends can now be modified by LLVM plugins, without needing to modify any front ends. by David Chisnall · 13 years ago
  9. d673057 Correctly walk through nested and adjacent CALLSEQ_START nodes. No by Stuart Hastings · 13 years ago
  10. 6253c7c Produce a __debug_frame section on darwin ARM when appropriate. by Rafael Espindola · 13 years ago
  11. e3a0e98 On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. by Rafael Espindola · 13 years ago
  12. dc52ecf Rename DwarfRequiresRelocationForStmtList to by Rafael Espindola · 13 years ago
  13. 12f197b The EH symbols are only needed in eh_frame, not debug_frame. by Rafael Espindola · 13 years ago
  14. e29887b Use .cfi_sections to put the unwind info in .debug_frame when possible. With by Rafael Espindola · 13 years ago
  15. 988397d Refactor lock versions of binary operators to be a little less cut and paste. by Eric Christopher · 13 years ago
  16. f4351ce First cut at getting debugging support for ARM/MC/ELF/.o by Jason W Kim · 13 years ago
  17. 4bfc6fb Downgrade a tablegen warning to an error. by Jakob Stoklund Olesen · 13 years ago
  18. bdda37d Fix PR9883. Make sure all caches are invalidated when a live range is repaired. by Jakob Stoklund Olesen · 13 years ago
  19. 0d450dc In a debug_frame the cfi offset is to the start of the debug_frame section! by Rafael Espindola · 13 years ago
  20. f2453a3 PTX: add test cases for cvt, fneg, and selp by Justin Holewinski · 13 years ago
  21. 713c4bf Add CFIStartSections to the asm printer. Add an assert that at least by Rafael Espindola · 13 years ago
  22. 0d10970 PTX: add PTX 2.3 setting in PTX sub-target. by Justin Holewinski · 13 years ago
  23. 40a7dbb Add support for producing .deubg_frame sections. by Rafael Espindola · 13 years ago
  24. 774466a Small cleanups. by Rafael Espindola · 13 years ago
  25. c25dad8 Factor some code into a new EmitFrames method. by Rafael Espindola · 13 years ago
  26. 9f270da Remove unused argument. by Rafael Espindola · 13 years ago
  27. f9efd83 Parsing and plumbing for .cfi_sections. by Rafael Espindola · 13 years ago
  28. 65a2f77 Preserve line number information. by Devang Patel · 13 years ago
  29. a3f4867 Do not ignore InlinedAt while walking up scope chain to find subprogram node. by Devang Patel · 13 years ago
  30. f5bf3cf Tidy up. 80-column and whitespace. by Jim Grosbach · 13 years ago
  31. cef81b7 Look through struct wrapped types for inline asm statments. by Eric Christopher · 13 years ago
  32. 77a2c4c Change a few std::maps to DenseMaps. by Dan Gohman · 13 years ago
  33. 49ac3d7 Fix td file comments for Mips. by Eric Christopher · 13 years ago
  34. 183c627 Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane) for size 32 by Mon P Wang · 13 years ago
  35. c356f33 Indent properly, no functionality change. by Duncan Sands · 13 years ago
  36. 8a1f2b2 Eliminate an unused line to fix a warning. by NAKAMURA Takumi · 13 years ago
  37. cf724f0 Remove an assertion to fix PR9872. by Jakob Stoklund Olesen · 13 years ago
  38. f51190b X86: Add a bunch of peeps for add and sub of SETB. by Benjamin Kramer · 13 years ago
  39. 4eafe10 Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with by Rafael Espindola · 13 years ago
  40. 6a61834 PR9869: Add explicit destructor declarations to Operator subclasses, to allow by Eli Friedman · 13 years ago
  41. ca66226 Eliminate the ARM sub-register indexes that are not needed by the sources. by Jakob Stoklund Olesen · 13 years ago
  42. 123cab9 Teach TableGen to automatically generate missing SubRegIndex instances. by Jakob Stoklund Olesen · 13 years ago
  43. aec038f Fix comments per Duncan's review. by Eli Friedman · 13 years ago
  44. 5d23b42 Zap unnecessary svn:ignore. by Eli Friedman · 13 years ago
  45. e864b5b The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max is by Duncan Sands · 13 years ago
  46. 33c110e Fix the non-MC encoding of pkhbt and pkhtb. by Eric Christopher · 13 years ago
  47. 701529b Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 13 years ago
  48. be91117 Switch Darwin to the generic CIE/FDE printer. by Rafael Espindola · 13 years ago
  49. 226c34b ExecutionEngine: delete duplicated files by Dylan Noblesmith · 13 years ago
  50. e629701 ExecutionEngine: add missing file by Dylan Noblesmith · 13 years ago
  51. 325e66d 1. Keep lines in 80 columns. 2. Remove unused function. 3. Correct indentation. by Akira Hatanaka · 13 years ago
  52. bfb8705 ExecutionEngine: move createJIT() definition by Dylan Noblesmith · 13 years ago
  53. c06b511 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 13 years ago
  54. 71cbac6 ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 13 years ago
  55. bf4e10f Emit a proper error message when register allocators run out of registers. by Jakob Stoklund Olesen · 13 years ago
  56. 9b66853 Added an assertion, and updated a comment. by Andrew Trick · 13 years ago
  57. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 13 years ago
  58. ce1cdac 80 col violations. by Evan Cheng · 13 years ago
  59. fc5d305 Make the logic for determining function alignment more explicit. No functionality change. by Eli Friedman · 13 years ago
  60. 8265e6a Use array_lengthof. No functional change. by Eli Friedman · 13 years ago
  61. 6212f9a Iterate backwards over debug locations when splitting them so they can be safely erased. by Jakob Stoklund Olesen · 13 years ago
  62. 5d754bf Improve diagnostics for some parse errors. Not asserting when a user input by Jim Grosbach · 13 years ago
  63. 96883ec ParseFile() may throw, so extend the try/catch to handle that. by Jim Grosbach · 13 years ago
  64. 9dabb78 Move few target-dependant tests to appropriate directories. by Galina Kistanova · 13 years ago
  65. 89fd437 Typo: Reviewed by Alistair. by Andrew Trick · 13 years ago
  66. 8b3db73 Pass -disable-cfi to llc. by Rafael Espindola · 13 years ago
  67. f42b661 Update LiveDebugVariables after live range splitting. by Jakob Stoklund Olesen · 13 years ago
  68. e77150b Use TargetMachine hooks to properly print debug variable locations. by Jakob Stoklund Olesen · 13 years ago
  69. cf5e5f3 Also count identity copies. by Jakob Stoklund Olesen · 13 years ago
  70. e38c615 Pass -disable-cfi. by Rafael Espindola · 13 years ago
  71. 15ab359 Post-RA scheduler compile time fix. Quadratic computation of DAG node depth. by Andrew Trick · 13 years ago
  72. 31c5d05 Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from DwarfDebug.cpp to DwarfCompileUnit.cpp by Devang Patel · 13 years ago
  73. af25768 Nothing else uses this label. by Rafael Espindola · 13 years ago
  74. 0125d50 Yet more dead code. by Rafael Espindola · 13 years ago
  75. ffa6408 Update comments. by Rafael Espindola · 13 years ago
  76. ba39f88 More dead code elimination. by Rafael Espindola · 13 years ago
  77. f2b0423 Dead code elimination. by Rafael Espindola · 13 years ago
  78. ab0145d PTX: add PTX 2.3 language target by Justin Holewinski · 13 years ago
  79. 5389210 Fix PR9820: a read-only call differs from a load in that a load doesn't by Duncan Sands · 13 years ago
  80. 5e926ac Re-revert r130877; it's apparently causing a regression on 197.parser, by Eli Friedman · 13 years ago
  81. d363ff3 The computation of string length is not that complicated. Fix it, again. :) by Nick Lewycky · 13 years ago
  82. 97a1216 Remove DwarfTableException. by Rafael Espindola · 13 years ago
  83. 254784f Remove the DwarfTable enum. by Rafael Espindola · 13 years ago
  84. ef7b468 In debug output, clearly list new instructions without DebugLoc. by Devang Patel · 13 years ago
  85. 51a04ad Remove little used statistical counter. by Devang Patel · 13 years ago
  86. b6e7cd6 PR9838: Fix transform introduced in r127064 to not trigger when only one side of the icmp is an exact shift. by Eli Friedman · 13 years ago
  87. 108709d Move PPC Linux to CFI. by Rafael Espindola · 13 years ago
  88. 10c6612 Fix typo. No functional change. by Nick Lewycky · 13 years ago
  89. ecf58b9 Implement a really simple DwarfSjLjException. by Rafael Espindola · 13 years ago
  90. 2d57a64 List all exception types in a switch. by Rafael Espindola · 13 years ago
  91. ee10915 ARM post RA scheduler compile time fix. by Andrew Trick · 13 years ago
  92. f405b1a whitespace by Andrew Trick · 13 years ago
  93. 7af1a59 Don't produce a __debug_frame. by Rafael Espindola · 13 years ago
  94. 300c1a1 Many LLVM tests relies on standard output stream be in the binary mode. Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode. by Galina Kistanova · 13 years ago
  95. d71867a Allow FastISel of three-register-operand instructions. by Owen Anderson · 13 years ago
  96. d96efb8 If debug info for inlined function is missing then handle it gracefully. by Devang Patel · 13 years ago
  97. 2970159 PR9848: pandn is not commutative. by Eli Friedman · 13 years ago
  98. e9bd4ea Add some statistics to the splitting and spilling frameworks. by Jakob Stoklund Olesen · 13 years ago
  99. 23d3243 Avoid extra vreg copies for arguments passed in registers. Specifically, this can make MachineCSE more effective in some cases (especially in small functions). PR8361 / part of rdar://problem/8259436 . by Eli Friedman · 13 years ago
  100. d41bd04 Fix test to be less sensitive to coalescing. by Jakob Stoklund Olesen · 13 years ago