1. 927ede5 Updated instruction table due to addded intrinsics. by Brendon Cahoon · 13 years ago
  2. 12a5252 Remove warnings from HexagonVLIWPacketizer. by Sirish Pande · 13 years ago
  3. 5abd10a Some release notes for dragonegg. by Duncan Sands · 13 years ago
  4. 6d532d8 Hexagon constant extender support. by Brendon Cahoon · 13 years ago
  5. e1093e5 Typo. by Chad Rosier · 13 years ago
  6. 2b3b335 [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Minor cleanup. by Chad Rosier · 13 years ago
  7. 81e900d Hexagon V5 intrinsics support. by Sirish Pande · 13 years ago
  8. 79e2045 Defer computation of SuperRegs. by Jakob Stoklund Olesen · 13 years ago
  9. 2a2e9d5 [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg by Chad Rosier · 13 years ago
  10. 12c8078 objectsize: add a few more tests and fix a bug by Nuno Lopes · 13 years ago
  11. 2f6ae41 [fast-isel] Rather then assert (or segfault in a non-asserts build), fall back by Chad Rosier · 13 years ago
  12. f4bd21c The return type is an unsigned, not a bool. by Chad Rosier · 13 years ago
  13. 4949e98 Add space before an open parenthesis in control flow statements. by Manman Ren · 13 years ago
  14. 3c579c8 Added X86 Atom latencies to X86InstrMMX.td. by Preston Gurd · 13 years ago
  15. cb7a5f5 PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to include/llvm/Support. by Stepan Dyatkovskiy · 13 years ago
  16. 1244757 Fix test/CodeGen/X86/tls-pie.ll. by Hans Wennborg · 13 years ago
  17. 228756c Implement initial-exec TLS model for 32-bit PIC x86 by Hans Wennborg · 13 years ago
  18. 169e9ba Added the missing bit definition for the 4th bit of the STR (post reg) instruction. It is now set to 0. The patch also sets the unpredictable mask for SEL and SXTB-type instructions. by Silviu Baranga · 13 years ago
  19. ca3cd41 Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate offset addressing. The assembler and instruction printer were not properly handeling the #-0 immediate. by Silviu Baranga · 13 years ago
  20. 383fd7a Fix a use after free when the streamer is destroyed. Fixes pr12622. by Rafael Espindola · 13 years ago
  21. 2b7ab5e Fix a misleading comment. by Akira Hatanaka · 13 years ago
  22. 2684d9e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  23. 639aa87 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  24. 5b6dfee Fix a minor logic mistake transforming compares in instcombine. PR12514. by Eli Friedman · 13 years ago
  25. 247c5ab ARM: peephole optimization to remove cmp instruction by Manman Ren · 13 years ago
  26. d4347e1 Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), by Dan Gohman · 13 years ago
  27. 61aef8b Allow unique_file to take a mode for file permissions, but default by Eric Christopher · 13 years ago
  28. 620ee81 Fix intendation. by Chad Rosier · 13 years ago
  29. fcad796 Compute secondary sub-registers. by Jakob Stoklund Olesen · 13 years ago
  30. 9d236f9 objectsize: add support for GEPs with non-constant indexes by Nuno Lopes · 13 years ago
  31. deaa3f3 Added X86 Atom latencies for instructions in X86InstrInfo.td. by Preston Gurd · 13 years ago
  32. 05b7a50 Add support for the 'X' inline asm operand modifier. by Eric Christopher · 13 years ago
  33. 89c324b misched: Print machineinstrs with -debug-only=misched by Andrew Trick · 13 years ago
  34. 28ebc89 misched: tracing register pressure heuristics. by Andrew Trick · 13 years ago
  35. 7196a8f misched: Add register pressure backoff to ConvergingScheduler. by Andrew Trick · 13 years ago
  36. 16716c7 misched: Release only unscheduled nodes into ReadyQ. by Andrew Trick · 13 years ago
  37. d38f87e misched: Added ReadyQ container wrapper for Top and Bottom Queues. by Andrew Trick · 13 years ago
  38. 7f8ab78 misched: Introducing Top and Bottom register pressure trackers during scheduling. by Andrew Trick · 13 years ago
  39. 0cfb5cf Hexagon V5 Support - V5 td file. by Sirish Pande · 13 years ago
  40. 7517bbc Hexagon V5 FP Support. by Sirish Pande · 13 years ago
  41. 55ba5df RegPressure: API for speculatively checking instruction pressure. by Andrew Trick · 13 years ago
  42. d253035 RegPressure: fix array index iteration style. by Andrew Trick · 13 years ago
  43. b401e3b Teach DeadStoreElimination to eliminate exit-block stores with phi addresses. by Dan Gohman · 13 years ago
  44. fe65d98 Revert: 156550 "ARM: peephole optimization to remove cmp instruction" by Manman Ren · 13 years ago
  45. 148f392 Precompute lists of explicit sub-registers and indices. by Jakob Stoklund Olesen · 13 years ago
  46. ac84461 Rewrite ScalarEvolution::hasOperand to use an explicit worklist instead by Dan Gohman · 13 years ago
  47. e548744 teach DSE and isInstructionTriviallyDead() about calloc by Nuno Lopes · 13 years ago
  48. 9777f61 formatting change: strip debug info from test by Joel Jones · 13 years ago
  49. 8ae4f06 ARM: peephole optimization to remove cmp instruction by Manman Ren · 13 years ago
  50. 9df72a9 Fix a problem with incomplete equality testing of PHINodes in by Joel Jones · 13 years ago
  51. b88e8dd Fix merge-typo and cleanup by Nadav Rotem · 13 years ago
  52. b210651 AVX2: Add an additional broadcast idiom. by Nadav Rotem · 13 years ago
  53. 5fc2187 Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in the program. by Nadav Rotem · 13 years ago
  54. 7b521ad Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS. by Andrew Trick · 13 years ago
  55. 77966fa ExecutionEngine: Check for NULL ErrorStr before using it. by Jim Grosbach · 13 years ago
  56. 08dc5f2 Fix warning text. by Jakob Stoklund Olesen · 13 years ago
  57. 95b8cf1 Fix the objc_storeStrong recognizer to stop before walking off the by Dan Gohman · 13 years ago
  58. ca313e1 Compute a backwards SubReg -> SubRegIndex map for each register. by Jakob Stoklund Olesen · 13 years ago
  59. da2be82 Rename getSubRegs() to computeSubRegs(). by Jakob Stoklund Olesen · 13 years ago
  60. e3305b1 objectsize: by Nuno Lopes · 13 years ago
  61. 9166d23 Add unittests for Triple::getMacOSXVersion and Triple::getiOSVersion. by Chad Rosier · 13 years ago
  62. fd39afb Added a regress test for the bug #9964 before close it. by Danil Malyshev · 13 years ago
  63. d9b41b3 Mark .opd @progbits, thus avoiding a warning from asm. by Roman Divacky · 13 years ago
  64. 537c2f5 Set the default iOS version to 3.0. by Chad Rosier · 13 years ago
  65. 0d38d3a Use the cpuid 64 bit flag to pick the default CPU name for an unknown model. by Bob Wilson · 13 years ago
  66. 26bbdee Don't return true on a function with a void return type. by Chad Rosier · 13 years ago
  67. ecee47e Add Triple::getiOSVersion. by Chad Rosier · 13 years ago
  68. 5c87b49 Introduce llvm-c function LLVMPrintModuleToFile. by Hans Wennborg · 13 years ago
  69. 3075954 change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept. by Nuno Lopes · 13 years ago
  70. 80fa472 Make it possible to switch off solution folders. VS Express does not support by Manuel Klimek · 13 years ago
  71. 7305295 Fixed a typo by Filipe Cabecinhas · 13 years ago
  72. f24fde2 Supply a C interface to the "LinkModules" method. Patch by Andrew Wilkins! by Bill Wendling · 13 years ago
  73. b12af89 Remove unused variable to get rid of warning. by Craig Topper · 13 years ago
  74. 2b409b6 Add another peephole pattern for conditional moves. by Akira Hatanaka · 13 years ago
  75. cf661a0 Use ptr_rc_tailcall instead of GR32_TC. by Jakob Stoklund Olesen · 13 years ago
  76. 56ec9f2 Make register FP allocatable if the compiled function does not have dynamic by Akira Hatanaka · 13 years ago
  77. a284acb Expand 64-bit shifts if target ABI is O32. by Akira Hatanaka · 13 years ago
  78. 220ee59 Remove unused variable to silence compiler warning. by Richard Trieu · 13 years ago
  79. 6447d52 Do not install llvm-config-host for cross-builds of clang. rdar://11317847 by Bob Wilson · 13 years ago
  80. 0daef3d Miscellaneous accumulated cleanups. by Dan Gohman · 13 years ago
  81. 9ed9e5d Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. by Kevin Enderby · 13 years ago
  82. acc472a add to 3.1 release notes by Seth Cantrell · 13 years ago
  83. 4670dac Fix objc_storeStrong pattern matching to catch a potential use of the by Dan Gohman · 13 years ago
  84. f191b43 Use a shared function for a common operation. by Jakob Stoklund Olesen · 13 years ago
  85. a80f2d1 Fix thinko in conditional. by Eric Christopher · 13 years ago
  86. a249f7d DAGCombiner should not change the type of an extract_vector index. by Jim Grosbach · 13 years ago
  87. 0bf7895 Remove empty directories. by Daniel Dunbar · 13 years ago
  88. 22b291a Remove excess semi-colons to quiet warnings. by Eric Christopher · 13 years ago
  89. 2b8f3ba [Support] Fix sys::GetRandomNumber() to always use a high quality seed. by Daniel Dunbar · 13 years ago
  90. ab3a7fb Update load/store instruction patterns in Hexagon V4. by Sirish Pande · 13 years ago
  91. 9318e48 Formatting fixes. by Akira Hatanaka · 13 years ago
  92. e10d972 Define mips16 instruction formats. by Akira Hatanaka · 13 years ago
  93. 5012076 Handle OpDeref in case it comes in as a register operand. by Eric Christopher · 13 years ago
  94. 599da5e Update comment. by Eric Christopher · 13 years ago
  95. f468fd8 Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this by Daniel Dunbar · 13 years ago
  96. b3593a6 [tests] Remove some remaining DejaGNU related cruft. by Daniel Dunbar · 13 years ago
  97. 869d817 Adding -fcolor-diagnostics is causing problem to users that parse the build by Rafael Espindola · 13 years ago
  98. 09ca350 Regenerate configure. by Daniel Dunbar · 13 years ago
  99. a5d2435 [docs] Remove POD based man page docs (and build system support). by Daniel Dunbar · 13 years ago
  100. 006c7b9 remove autoupgrade code for old function attributes format. by Nuno Lopes · 13 years ago