1. d006ddc Fix crash when not setting GCOV_PREFIX. by Nick Lewycky · 13 years ago
  2. fffb61d Remove dead intrinsics. by Bill Wendling · 13 years ago
  3. 37da408 indvars: Added DisableIVRewrite and WidenIVs. by Andrew Trick · 13 years ago
  4. 9f1569a The system suppression file should catch these, but since they *once again* are by Nick Lewycky · 13 years ago
  5. 20bc5ac Don't depend on the physreg coalescing order. by Jakob Stoklund Olesen · 13 years ago
  6. c74399f Don't run this test through -regalloc=basic. by Jakob Stoklund Olesen · 13 years ago
  7. 22d28d2 Fix register-dependent XCore tests by Jakob Stoklund Olesen · 13 years ago
  8. 9dfb367 Fix register-dependent test in MSP430. by Jakob Stoklund Olesen · 13 years ago
  9. b89383a Implement MSP430RegisterInfo::getMatchingSuperRegClass to enable cross-class by Jakob Stoklund Olesen · 13 years ago
  10. b65122c Remove some random comments that snuck in from somewhere. by Eric Christopher · 13 years ago
  11. 2944b4f Mark ultra-super-registers QQQQ as call-clobbered instead of the D sub-registers. by Jakob Stoklund Olesen · 13 years ago
  12. feaf347 Fix a bunch of ARM tests to be register allocation independent. by Jakob Stoklund Olesen · 13 years ago
  13. 4dfdf24 indvars: Added canExpandBackEdgeTakenCount. by Andrew Trick · 13 years ago
  14. ee4a3ab Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_linkage_name. This helps gdb and fixes var-path-expr.exp regression reported by gdb testsuite. by Devang Patel · 13 years ago
  15. b47426b MCDwarf: Don't save Twine to local variable, this is almost never safe to do by Daniel Dunbar · 13 years ago
  16. 9493a28 Replace the "movnt" intrinsics with a native store + nontemporal metadata bit. by Bill Wendling · 13 years ago
  17. 7d6b6a0 Gracefully handle invalid live ranges. Fix PR9831. by Jakob Stoklund Olesen · 13 years ago
  18. ad20681 Implement some basic simplifications involving min/max, for example by Duncan Sands · 13 years ago
  19. b9d5af0 Tidy up. Add missing newline to generated file. by Jim Grosbach · 13 years ago
  20. f35907f Make the test less likely to fail with minor changes. by Evan Cheng · 13 years ago
  21. 9ff1b9b Fix function MipsRegisterInfo::getRegisterNumbering. by Akira Hatanaka · 13 years ago
  22. 22a751a Remove test for iOS divmod function, since that is disabled for now. by Bob Wilson · 13 years ago
  23. e1a56ae Temporarily disable use of divmod compiler-rt functions for iOS. by Bob Wilson · 13 years ago
  24. 0a69ba3 Fold ARM coprocessor intrinsics patterns into the instructions defs whenever by Bruno Cardoso Lopes · 13 years ago
  25. 54ad87a Add a few ARM coprocessor intrinsics. Testcases included by Bruno Cardoso Lopes · 13 years ago
  26. 6e97ece Fix a comment. by Bob Wilson · 13 years ago
  27. 30692ab If the front end has emitted llvm.dbg.cu and other debug info anchors (clang does it now) then use them directly. This saves one scan of entire module, to collect debug info, which in turns saves few machine cycles at compile time. by Devang Patel · 13 years ago
  28. 464f4ef Use llvm.dbg.cu named metadata to collect compile units. by Devang Patel · 13 years ago
  29. d2189bf Remove unused variables caught by GCC's -Wunused-but-set-variable. by Benjamin Kramer · 13 years ago
  30. a08bd89 Pass --disable-cfi to llc. by Rafael Espindola · 13 years ago
  31. 34868ee Add pentium{3,4}m cpus. Patch by Alexander Best! by Michael J. Spencer · 13 years ago
  32. 2fc496f xmm0 is an implicit parameter in this and so shouldn't be in the by Eric Christopher · 13 years ago
  33. cca8214 Add an unfolded offset field to LSR's Formula record. This is used to by Dan Gohman · 13 years ago
  34. f7710af Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that. by Owen Anderson · 13 years ago
  35. 67352b3 Scanning entire basic block may be too expensive in terms of compile time. Instead, just use whatever location info first non-phi instruction has. by Devang Patel · 13 years ago
  36. d61c403 Handle <def,undef> in the second loop as well. by Jakob Stoklund Olesen · 13 years ago
  37. 52f6c03 Apparently the check for direct calls is unnecessary. by Eric Christopher · 13 years ago
  38. e2f669f Use the PrintReg adaptor to correctly print live-in registers in debug output. by Jakob Stoklund Olesen · 13 years ago
  39. 2048e4a Only ignore <undef> use operands, keep the <def,undef> ops. by Jakob Stoklund Olesen · 13 years ago
  40. 8ce864e Pass -disable-cfi to llc. by Rafael Espindola · 13 years ago
  41. 925dffa llvmc: Pass -disable-cfi to llc. by Rafael Espindola · 13 years ago
  42. 448a6d3 Fix PR9579: when simplifying a compare to "true" or "false", and it was by Duncan Sands · 13 years ago
  43. 00676a6 Remove unused variable. by Duncan Sands · 13 years ago
  44. c455bb7 Emit debug info for global variables first. by Devang Patel · 13 years ago
  45. 194cfb0 Forgot to commit the changes to this file. by Duncan Sands · 13 years ago
  46. f24ed77 Move some rem transforms out of instcombine and into instsimplify. by Duncan Sands · 13 years ago
  47. 2866edf Add 130690 back. by Rafael Espindola · 13 years ago
  48. e17e6c0 Only produce the eh_frame section if we have at least one personality function. by Rafael Espindola · 13 years ago
  49. b2d7336 Revert while I debug the tests that use march but not mtriple. by Rafael Espindola · 13 years ago
  50. 433771c Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will take some time. by Rafael Espindola · 13 years ago
  51. 7914242 Remove an unused variable in NDEBUG (found with -Wunused-variable). by Chandler Carruth · 13 years ago
  52. bb30dd4 Minimize the slot indexes spanned by register ranges created when splitting. by Jakob Stoklund Olesen · 13 years ago
  53. 8e33095 Add a SlotIndexes::insertMachineInstrInMaps to insert the instruction after any null indexes. by Jakob Stoklund Olesen · 13 years ago
  54. 95d206a In option typo correction, consider -foo=VALUE flags as two distinct parts. The by Nick Lewycky · 13 years ago
  55. 71f234b Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 13 years ago
  56. 149f528 enhance memcpyopt to obey -fno-builtin and friends. This addresses a by Chris Lattner · 13 years ago
  57. 450a5a1 Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. by Rafael Espindola · 13 years ago
  58. 6073a05 Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries. by NAKAMURA Takumi · 13 years ago
  59. 9bc1537 Remove an unused variable from this function introduced in r130637, by Chandler Carruth · 13 years ago
  60. 5426a9e GCC uses a different encoding of pointers in the FDE when using by Rafael Espindola · 13 years ago
  61. c352806 I forgot these files in the previous commit. by Rafael Espindola · 13 years ago
  62. debd7e4 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 13 years ago
  63. d4b0c6c Update instructions: LLVM.cmake is now LLVMConfig.cmake by Oscar Fuentes · 13 years ago
  64. 2b3e12d Revert the previous patch while I figure out how to make llvm-gcc by Rafael Espindola · 13 years ago
  65. 60045c2 X86AsmPrinter doesn't know how to handle the X86II::MO_GOT_ABSOLUTE_ADDRESS flag by Jakob Stoklund Olesen · 13 years ago
  66. 89fc9e8 Enable CFI on OS X. by Rafael Espindola · 13 years ago
  67. ec7e4ff When a physreg is live-in and live through a basic block, make sure its live by Jakob Stoklund Olesen · 13 years ago
  68. 7d6eb5a InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for urem or constant B. by Benjamin Kramer · 13 years ago
  69. 23b02cd Use SimplifyDemandedBits on div instructions. by Benjamin Kramer · 13 years ago
  70. 2f8e038 FileCheckize. by Benjamin Kramer · 13 years ago
  71. 277abc8 Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer by Rafael Espindola · 13 years ago
  72. 97f7f4e Handle PrivateExtern eh symbols. by Rafael Espindola · 13 years ago
  73. 8e1e4cf Allow folded spills in test. by Jakob Stoklund Olesen · 13 years ago
  74. 6ee56e6 Avoid using stale entries form the sibling value map. by Jakob Stoklund Olesen · 13 years ago
  75. 66446c8 Use hysteresis for local live range splitting as well. by Jakob Stoklund Olesen · 13 years ago
  76. 4f5558e runtime/libprofile/PathProfiling.c: Don't use // comment in C source. by NAKAMURA Takumi · 13 years ago
  77. f1a5c7e Add all the plumbing needed for MC to expand cfi to the old tables in by Rafael Espindola · 13 years ago
  78. a37bd1d Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr. by Rafael Espindola · 13 years ago
  79. 141f529 Update comment. by Jakob Stoklund Olesen · 13 years ago
  80. 5aa3211 Use a greedy algorithm for allocating registers. by Jakob Stoklund Olesen · 13 years ago
  81. d5b679c Weekly fix of register allocation dependent unit tests. by Jakob Stoklund Olesen · 13 years ago
  82. d65ba72 Print out the 'nontemporal' info on a store. by Bill Wendling · 13 years ago
  83. b2b03fc Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastEmit_i can fail for non-Thumb2 ARM. Makes ARMSimplifyAddress work correctly, and reduces the number of fast-isel bailouts on non-Thumb ARM. by Eli Friedman · 13 years ago
  84. 5ac179c 80-col. by Eric Christopher · 13 years ago
  85. b451770 Zap a couple now-unused functions. by Eli Friedman · 13 years ago
  86. c573e2c Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/Thumb2 patterns. by Eli Friedman · 13 years ago
  87. 40348e8 Assing line number info to new PHIs created by SSA updater. by Devang Patel · 13 years ago
  88. d94bc54 Add FastEmitInst_ii for the arm fast isel generator. It doesn't use it, but by Eric Christopher · 13 years ago
  89. 206a10c Filter out pattterns from the FastISel emitter which it doesn't actually know how to handle. No significant functionality change at the moment, but it's necessary for some changes I'm planning. by Eli Friedman · 13 years ago
  90. 632ae89 Some cleanup and optimize fallthrough more. by Eric Christopher · 13 years ago
  91. 1f6c875 Avoid some uses of .uleb128. This is a small speedup and more importantly by Rafael Espindola · 13 years ago
  92. 7f46b08 Implement MCAsmStreamer::EmitCFIDefCfa. by Rafael Espindola · 13 years ago
  93. 0b2fb39 Print new instructions without DebugLoc. by Devang Patel · 13 years ago
  94. 51864a1 Fix run-line, again. :( by Eli Friedman · 13 years ago
  95. 9ebf57a Re-committing r130454, which does not in fact break anything. by Eli Friedman · 13 years ago
  96. bd5426a Preserve line number information. by Devang Patel · 13 years ago
  97. bcf26ae Add trunc->branch support, this won't help with clang's i8->i1 truncations by Eric Christopher · 13 years ago
  98. 8ddf6f2 win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build by Daniel Dunbar · 13 years ago
  99. c69c4a8 Cleanup some DOS newlines. by Daniel Dunbar · 13 years ago
  100. 57808b3 SimplifyCFG: Expose phi node folding cost threshold as command line parameter by Peter Collingbourne · 13 years ago