1. d1e5db6 Fix whitespace. by Dan Gohman · 15 years ago
  2. d3ff304 Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. by Dan Gohman · 15 years ago
  3. 2f1b153 Give the SCEV class a SubclassData field. by Dan Gohman · 15 years ago
  4. a271d36 Fix whitespace. by Dan Gohman · 15 years ago
  5. b74bb1a FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructions on all sub-targets. by Evan Cheng · 15 years ago
  6. e23e097 Add tests for handling of globals and tls on the XCore. These currently fail by Richard Osborne · 15 years ago
  7. 5bd6839 Privatize the ConstantVector tables. by Owen Anderson · 15 years ago
  8. fbd6687 Update insertps handling based on feedback. Move to a v4f32 style by Eric Christopher · 15 years ago
  9. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  10. 5ff58b5 Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index elimination more exactly for Thumb-2 to get better code gen. by David Goodwin · 15 years ago
  11. 74e5210 Added a 2+-byte NOP instruction to the Intel tables, by Sean Callanan · 15 years ago
  12. 006c77d Privatize the ConstantStruct table. by Owen Anderson · 15 years ago
  13. ed0e2ad by David Greene · 15 years ago
  14. eee839d Thumb2 does not allow the use of "pc" register as part of the load / store address. by Evan Cheng · 15 years ago
  15. 535c9c3 Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U . by Reid Kleckner · 15 years ago
  16. 10b4fc5 Re-committing r76828 with the JIT memory manager changes now that the build by Reid Kleckner · 15 years ago
  17. 50340f6 "fix" PR4612, which is a crash on: %0 = malloc [3758096384 x i32] by Chris Lattner · 15 years ago
  18. 17e4aa7 Fix PR4614: the Intel C compiler defines _GNUC__ by Duncan Sands · 15 years ago
  19. daf2212 Revert r75581: it causes massive breakage in the Ada by Duncan Sands · 15 years ago
  20. bc8d813 Switch ValueSymbolTable to StringRef based API. by Daniel Dunbar · 15 years ago
  21. e6c42dd Add llvm::Value::getNameRef, for help in API migration. by Daniel Dunbar · 15 years ago
  22. 8f51a62 Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for by Reid Kleckner · 15 years ago
  23. d3d9d66 Fix up ARM constant island pass for Thumb2. by Evan Cheng · 15 years ago
  24. 81c102b Since we have moved unified assembly, switch to ADR instruction instead of a the difficult-to-read .set + add syntax to materialize pc-relative address. by Evan Cheng · 15 years ago
  25. 6316fbc Convert StringMap to using StringRef for its APIs. by Daniel Dunbar · 15 years ago
  26. b53cc01 Fix frame index elimination to correctly handle thumb-2 addressing modes that don't allow negative offsets. During frame elimination convert *i12 opcode to a *i8 when necessary due to a negative offset. by David Goodwin · 15 years ago
  27. 0dcde10 FileCheck'ize and expand LDA testcases. by Andreas Bolka · 15 years ago
  28. 787b0db emit simple node was using different labels for fields than the rest of the graph writter by Andrew Lenharth · 15 years ago
  29. b4c28e9 Cache dependence computation using FoldingSet. by Andreas Bolka · 15 years ago
  30. 697712c 80 col violation. by Evan Cheng · 15 years ago
  31. f039516 enhance DepthFirstIterator to support more robust operations in the face by Chris Lattner · 15 years ago
  32. 3cd5261 testcase for PR4590 by Chris Lattner · 15 years ago
  33. 5414cc5 refactor a blob of code out to a new 'FoldOrOfFCmps' function and simplify it. by Chris Lattner · 15 years ago
  34. 2035463 For real this time: PHI Def & Kill tracking added to PHIElimination. by Lang Hames · 15 years ago
  35. 7b45fc5 merge vector-casts-0.ll into vector-casts.ll by Chris Lattner · 15 years ago
  36. f98d253 Make some existing optimizations that would only trigger on scalars by Chris Lattner · 15 years ago
  37. e5f6bff convert a test to filecheck format. This fixes an endemic problem by Chris Lattner · 15 years ago
  38. e6dab05 rename test by Chris Lattner · 15 years ago
  39. 42d1be0 refactor a bunch of code out into a helper function, no functionality change. by Chris Lattner · 15 years ago
  40. 903cb39 remove a really old and dead header by Chris Lattner · 15 years ago
  41. d58fb25 merge one more sse41 test into sse41.ll by Chris Lattner · 15 years ago
  42. 0528769 merge another sse41 test into sse41.ll by Chris Lattner · 15 years ago
  43. ca6883b merge sse41-pmovx.ll into sse41.ll by Chris Lattner · 15 years ago
  44. 287b8b0 Added PHI Def & Kill tracking to PHIElimination pass. by Lang Hames · 15 years ago
  45. 5fe2b03 change a test to run in filecheck style. Rename it to be a general by Chris Lattner · 15 years ago
  46. 1e5cdea Support insertps via the intrinsic and add a couple of simple by Eric Christopher · 15 years ago
  47. 0f009d2 Do not call getMangledName on Intrinsics. by Sanjiv Gupta · 15 years ago
  48. 2f9c3b0 MDString by Devang Patel · 15 years ago
  49. 3091719 Add test for pinsrd and pinsrb instructions. by Eric Christopher · 15 years ago
  50. 3b59dd8 Minor cosmetics: indentation, formatting, naming. by Andreas Bolka · 15 years ago
  51. 4bf3706 Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. by Reid Kleckner · 15 years ago
  52. 54e650f add header for 'memset'. by Zhongxing Xu · 15 years ago
  53. db5e900 Silence "uninitialized use" warning. by Devang Patel · 15 years ago
  54. 6b0c217 Hide constructors. by Devang Patel · 15 years ago
  55. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  56. 0aaf4e9 Fix error message for correct opcode. by Eric Christopher · 15 years ago
  57. 81ce3ed Make the JIT code emitter properly retry and ask for more memory when it runs by Reid Kleckner · 15 years ago
  58. 95eb3ad Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using by Reid Kleckner · 15 years ago
  59. 608ad24 Revert r75663 (and r76805), as it is causing regressions on powerpc. by Dan Gohman · 15 years ago
  60. 819c4f3 remove SectionFlags::Small: it is only used on Xcore, and we'll find by Chris Lattner · 15 years ago
  61. 41d0b9d x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). by Dan Gohman · 15 years ago
  62. e02a0aa Add new keywords to the vim syntax highlighting. by Dan Gohman · 15 years ago
  63. bfacb7e Add new optimization keywords to the polygen grammar. by Dan Gohman · 15 years ago
  64. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  65. 92b78bb by David Greene · 15 years ago
  66. e1e52ed Fix typo in addrmode definition. by David Goodwin · 15 years ago
  67. 1c88eff Add -march=ppc32 lines so that this test doesn't ever default to ppc64. by Dan Gohman · 15 years ago
  68. eadf049 Use getTargetConstant instead of getConstant since it's meant as an constant operand. by Evan Cheng · 15 years ago
  69. 7840250 Make the grep line in this test more specific, to avoid unintended matches. by Dan Gohman · 15 years ago
  70. 340482d by David Greene · 15 years ago
  71. 1e0c158 Ignore undef uses. by Evan Cheng · 15 years ago
  72. 3d5126f Switch some clients to Value::getName(), and other getName() user by Daniel Dunbar · 15 years ago
  73. 70c9d17 Fix indentation. by Devang Patel · 15 years ago
  74. 8f60302 Simplify some uses of Value::getName() by Daniel Dunbar · 15 years ago
  75. b834a7b Define npos in a way that should make MSVC happier. by Daniel Dunbar · 15 years ago
  76. dfd3b64 Remove unnecessary store to temporary std::string. by Daniel Dunbar · 15 years ago
  77. 67e5983 by David Greene · 15 years ago
  78. 7384e1b Fix indentation. by Daniel Dunbar · 15 years ago
  79. 29ff37f by David Greene · 15 years ago
  80. 6930f4f Fix thinko. by Devang Patel · 15 years ago
  81. d7de7bc Added -b option to override the default bitcode output file name. by Sanjiv Gupta · 15 years ago
  82. 02383cc Use isa<> instead of dyn_cast<>. by Devang Patel · 15 years ago
  83. c4999d7 Add replaceAllUsesWith() to FE replace debug info constructs while building complex types. by Devang Patel · 15 years ago
  84. 66a9d67 Do not print "metadata" twice while printing MDString. by Devang Patel · 15 years ago
  85. 6dba766 Remove empty test. by Devang Patel · 15 years ago
  86. 78dd9db Eliminate a redudant check Eli pointed out. by Evan Cheng · 15 years ago
  87. 3185a4a Fixed build warning. No functionality change. by Sanjiv Gupta · 15 years ago
  88. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  89. dbe77cf Support writing a StringRef to a raw_ostream directly. by Daniel Dunbar · 15 years ago
  90. 59fec6a fix some wording problems Daniel pointed out, make a example actually real. by Chris Lattner · 15 years ago
  91. 38c3363 doxygenify by Chris Lattner · 15 years ago
  92. 71d8f3b fix typo noticed by Duncan by Chris Lattner · 15 years ago
  93. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
  94. a926697 Add newline at end of file. by Duncan Sands · 15 years ago
  95. 5550f62 Thread local globals don't require special handling by the linker and so can by Richard Osborne · 15 years ago
  96. fd5545b Remove a comment that was copy+pasted from the wrong place, by Torok Edwin · 15 years ago
  97. ed4b2dc Revert commit 76707, it was breaking the llvm-gcc build by Duncan Sands · 15 years ago
  98. 6dae757 Don't give a massive inlining cost bonus to available_externally by Eli Friedman · 15 years ago
  99. 756da12 Don't forget D16 - D31 are clobbered by calls and sjlj eh. by Evan Cheng · 15 years ago
  100. 4a8b7d0 Add R12 to the list of registers clobbered by 16-bit Thumb calls as a pre-caution. r12 could be live once we have mixed 32-bit and 16-bit instructions. by Evan Cheng · 15 years ago