1. 34aadd6 Replaced ReInitMCSubtargetInfo with InitMCProcessor. by Andrew Trick · 13 years ago
  2. 88b5a2b Add LLVM_DELETED_FUNCTION to coding standards. by Craig Topper · 13 years ago
  3. cee0331 Fix a typo. No functional change. by Craig Topper · 13 years ago
  4. 39adb18 Let NULL slip through again. by Andrew Trick · 13 years ago
  5. 34301ce TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
  6. e076bb1 comment typo by Andrew Trick · 13 years ago
  7. e3dbc98 TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
  8. 4d2d1c4 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
  9. ee290ba TableGen subtarget emitter. Remove unnecessary header dependence. by Andrew Trick · 13 years ago
  10. ef1623f Mark unimplemented operator new as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  11. e127dfd TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 13 years ago
  12. 0cb0a35 Mark constructors, destructors, and operator new commented as 'do not implement' with LLVM_DELETED_FUNCTION instead. by Craig Topper · 13 years ago
  13. c2945e4 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  14. d10eab0 Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte by Evan Cheng · 13 years ago
  15. b198f5c Mark asm matcher conversion table as const. by Craig Topper · 13 years ago
  16. fe257cc Fix some funky indentation. by Evan Cheng · 13 years ago
  17. be480ff Fix typo in comment. No functional change. by Craig Topper · 13 years ago
  18. 222d619 PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmp by Manman Ren · 13 years ago
  19. e4095f9 Backout the wrong subtarget emitter fix by Andrew Trick · 13 years ago
  20. b010277 PGO: preserve branch-weight metadata when simplifying Switch by Manman Ren · 13 years ago
  21. f23ddf5 Fix release build after reverting by Andrew Trick · 13 years ago
  22. 87f7864 Merge into undefined lanes under -new-coalescer. by Jakob Stoklund Olesen · 13 years ago
  23. 98279e8 Stop adding <imp-def> operands when expanding REG_SEQUENCE. by Jakob Stoklund Olesen · 13 years ago
  24. e1b5328 Revert r164061-r164067. Most of the new subtarget emitter. by Andrew Trick · 13 years ago
  25. 419e5b9 Remove redundant semicolons to fix -pedantic-errors build break with older Clangs. by Richard Smith · 13 years ago
  26. 89a4058 llvm/Target/TargetSubtargetInfo.h: Fix case in #include, s#llvm/Codegen/#llvm/CodeGen#. by NAKAMURA Takumi · 13 years ago
  27. b11cbe6 PGO: preserve branch-weight metadata when simplifying SwitchOnSelect. by Manman Ren · 13 years ago
  28. 97d552e Don't use NULL as a fake keyword by Andrew Trick · 13 years ago
  29. a2a47d1 InitMCProcessor by Andrew Trick · 13 years ago
  30. 12886db TargetSchedModel API. Implement latency lookup, disabled. by Andrew Trick · 13 years ago
  31. 5d94082 comment typo by Andrew Trick · 13 years ago
  32. 41be51b TableGen subtarget emitter. Use getSchedClassIdx. by Andrew Trick · 13 years ago
  33. 021ba26 TableGen subtarget emitter. Generate resolveSchedClass generated hook for resolving instruction variants. by Andrew Trick · 13 years ago
  34. db7afac TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine model. by Andrew Trick · 13 years ago
  35. 544c880 TableGen subtarget emitter. Format and emit data tables for the new machine model. by Andrew Trick · 13 years ago
  36. 52c3a1d TableGen subtarget emitter. Generate data tables for the new machine model. by Andrew Trick · 13 years ago
  37. 40096d2 TableGen subtarget emitter. Emit processor resources for the new machine model. by Andrew Trick · 13 years ago
  38. bc4ff6e TableGen subtarget parser: Add getProcResourcesIdx(). by Andrew Trick · 13 years ago
  39. b024b70 Add some cases to x86 OptimizeCompare to handle DEC and INC, too. by Jan Wen Voung · 13 years ago
  40. 5665403 PGO: preserve branch-weight metadata when simplifying two branches with a common by Manman Ren · 13 years ago
  41. ff15478 Make sure there is enough room for RA. getStackSize needs to be cleaned up but by Akira Hatanaka · 13 years ago
  42. 8dcc994 Increase the static sizes of some SmallSets. finalizeBundle() is very frequently called for some backends, and growing into an std::set is overkill for these numbers. by Michael Ilseman · 13 years ago
  43. 2b94302 whitespace by Michael Ilseman · 13 years ago
  44. bb73002 Fix PR13859 by Michael Liao · 13 years ago
  45. 9bb938c TableGen: Add initializer. by Jim Grosbach · 13 years ago
  46. 78fff8e s/__llvm_gcov_flush/__gcov_flush/g by Bill Wendling · 13 years ago
  47. 2e34b99 LLVM_ATTRIBUTE_USED forces emission of a function. To silence unused function warnings use LLVM_ATTRIBUTE_UNUSED. by Benjamin Kramer · 13 years ago
  48. 2d1c2a2 NewSROA: Provide a full set of operator< for ByteRanges. by Benjamin Kramer · 13 years ago
  49. 3780ad8 Fix a few vars that can end up being used without initialization. by Axel Naumann · 13 years ago
  50. c8bf0f8 Removed the VMLxForwarding feature for the Cortex-A15 target. by Silviu Baranga · 13 years ago
  51. a52c3ac Add a MachinePostDominator pass by Tom Stellard · 13 years ago
  52. 9b7ca41 Add Michael Spencer's iterator class for stepping through relocations. Add method that, given a symbol index, will return the symbol's data. by Sid Manning · 13 years ago
  53. a26cadc Disable the protection from escaped allocas in an attempt to find violating passes. This may break the buildbots. I plan to revert it in a few hours. by Nadav Rotem · 13 years ago
  54. 9f9ce61 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  55. 001d3dc Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  56. de80917 Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  57. fc601db Mark unimplemented copy constructors and copy assignment operators as LLVM_DELETED_FUNCTION. by Craig Topper · 13 years ago
  58. 7ffafe4 Remove a couple unused fields. Not detected by Wunused-private-field because of unimplemented copy constructor and copy assignment operator that make the class look incomplete. Upcoming patch will mark them deleted. by Craig Topper · 13 years ago
  59. efd841c Fix typo by Michael Liao · 13 years ago
  60. 3fee0fe Add include of Compiler.h to fix build bot failures. by Craig Topper · 13 years ago
  61. daca73f Add includes of Compiler.h to fix build bot failures. by Craig Topper · 13 years ago
  62. a558d91 Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that aren't implemented. by Craig Topper · 13 years ago
  63. f630e49 Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that aren't implemented. by Craig Topper · 13 years ago
  64. fbb1347 Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros. by Craig Topper · 13 years ago
  65. 63392ea Refactor the SROA visitors for partitioning an alloca and building by Chandler Carruth · 13 years ago
  66. af8d66c Add 'virtual' keywoards to output file for overridden functions. by Craig Topper · 13 years ago
  67. 6ffb402 Change unsigned to uint32_t to match base class declaration and other targets. by Craig Topper · 13 years ago
  68. 1d2b45f Fix bad comment. No functional change. by Craig Topper · 13 years ago
  69. ef2340e Add 'virtual' keywoards to output file for overridden functions. by Craig Topper · 13 years ago
  70. 6fc671c Fix the testcase to work on all platforms. by Nadav Rotem · 13 years ago
  71. ef072c3 Add explicit virtual keywords for methods that override base class. by Craig Topper · 13 years ago
  72. 638e4c1 The PMOVZXWD family of functions had patterns extends narrow vector types to wide vector types. by Nadav Rotem · 13 years ago
  73. 3c0e5c9 Guard fields by NDEBUG until they get used in the release build. by Andrew Trick · 13 years ago
  74. 910cf7f Tidy up formatting of some elses on a separate line from preceding bracing. No functional change. by Craig Topper · 13 years ago
  75. c722ae7 Add alternative coalescing algorithm under a flag. by Jakob Stoklund Olesen · 13 years ago
  76. 2131eb4 Fix problem when using LiveRangeQuery with block entries. by Jakob Stoklund Olesen · 13 years ago
  77. 644b384 Tidy up trailing whitespace. by Craig Topper · 13 years ago
  78. 0c08f5d Remove unneeded header. by Craig Topper · 13 years ago
  79. 4e0ae44 Fix Doxygen issues: wrap code examples in \code and use \p to refer to by Dmitri Gribenko · 13 years ago
  80. dbf5457 Fix includes of llvm files that used angle brackets. by Craig Topper · 13 years ago
  81. dfa9979 Fix a couple include directives that used angle brackets for llvm files. by Craig Topper · 13 years ago
  82. 86a1c32 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
  83. dd100d8 Remove unused private fields to silence -Wunused-private-field. by Craig Topper · 13 years ago
  84. ab9baf7 Don't depend on kill flags in removeCopyByCommutingDef(). by Jakob Stoklund Olesen · 13 years ago
  85. 9ae03fa Make LiveRangeQuery work for PHIDefs as well. by Jakob Stoklund Olesen · 13 years ago
  86. 85aadc0 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
  87. 09bc937 Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. by Craig Topper · 13 years ago
  88. 8a96348 Disable new sroa now that all buildbots have tested it. by Benjamin Kramer · 13 years ago
  89. 562b240 X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math. by Benjamin Kramer · 13 years ago
  90. 1c8db50 Port the SSAUpdater-based promotion logic from the old SROA pass to the by Chandler Carruth · 13 years ago
  91. 5a7dd43 Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td and by Akira Hatanaka · 13 years ago
  92. 5974c31 Revert r163878 as it breaks on targets with alternate register names. Such targets do not exist in the main tree so this was not noticed. by Craig Topper · 13 years ago
  93. f934d15 Handled unaligned load/stores properly in Mips16 by Akira Hatanaka · 13 years ago
  94. 062986c PGO: preserve branch-weight metadata when simplifying two branches with a common by Manman Ren · 13 years ago
  95. 3cbd178 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
  96. 5e613c2 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
  97. 48605c3 TableGen subtarget parser. Handle new machine model. by Andrew Trick · 13 years ago
  98. 17785fd cmake: Fix file path. by Daniel Dunbar · 13 years ago
  99. 10097bd formatted_raw_ostream: Fix a serious bug in tell(). by Daniel Dunbar · 13 years ago
  100. d426a64 Some small reorganization to get read for Attributes overhaul. by Bill Wendling · 13 years ago