1. 01248e6 Fix a bug where the DWARF emitter in the JIT was not initializing alignment by Reid Kleckner · 16 years ago
  2. c692cb7 Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, by Bob Wilson · 16 years ago
  3. 162da3c Add fcopysign instructions by Anton Korobeynikov · 16 years ago
  4. 9085750 Try again at privatizing the layout info map, with a rewritten patch. by Owen Anderson · 16 years ago
  5. fc9489a Expand few nodes until someone will be crazy enough to implement them natively :) by Anton Korobeynikov · 16 years ago
  6. 2a5b155 Typo :( by Anton Korobeynikov · 16 years ago
  7. 324a99f Correct instruction names for subtract-with-borrow by Anton Korobeynikov · 16 years ago
  8. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 16 years ago
  9. 7178010 Don't assume that the operand of an inttoptr is an pointer-sized integer. by Dan Gohman · 16 years ago
  10. 636e258 Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. by Bill Wendling · 16 years ago
  11. 3c2734c Handle 'r' inline asm constraint by Anton Korobeynikov · 16 years ago
  12. d23b334 Fix a comment. by Bob Wilson · 16 years ago
  13. 1c3858a Fix a problem noticed by gcc-4.4: by Duncan Sands · 16 years ago
  14. cda9706 Change getelementptr folding to use APInt instead of uint64_t for by Dan Gohman · 16 years ago
  15. 3b83287 Add some tests for vext.16 and vext.32. by Bob Wilson · 16 years ago
  16. e6c94c8 Fix -Asserts warning. by Daniel Dunbar · 16 years ago
  17. bc38ca7 llvm-mc: Accept .fill size of 8. by Daniel Dunbar · 16 years ago
  18. 25f1aa0 Fix a typo by Anton Korobeynikov · 16 years ago
  19. 4678c2d Removed profiling test, lli not available on all platforms. by Andreas Neustifter · 16 years ago
  20. eaa8b1f Add a pass to do call graph analyis to overlay the autos and frame sections of by Sanjiv Gupta · 16 years ago
  21. 1f2b32c Fix build on platforms where stdint.h is not implicitly included in the standard headers. by Benjamin Kramer · 16 years ago
  22. d083dfb More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
  23. 051cfd6 Fix some typos and use type-based isel for VZIP/VUZP/VTRN by Anton Korobeynikov · 16 years ago
  24. 1c8e581 Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. by Anton Korobeynikov · 16 years ago
  25. c9d44f0 Add simple cost model to perfect shuffle. Currently we're doing just greedy search for cost instead of (proper) dynamic programming approach. by Anton Korobeynikov · 16 years ago
  26. 62e84f1 Add nodes & dummy matchers for some v{zip,uzp,trn} instructions by Anton Korobeynikov · 16 years ago
  27. 8e6c2b9 Expand EXTRACT_SUBVECTOR by Anton Korobeynikov · 16 years ago
  28. 5da894f Provide vext.{16,32} by Anton Korobeynikov · 16 years ago
  29. d0ac234 Use masks not nodes for vector shuffle predicates. Provide set of 'legal' masks, so legalizer won't infinite cycle by Anton Korobeynikov · 16 years ago
  30. cb02dde Whitespace cleanup by Anton Korobeynikov · 16 years ago
  31. 71b9732 Update CMakeLists. by Benjamin Kramer · 16 years ago
  32. a32b183 bug 4530: Make debug information static to it is preservered during bitcode linking. by Richard Pennington · 16 years ago
  33. e879bda Added tests for Profiling Infrastructure. by Andreas Neustifter · 16 years ago
  34. 5ee9c46 Make for 32-bit only. by Bill Wendling · 16 years ago
  35. e4c0bb6 Tweak svn:ignore by Daniel Dunbar · 16 years ago
  36. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 16 years ago
  37. b3f3c03 llvm-mc: Various section parsing fixes. by Daniel Dunbar · 16 years ago
  38. 6e3b787 Probably should emit bitcode instead of text. by Bill Wendling · 16 years ago
  39. 32223d3 Don't install llvm-mc by default. by Daniel Dunbar · 16 years ago
  40. 9d7a8cc Remove #include <iostream>. by Bill Wendling · 16 years ago
  41. 56c39eb Clean up the APInt function getDigit. by Erick Tryzelaar · 16 years ago
  42. 5504225 Correct for recent assert change. by Bill Wendling · 16 years ago
  43. f7a86a4 Testcase for r79597. by Bill Wendling · 16 years ago
  44. e250f2a Update error messages for '+'. Fix grammar and make the two by Eric Christopher · 16 years ago
  45. d37eda8 Fix trailing whitespace and 80-col violation. by Eric Christopher · 16 years ago
  46. ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 16 years ago
  47. bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 16 years ago
  48. d4b4cf5 Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as by Bob Wilson · 16 years ago
  49. 2ea2015 Re-revert r79555. Apparently it's not just buildbot weirdness. by Owen Anderson · 16 years ago
  50. c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 16 years ago
  51. 28998d1 Reapply r79555 for testing. Daniel's trying to work out some buildbot weirdnesss. by Owen Anderson · 16 years ago
  52. a70872e Use FileCheck even though this means testing for something by Dale Johannesen · 16 years ago
  53. 607abd2 --- Reverse-merging r79555 into '.': by Bill Wendling · 16 years ago
  54. a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
  55. bc84ad9 Suppress build warning in -Asserts by Daniel Dunbar · 16 years ago
  56. 89bc0a2 part of the previous commit for PIC16 ISR implementation. by Sanjiv Gupta · 16 years ago
  57. eb01aba Implement support for ISRs. by Sanjiv Gupta · 16 years ago
  58. 72689b4 Reduce contention on the Attributes lock by using atomic operations for reference counting rather than locking. by Owen Anderson · 16 years ago
  59. d9b2071 Make the StructType->StructLayout table private to TargetData, allowing us to avoid locking on it. by Owen Anderson · 16 years ago
  60. 47234e6 Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the by Sean Callanan · 16 years ago
  61. ef74e9b Fix an x86 code size regression: prefer RIP-relative addressing by Dan Gohman · 16 years ago
  62. 073f5b6 Add a comment explaining why llvm_unreachable_internal doesn't call by Dan Gohman · 16 years ago
  63. cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 16 years ago
  64. 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
  65. b255b88 Clarify a few things in the inbounds description. by Dan Gohman · 16 years ago
  66. 36891e6 Fixed header comment. by Misha Brukman · 16 years ago
  67. 89d177f Fix an obvious copy-n-paste bug. by Evan Cheng · 16 years ago
  68. 4caadc3 Use FileCheck for the test run where it's appropriate. by Dale Johannesen · 16 years ago
  69. 4c0d5d5 Various comment and whitespace cleanups. by Dan Gohman · 16 years ago
  70. d35626e Update and fix some comments. by Dan Gohman · 16 years ago
  71. 5aeac05 Add myself to the blame list. by Benjamin Kramer · 16 years ago
  72. 64e3961 Correct ARM v7-A architecture name spelling and add note about hard float. by Sandeep Patel · 16 years ago
  73. a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 16 years ago
  74. a7f7c25 Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE by Erick Tryzelaar · 16 years ago
  75. 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 16 years ago
  76. 38eee3c fix this back, thanks Eli by Chris Lattner · 16 years ago
  77. 583b6db Add some comments clarifying what appear to be the intent of various by Dan Gohman · 16 years ago
  78. a5595b0 Reword a few comments for AnalyzeBranch and InsertBranch, and fix a few typos. by Dan Gohman · 16 years ago
  79. 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 16 years ago
  80. f636b96 minor grammar tweak by Chris Lattner · 16 years ago
  81. 231843e Add an extra line to conform with preferred style. by Dale Johannesen · 16 years ago
  82. ce4eb39 Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug. by Reid Kleckner · 16 years ago
  83. 5e9bb73 Fix a few places to check if TargetData is available before using it. by Dan Gohman · 16 years ago
  84. 5149932 Add a fast path for setName("") on an unnamed value. by Daniel Dunbar · 16 years ago
  85. 7a7be36 Loosen up the regex for this test so that it doesn't implicitly by Dan Gohman · 16 years ago
  86. 600d52c Add targetdata strings to these tests, since SimplifyLibCalls uses by Dan Gohman · 16 years ago
  87. 49b9186 Update the release process some more. Lots of good details now. by Tanya Lattner · 16 years ago
  88. f189004 by David Greene · 16 years ago
  89. 517d811 AttrListPtr operations need to be atomic. by Owen Anderson · 16 years ago
  90. 3d01334 Fix a bug in the over-index constant folding. When over-indexing an by Dan Gohman · 16 years ago
  91. 7bcec7e Handle 'a' modifier in X86 asms. PR 4742. by Dale Johannesen · 16 years ago
  92. 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
  93. 9d8f004 Switch IRBuilder to using Twine references for names. by Daniel Dunbar · 16 years ago
  94. 5f3aeac by David Greene · 16 years ago
  95. 098612b by David Greene · 16 years ago
  96. 43c76fb by David Greene · 16 years ago
  97. 2a711e3 by David Greene · 16 years ago
  98. 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 16 years ago
  99. 0d036d2 by David Greene · 16 years ago
  100. eea1f4c by David Greene · 16 years ago