1. eea6c95 Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a by Julien Lerouge · 14 years ago
  2. 7be3a60 Re-add the autoconf rule for the docs/doxygen.cfg file. by Peter Collingbourne · 14 years ago
  3. 14ba1ff Convert SimplifyIVUsers into a worklist instead of a single pass over the users. by Andrew Trick · 14 years ago
  4. 8888224 Since I can't reproduce the failures from 131261, re-trying with a by Stuart Hastings · 14 years ago
  5. 8ad145d Revert 131266 and 131261 due to buildbot complaints. rdar://problem/9298790 by Stuart Hastings · 14 years ago
  6. 4c576ca Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz. by Stuart Hastings · 14 years ago
  7. 5adc646 Non-fast-isel followup to 129634; correctly handle branches controlled by Stuart Hastings · 14 years ago
  8. 6175e03 Update comment. by Evan Cheng · 14 years ago
  9. 60bf5c3 Correction. Use explicit target triple in the test. by Galina Kistanova · 14 years ago
  10. 201e6cd Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name. by Devang Patel · 14 years ago
  11. 757a142 MCJIT section loading should just skip non-text sections rather than by Jim Grosbach · 14 years ago
  12. 7139d35 Re-enable branchfolding common code hoisting optimization. Fixed a liveness test bug and also taught it to update liveins. by Evan Cheng · 14 years ago
  13. b11f80e Let Objective-C front-end identify class extension, in dwarf output, using an attribute DW_AT_APPLE_objc_class_extension. by Devang Patel · 14 years ago
  14. 30adced Temporarily disable the transformation. It's breaking 186.crafty in some configuration. by Evan Cheng · 14 years ago
  15. c154514 The MCJIT memory manager needs to initialize its Module member. by Jim Grosbach · 14 years ago
  16. 01765eb Fix setting of isCommutable flag. by Akira Hatanaka · 14 years ago
  17. 17b2153 reverting test commit by Jason W Kim · 14 years ago
  18. f297f5c Test commit from Mercurial by Jason W Kim · 14 years ago
  19. be5d9b0 CMake builds gold by default since revision 127466. This is by Oscar Fuentes · 14 years ago
  20. cbc988b Re-commit 131172 with fix. MachineInstr identity checks should check dead by Evan Cheng · 14 years ago
  21. aeee461 indvars: Added SimplifyIVUsers. by Andrew Trick · 14 years ago
  22. 6dcd413 Remove an unused variable and move a couple others inside DEBUG. by Matt Beaumont-Gay · 14 years ago
  23. e964d11 Address the last bit of relocation flag related divergence betweeen by Jason W Kim · 14 years ago
  24. c493a1f Turn this into a table, this will make more sense shortly. by Eric Christopher · 14 years ago
  25. 007cfce Move this test to CodeGen/Thumb. rdar://problem/9416774 by Stuart Hastings · 14 years ago
  26. 4243e67 Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_end line table opcode. by Devang Patel · 14 years ago
  27. 443443c Avoid hoisting spills when looking at a copy from another register that is also by Jakob Stoklund Olesen · 14 years ago
  28. e8b9f16 Reduced test case. rdar://problem/9416774 by Stuart Hastings · 14 years ago
  29. 18901d6 Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan. by Owen Anderson · 14 years ago
  30. 1680832 Typo and missing checkin from r131186. by Andrew Trick · 14 years ago
  31. 7c863eb Bugpoint support for miscompilations that result in a crash. by Andrew Trick · 14 years ago
  32. de5d5de And lo, I was given a testcase for 131152. rdar://problem/9416774 by Stuart Hastings · 14 years ago
  33. 42febc6 by Nadav Rotem · 14 years ago
  34. 104e992 Handle gcc-compatible compilers (such as clang) the same way we handle gcc. by Oscar Fuentes · 14 years ago
  35. 4301222 by Nadav Rotem · 14 years ago
  36. 41cdc16 Revert 131172 as it is causing clang to miscompile itself. I will try by Rafael Espindola · 14 years ago
  37. 61512ba Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp by Bill Wendling · 14 years ago
  38. 1cfac8c Fix comment. by Bill Wendling · 14 years ago
  39. 7e20a57 Add a late optimization to BranchFolding that hoist common instruction sequences by Evan Cheng · 14 years ago
  40. b38fe4b Optimize atomic lock or that doesn't use the result value. by Eric Christopher · 14 years ago
  41. 88a5fb8 Add triple. by Rafael Espindola · 14 years ago
  42. 87380b6 Fix cmake again. by Rafael Espindola · 14 years ago
  43. 74f0356 Remove empty file. by Nick Lewycky · 14 years ago
  44. 9989ef4 Avoid a gcc warning. by Rafael Espindola · 14 years ago
  45. fdcdafc Fix cmake build. by Rafael Espindola · 14 years ago
  46. da07192 Revert r131155 for now. It makes VMCore depend on Analysis and Transforms by Nick Lewycky · 14 years ago
  47. 354c82b Initialize moveTypeModule. by Rafael Espindola · 14 years ago
  48. 7f33d67 Disable my little CopyToReg argument hack with fast-isel. rdar://problem/9413587 . by Eli Friedman · 14 years ago
  49. 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 · 14 years ago
  50. d673057 Correctly walk through nested and adjacent CALLSEQ_START nodes. No by Stuart Hastings · 14 years ago
  51. 6253c7c Produce a __debug_frame section on darwin ARM when appropriate. by Rafael Espindola · 14 years ago
  52. e3a0e98 On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. by Rafael Espindola · 14 years ago
  53. dc52ecf Rename DwarfRequiresRelocationForStmtList to by Rafael Espindola · 14 years ago
  54. 12f197b The EH symbols are only needed in eh_frame, not debug_frame. by Rafael Espindola · 14 years ago
  55. e29887b Use .cfi_sections to put the unwind info in .debug_frame when possible. With by Rafael Espindola · 14 years ago
  56. 988397d Refactor lock versions of binary operators to be a little less cut and paste. by Eric Christopher · 14 years ago
  57. f4351ce First cut at getting debugging support for ARM/MC/ELF/.o by Jason W Kim · 14 years ago
  58. 4bfc6fb Downgrade a tablegen warning to an error. by Jakob Stoklund Olesen · 14 years ago
  59. bdda37d Fix PR9883. Make sure all caches are invalidated when a live range is repaired. by Jakob Stoklund Olesen · 14 years ago
  60. 0d450dc In a debug_frame the cfi offset is to the start of the debug_frame section! by Rafael Espindola · 14 years ago
  61. f2453a3 PTX: add test cases for cvt, fneg, and selp by Justin Holewinski · 14 years ago
  62. 713c4bf Add CFIStartSections to the asm printer. Add an assert that at least by Rafael Espindola · 14 years ago
  63. 0d10970 PTX: add PTX 2.3 setting in PTX sub-target. by Justin Holewinski · 14 years ago
  64. 40a7dbb Add support for producing .deubg_frame sections. by Rafael Espindola · 14 years ago
  65. 774466a Small cleanups. by Rafael Espindola · 14 years ago
  66. c25dad8 Factor some code into a new EmitFrames method. by Rafael Espindola · 14 years ago
  67. 9f270da Remove unused argument. by Rafael Espindola · 14 years ago
  68. f9efd83 Parsing and plumbing for .cfi_sections. by Rafael Espindola · 14 years ago
  69. 65a2f77 Preserve line number information. by Devang Patel · 14 years ago
  70. a3f4867 Do not ignore InlinedAt while walking up scope chain to find subprogram node. by Devang Patel · 14 years ago
  71. f5bf3cf Tidy up. 80-column and whitespace. by Jim Grosbach · 14 years ago
  72. cef81b7 Look through struct wrapped types for inline asm statments. by Eric Christopher · 14 years ago
  73. 77a2c4c Change a few std::maps to DenseMaps. by Dan Gohman · 14 years ago
  74. 49ac3d7 Fix td file comments for Mips. by Eric Christopher · 14 years ago
  75. 183c627 Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane) for size 32 by Mon P Wang · 14 years ago
  76. c356f33 Indent properly, no functionality change. by Duncan Sands · 14 years ago
  77. 8a1f2b2 Eliminate an unused line to fix a warning. by NAKAMURA Takumi · 14 years ago
  78. cf724f0 Remove an assertion to fix PR9872. by Jakob Stoklund Olesen · 14 years ago
  79. f51190b X86: Add a bunch of peeps for add and sub of SETB. by Benjamin Kramer · 14 years ago
  80. 4eafe10 Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with by Rafael Espindola · 14 years ago
  81. 6a61834 PR9869: Add explicit destructor declarations to Operator subclasses, to allow by Eli Friedman · 14 years ago
  82. ca66226 Eliminate the ARM sub-register indexes that are not needed by the sources. by Jakob Stoklund Olesen · 14 years ago
  83. 123cab9 Teach TableGen to automatically generate missing SubRegIndex instances. by Jakob Stoklund Olesen · 14 years ago
  84. aec038f Fix comments per Duncan's review. by Eli Friedman · 14 years ago
  85. 5d23b42 Zap unnecessary svn:ignore. by Eli Friedman · 14 years ago
  86. e864b5b The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max is by Duncan Sands · 14 years ago
  87. 33c110e Fix the non-MC encoding of pkhbt and pkhtb. by Eric Christopher · 14 years ago
  88. 701529b Revert ExecutionEngine patches, they either failed to build or broke unit tests. by Jakob Stoklund Olesen · 14 years ago
  89. be91117 Switch Darwin to the generic CIE/FDE printer. by Rafael Espindola · 14 years ago
  90. 226c34b ExecutionEngine: delete duplicated files by Dylan Noblesmith · 14 years ago
  91. e629701 ExecutionEngine: add missing file by Dylan Noblesmith · 14 years ago
  92. 325e66d 1. Keep lines in 80 columns. 2. Remove unused function. 3. Correct indentation. by Akira Hatanaka · 14 years ago
  93. bfb8705 ExecutionEngine: move createJIT() definition by Dylan Noblesmith · 14 years ago
  94. c06b511 ExecutionEngine: push TargetMachine creation into clients by Dylan Noblesmith · 14 years ago
  95. 71cbac6 ExecutionEngine: fix JIT/MCJIT selectTarget() duplication by Dylan Noblesmith · 14 years ago
  96. bf4e10f Emit a proper error message when register allocators run out of registers. by Jakob Stoklund Olesen · 14 years ago
  97. 9b66853 Added an assertion, and updated a comment. by Andrew Trick · 14 years ago
  98. 308fba5 It's valid to take the blockaddress of a different function, so remove this by Nick Lewycky · 14 years ago
  99. ce1cdac 80 col violations. by Evan Cheng · 14 years ago
  100. fc5d305 Make the logic for determining function alignment more explicit. No functionality change. by Eli Friedman · 14 years ago