1. 5b5f726 Provide an explicit specialization of SmallVector at N=0 which does by John McCall · 15 years ago
  2. cd11e9d add a specialization for the MVT form of getTypeAction, since it is trivial. by Chris Lattner · 15 years ago
  3. aafe626 remove some llvmcontext arguments that are now dead post-refactoring. by Chris Lattner · 15 years ago
  4. e6f7c26 Change handling of illegal vector types to widen when possible instead of by Chris Lattner · 15 years ago
  5. e6e0018 tidy up by Chris Lattner · 15 years ago
  6. ce93426 Remap metadata attached to instructions when remapping individual by Dan Gohman · 15 years ago
  7. 3e60a23 Revert this for now, PUNPCKLDQ dont operate on v4f32 by Bruno Cardoso Lopes · 15 years ago
  8. 3d6e4c3 X86: Fix misencode of RI64mi8. This fixes OpenSSL / x86_64-apple-darwin10 / clang -O3. by Daniel Dunbar · 15 years ago
  9. ab43add Fix comment. by Devang Patel · 15 years ago
  10. 78a06e5 Remove dead argument. by Devang Patel · 15 years ago
  11. c52b3cc Add some statistics for PEI register scavenging by Jim Grosbach · 15 years ago
  12. 064ff3e Add a FIXME comment. by Dan Gohman · 15 years ago
  13. 6981383 Fix the bitcode reader to clear out function-specific state by Dan Gohman · 15 years ago
  14. 56e2a57 Fix a bug found by inspection. by Dan Gohman · 15 years ago
  15. 6b9cb84 Add a comment. by Dan Gohman · 15 years ago
  16. 7b83c26 MCELF: Use precomputed symbol indices, patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  17. 2177a04 Fix header define to reflect the name of the file. by Eric Christopher · 15 years ago
  18. bf252be MC: Fix inconsistant naming in COFF object writer. Patch by Cameron Esfahani. by Michael J. Spencer · 15 years ago
  19. f78ee63 Don't override the var from the enclosing scope. by Jim Grosbach · 15 years ago
  20. 574aab5 zap dead code by Chris Lattner · 15 years ago
  21. 1955cf1 DIGlobalVariable can be used to encode debug info for globals that are directly folded into a constant by FE. by Devang Patel · 15 years ago
  22. 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 15 years ago
  23. 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 15 years ago
  24. fc19695 Remove dead recursive function. Yay for clang -Wunused-function. by Benjamin Kramer · 15 years ago
  25. 848c9ae Clear FunctionLocalMDs in purgeFunction along with the rest of the by Dan Gohman · 15 years ago
  26. 5c18fa2 Fix whitespace. by Dan Gohman · 15 years ago
  27. 879d811 Eliminate an unnecessary cast. by Dan Gohman · 15 years ago
  28. 3cc3283 ARM/Thumb2: Fix a misselect in getARMCmp, when attempting to adjust a signed by Daniel Dunbar · 15 years ago
  29. 0a0073d Regenerate. by Eric Christopher · 15 years ago
  30. b72573e Remove getsect checks, the result is unused and is broken anyhow. Fixes PR7967. by Eric Christopher · 15 years ago
  31. 61c3f9a Do type checks before we bother to do everything else. by Eric Christopher · 15 years ago
  32. c430223 Add another basic test cribbed from the x86 fast-isel tests. by Eric Christopher · 15 years ago
  33. e8d274c Run this on thumb and arm. by Eric Christopher · 15 years ago
  34. 9f7f83b Fix nasty mingw32 bug, which e.g. prevented llvm-gcc bootstrap there. by Anton Korobeynikov · 15 years ago
  35. dc3d8b8 Make this testcase actually executed with fast-isel on arm. by Eric Christopher · 15 years ago
  36. b1cc848 Reorganize load mechanisms. Handle types in a little less fixed way. by Eric Christopher · 15 years ago
  37. 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 15 years ago
  38. 5345260 Allow strict subclasses of register classes, this way we can handle by Eric Christopher · 15 years ago
  39. 7226a0e buildbot/valgrind: Ignore leaks in /usr/bin/as. by Daniel Dunbar · 15 years ago
  40. f76c55a PUNPCKLDQ should also be used for v4f32 by Bruno Cardoso Lopes · 15 years ago
  41. 7338bbd teach lowering to get target specific nodes for pshufd, emulating the same isel behavior for now, so we can pass all vector shuffle tests by Bruno Cardoso Lopes · 15 years ago
  42. ddd10af Convert test to use filecheck and make it more specific by Bruno Cardoso Lopes · 15 years ago
  43. 6cd2075 In the default address space, any GEP off of null results in a trap value if you try to load it. Thus, by Owen Anderson · 15 years ago
  44. a2c9188 Split out register class subclassing to a separate function and clean up by Eric Christopher · 15 years ago
  45. 2cfcad9 Fix comment. by Eric Christopher · 15 years ago
  46. 7548fb3 Don't include the is-function-local bit in the FoldingSetNodeID by Dan Gohman · 15 years ago
  47. 3ac1884 split the vector case of getCopyFromParts out to its own function, by Chris Lattner · 15 years ago
  48. 365c53e Use Bits.data() instead of &Bits[0]. by Dan Gohman · 15 years ago
  49. a13b860 split the vector case out of getCopyToParts into its own function. No by Chris Lattner · 15 years ago
  50. 549fa26 tidy up, reduce indentation by Chris Lattner · 15 years ago
  51. 992ea38 Fix predicate and add a comment. by Eric Christopher · 15 years ago
  52. e24d66f Rework braindead conditionals I put in yesterday. by Eric Christopher · 15 years ago
  53. 9f782d4 Fix thumb2 mode loads to have the correct operand ordering. Add a todo by Eric Christopher · 15 years ago
  54. 7bef92a NULL loads are only invalid in the default address space. by Owen Anderson · 15 years ago
  55. dae90c6 Add support for inferring values for the default cases of switches. by Owen Anderson · 15 years ago
  56. 3197380 Add ARM heuristic for when to allocate a virtual base register for stack by Jim Grosbach · 15 years ago
  57. 6d8f1a9 Change the parsing of .loc back to allow the LineNumber field to be optional as by Kevin Enderby · 15 years ago
  58. 82c84fd Fix COFF x86-64 relocations. PR7960. by Michael J. Spencer · 15 years ago
  59. 3e242f8 XFAIL this on mingw, following remove_arguments_test.ll. by Dan Gohman · 15 years ago
  60. c8ef750 Add support for inferring that a load from a pointer implies that it is not null. by Owen Anderson · 15 years ago
  61. c1840b3 First bit of support for the dwarf .loc directive. This patch updates the by Kevin Enderby · 15 years ago
  62. a15a133 Add a testcase for basic bugpointing in the presence of metadata. by Dan Gohman · 15 years ago
  63. 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 15 years ago
  64. fba88d4 MC/X86: Tweak imul recognition, previous hack only applies for the imul form by Daniel Dunbar · 15 years ago
  65. e422d1b Link NamedMDNodes after linking GlobalValues, so that MDNodes by Dan Gohman · 15 years ago
  66. e5835fb When linking NamedMDNodes, remap their operands. by Dan Gohman · 15 years ago
  67. ae528f6 MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. by Daniel Dunbar · 15 years ago
  68. e17edff MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support by Daniel Dunbar · 15 years ago
  69. ee91025 MC/X86: Warn on scale factors > 1 without index register, instead of erroring, by Daniel Dunbar · 15 years ago
  70. a273442 Move enabling the local stack allocation pass into the target where it belongs. by Jim Grosbach · 15 years ago
  71. 05ea54e Use MapValue in the Linker instead of having a private function by Dan Gohman · 15 years ago
  72. 1f1b865 MC/Parser: Accept leading dollar signs in identifiers. by Daniel Dunbar · 15 years ago
  73. c47a474 Don't cast away qualifiers with C-style casts. by Dan Gohman · 15 years ago
  74. cd59dc5 add ARM cmd line option to force always using virtual base regs when possible. by Jim Grosbach · 15 years ago
  75. a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 15 years ago
  76. 2f6e0e6 Relocate against parent if the symbol is not in section or it's a common symbol, from Roman Divacky. by Benjamin Kramer · 15 years ago
  77. 53c36c4 Turn LVI on, previously detected failures should be fixed now. by Owen Anderson · 15 years ago
  78. 4ce307f MapValue support for MDNodes. This is similar to r109117, except by Dan Gohman · 15 years ago
  79. 92b651f Fix X86's isLegalAddressingMode to recognize that static addresses by Dan Gohman · 15 years ago
  80. 2426668 MDNode, MDString, and NamedMDNode are not meant to be subclassed; by Dan Gohman · 15 years ago
  81. 6826114 Add a comment explaining why this code doesn't just call ParseMetadataValue. by Dan Gohman · 15 years ago
  82. 41d6ab4 Add a comment explaining why this code is more complex than it by Dan Gohman · 15 years ago
  83. 55aebef Fix SPU BE to use all the available return registers. by Kalle Raiskila · 15 years ago
  84. f53fdc2e Remove some dead code from SPU BE that remained from 64bit vector support. by Kalle Raiskila · 15 years ago
  85. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
  86. 59b06dc Don't assume that all constants with integer types are ConstantInts. by Owen Anderson · 15 years ago
  87. d01347e Add braces to fix dangling else. by Dan Gohman · 15 years ago
  88. 309b3af Extend function-local metadata to be usable as attachments. by Dan Gohman · 15 years ago
  89. 78aeae2 When we know we have an MDValue or MDString, call EnumerateMetadata by Dan Gohman · 15 years ago
  90. 9d072f5 Give ParseInstructionMetadata access to the PerFunctionState object. by Dan Gohman · 15 years ago
  91. 078b053 Simplify this code. NamedMDNode operands are MDNodes. by Dan Gohman · 15 years ago
  92. 8878e21 Use pshufhw and pshuflw in more cases and fix getTargetShuffleNode number of arguments by Bruno Cardoso Lopes · 15 years ago
  93. 5e7044b Add comments for what the condition code symbols mean. by Bill Wendling · 15 years ago
  94. 882d62e Update comment. by Eric Christopher · 15 years ago
  95. 8c67e4c llvmc: Improve error handling in EmitEdgeClasses(). by Mikhail Glushenkov · 15 years ago
  96. 2012c7b Fix the opcode and the operands for the load instruction. by Eric Christopher · 15 years ago
  97. f06f309 Add register class hack that needs to go away, but makes it more obvious by Eric Christopher · 15 years ago
  98. a78c67e fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. by Chris Lattner · 15 years ago
  99. cb0b04b Add some more debugging code, make it more obvious that RegOffset is by Eric Christopher · 15 years ago
  100. af608bd Revert r107202. It is not adding any value. by Devang Patel · 15 years ago