1. bbcdebb see comment. by Chris Lattner · 14 years ago
  2. 1ad25b6 add an accessor. by Chris Lattner · 14 years ago
  3. e2f9313 Revert r108401; it breaks bootstrap :( by Eli Friedman · 14 years ago
  4. 3ed60a2 Add AssertingVH which makes PR7647 break consistently. by Eli Friedman · 14 years ago
  5. 4baa8eb Random note about bswap. by Eli Friedman · 14 years ago
  6. b5b73c4 a more graceful fix for test/Other/inline-asm-newline-terminator.ll, by Chris Lattner · 14 years ago
  7. 5e84e8e Speculatively revert r108378; may be causing bootstrap failures. by Eli Friedman · 14 years ago
  8. 6881898 Last COPY conversion. by Jakob Stoklund Olesen · 14 years ago
  9. 273ff31 Remove restriction on NEON alignment values. Some of the NEON ld/st by Bob Wilson · 14 years ago
  10. b5378ea Use TargetOpcode::COPY instead of X86-native register copy instructions when by Jakob Stoklund Olesen · 14 years ago
  11. 4bb327d Remove the entire docs directory from Apple-style builds. by Bob Wilson · 14 years ago
  12. 29c8a78 Try to get embedded build of llvmCore to pass verification. by Bob Wilson · 14 years ago
  13. 723a05a 80-col. by Eric Christopher · 14 years ago
  14. bd129a7 Add instcombine transforms to optimize tests of multiple bits of the same value into a single larger comparison. by Owen Anderson · 14 years ago
  15. 14904ce Temporarily disable this test. by Eric Christopher · 14 years ago
  16. c7c601e Make it a .ll test case. by Devang Patel · 14 years ago
  17. 336e8d7 Make the order in which variables are described in debug information by Dan Gohman · 14 years ago
  18. 41af1cd fix indentation by Chris Lattner · 14 years ago
  19. 8f70c3d Remove some broken code to check the DISABLE_EDIS flag (edis is now in the by Bob Wilson · 14 years ago
  20. 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
  21. d26e89d Add a testcase for the vla and stack realignment warning. by Eric Christopher · 14 years ago
  22. 163f78e Properly restore DebugLoc after leaving the local constant area. by Dan Gohman · 14 years ago
  23. be876e3 Tests for llvm-gcc commit 108360. by Dale Johannesen · 14 years ago
  24. 79b78a4 Just use getParent() instead of getModuleFromVal when the value is a Function. by Dan Gohman · 14 years ago
  25. 40cf12f Rename WriteConstantInt to WriteConstantInternal, to avoid confusion. by Dan Gohman · 14 years ago
  26. e84178a Extend SimplifyCFG's common-destination folding heuristic to allow a single by Owen Anderson · 14 years ago
  27. 8344803 Factor out metadata parsing into a separate function. by Dan Gohman · 14 years ago
  28. 9fe2c67 Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, by Chris Lattner · 14 years ago
  29. 502e0aa Improve 64-subtraction of immediates when parts of the immediate can fit by Jim Grosbach · 14 years ago
  30. 2dd50e6 Delete fast-isel's trivial load optimization; it breaks debugging because by Dan Gohman · 14 years ago
  31. 7a52e65 Fix test to appease the buildbots. by Bob Wilson · 14 years ago
  32. fed76ff Add missing address register update to t2LDM_RET instruction. by Bob Wilson · 14 years ago
  33. 3dc7224 Rather than using an ifdef on the target to zero out fields, by Duncan Sands · 14 years ago
  34. 54cc0e1 A couple potential optimizations inspired by comment 4 in PR6773. by Eli Friedman · 14 years ago
  35. dedd974 Fix for PR7193 was overly conservative. The only case where sibcall callee by Evan Cheng · 14 years ago
  36. 7e3f0d2 Add support for NEON VMVN immediate instructions. by Bob Wilson · 14 years ago
  37. 046afdb The bits in the cmode field of 32-bit VMOV immediate instructions all depend by Bob Wilson · 14 years ago
  38. 07c9b64 revert r108320, I see the failures now... by Chris Lattner · 14 years ago
  39. 7e185af reapply benjamin's instcombine patch, I don't see anything wrong with it and can't repro any problems with a manual self-host. by Chris Lattner · 14 years ago
  40. 44a44ad Re-enable the test with fix. by Evan Cheng · 14 years ago
  41. f4e5947 temporarily disable to test to fix buildbots. by Chris Lattner · 14 years ago
  42. b09a97e fix a bug found by a warning I added to clang this morning. by Chris Lattner · 14 years ago
  43. db89809 Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620. by Evan Cheng · 14 years ago
  44. 9e82bf1 Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes. by Bob Wilson · 14 years ago
  45. a10b849 Don't propagate debug locations to instructions for materializing by Dan Gohman · 14 years ago
  46. 7dbf7d8 Add AVX 256-bit compare instructions and a bunch of testcases by Bruno Cardoso Lopes · 14 years ago
  47. 023009f Remove vestigial decl. by Jakob Stoklund Olesen · 14 years ago
  48. d9f6ec9 Print VNInfo flags. by Jakob Stoklund Olesen · 14 years ago
  49. cba270d Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to represent by Bob Wilson · 14 years ago
  50. 87a85c7 AVX 256-bit conversion instructions by Bruno Cardoso Lopes · 14 years ago
  51. db20d25 Update comment. by Evan Cheng · 14 years ago
  52. b5611a6 In inline asm treat indirect 'X' constraint as 'm'. by Dale Johannesen · 14 years ago
  53. 52a18ae Added a check that pusha cannot be encoded in 64-bit mode. by Kevin Enderby · 14 years ago
  54. 6382d2c Add an assertion to make PR7542 fail consistently. by Jakob Stoklund Olesen · 14 years ago
  55. 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
  56. 9dc8ae1 Add support for empty named metadata too. This isn't particularly by Dan Gohman · 14 years ago
  57. 186eb73 Fix LiveInterval::overlaps so it doesn't claim touching intervals overlap. by Jakob Stoklund Olesen · 14 years ago
  58. ac80975 Add support for empty metadata nodes: !{}. by Dan Gohman · 14 years ago
  59. 218977b Extend the r107852 optimization which turns some fp compare to code sequence using only i32 operations. It now optimize some f64 compares when fp compare is exceptionally slow (e.g. cortex-a8). It also catches comparison against 0.0. by Evan Cheng · 14 years ago
  60. 7a41599 Add an ARM "feature". Cortex-a8 fp comparison is very slow (> 20 cycles). by Evan Cheng · 14 years ago
  61. 43bc79a Patched Makefile.rules to allow objective C and objective C++ compilation. by Greg Clayton · 14 years ago
  62. ea4cdb7 -enable-unsafe-fp-math should not imply -enable-finite-only-fp-math. by Evan Cheng · 14 years ago
  63. f0193ed Grammar. by Eric Christopher · 14 years ago
  64. 24bb7bd Fix PR number. by Dale Johannesen · 14 years ago
  65. 48b17fa Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 14 years ago
  66. 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
  67. d0d3ccc Handle the case of a tail recursion in which the tail call is followed by Duncan Sands · 14 years ago
  68. 63d024f rotate CallInst operands by Gabor Greif · 14 years ago
  69. 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
  70. 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
  71. a838bae use a typedef instead of its expansion, patch by Michael Spencer by Chris Lattner · 14 years ago
  72. 0764e39 80-columns by Eric Christopher · 14 years ago
  73. 6dce00c Move NEON "modified immediate" encode/decode into ARMAddressingModes.h to by Bob Wilson · 14 years ago
  74. 37a746b my work on adding segment registers to LEA missed the by Chris Lattner · 14 years ago
  75. fd920fa Add AVX 256-bit packed logical forms by Bruno Cardoso Lopes · 14 years ago
  76. 6991623 Add AVX 256-bit unop arithmetic instructions by Bruno Cardoso Lopes · 14 years ago
  77. 4344d85 Since AVX is a superset of all SSE versions, only use HasAVX for AVX instructions by Bruno Cardoso Lopes · 14 years ago
  78. 9a9ad77 Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic" by Stephen Wilson · 14 years ago
  79. 9fac415 Don't add memory operands to storeRegToStackSlot / loadRegFromStackSlot results, by Jakob Stoklund Olesen · 14 years ago
  80. 8f17bc4 by David Greene · 14 years ago
  81. a0d09a8 Add AVX 256 binary arithmetic instructions by Bruno Cardoso Lopes · 14 years ago
  82. f428fee More refactoring of basic SSE arith instructions. Open room for 256-bit instructions by Bruno Cardoso Lopes · 14 years ago
  83. 3144513 Simple format/style fixes. by Stephen Wilson · 14 years ago
  84. fe4591b Test commit. by Stephen Wilson · 14 years ago
  85. 5146a09 MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. by Daniel Dunbar · 14 years ago
  86. 9c23d7f MC/AsmParser: Move Darwin specific parse to DarwinAsmParser.cpp. by Daniel Dunbar · 14 years ago
  87. d6afb09 Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if the node is already inserted. by Argyrios Kyrtzidis · 14 years ago
  88. cfbf0ed Apply the SSE dependence idiom for SSE unary operations to by Dan Gohman · 14 years ago
  89. 4d5fe97 MC/AsmParser: Move .section parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  90. 19ad3b8 MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. by Daniel Dunbar · 14 years ago
  91. 18f82a9 getOrInsertLeaderValue cannot be const because it calls insert. by Bill Wendling · 14 years ago
  92. 47f5608 MC/AsmParser: Move special section directive parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  93. c7a797b Remove some code that doesn't appear to do anything. All the ARM call by Bob Wilson · 14 years ago
  94. 7a56fc2 MC/AsmParser: Add a basic ELFAsmParser extension. by Daniel Dunbar · 14 years ago
  95. aa099be Add AVX 256-bit MOVMSK forms by Bruno Cardoso Lopes · 14 years ago
  96. 4c7c08b MC/AsmParser: Inline AsmParser::CreateSymbol into callers. by Daniel Dunbar · 14 years ago
  97. b6c3a60 MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  98. 492b7a2 MC/AsmParser: Move .desc parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  99. 38a4e2a MC/AsmParser: Move .lsym parsing to Darwin specific parser. by Daniel Dunbar · 14 years ago
  100. 9ac66b0 MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. by Daniel Dunbar · 14 years ago