1. a54934a add some accessors to callsite/callinst/invokeinst to check by Chris Lattner · 15 years ago
  2. b2dc2df Test case for llvm-gcc r99305. Radar 7659636. by Stuart Hastings · 15 years ago
  3. 0289b41 Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream. by Evan Cheng · 15 years ago
  4. 9d8f002 Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. by Evan Cheng · 15 years ago
  5. ea16ea5 Fix PR6673: updating the callback should not clear the map. by Chris Lattner · 15 years ago
  6. 4a602ca Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. by Devang Patel · 15 years ago
  7. f65b0e9 XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We by Jeffrey Yasskin · 15 years ago
  8. 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
  9. 78fcf53 MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. by Daniel Dunbar · 15 years ago
  10. 57a49a2 MC/Mach-O: Tweak optimal_nop test to be host independent. by Daniel Dunbar · 15 years ago
  11. c88d072 pr6652: Use LDM to restore PC to the return address on ARMv4. by Bob Wilson · 15 years ago
  12. a56a810 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
  13. 1ad584e Stupid svn. Add back to the lost sibcall tests. by Evan Cheng · 15 years ago
  14. 608f5a6 call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) by Devang Patel · 15 years ago
  15. b46b03b Fixed the encoding problems of the crc32 instructions. All had the Operand size by Kevin Enderby · 15 years ago
  16. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago
  17. 0180dae MC/X86: Rename alternate spellings of {ADD64,CMP64} and mark as "code gen only" so they don't get selected by the asm matcher. by Daniel Dunbar · 15 years ago
  18. 939f8d7 MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix some corner cases. by Daniel Dunbar · 15 years ago
  19. c1e5d49 Fixed a widening bug where we were not using the correct size for the load by Mon P Wang · 15 years ago
  20. c28c768 X86: Fix encoding for TEST64rr. by Daniel Dunbar · 15 years ago
  21. 765028f Remove `ignore` from LLVMC/TestWarnings.td. This avoids by Jeffrey Yasskin · 15 years ago
  22. 0392080 Revert r98892. BSD systems may not have bash installed at all. by Jeffrey Yasskin · 15 years ago
  23. 1ff781f Work around a valgrind oddity where it doesn't pass the full path of a by Jeffrey Yasskin · 15 years ago
  24. 9fdac90 X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we by Daniel Dunbar · 15 years ago
  25. f98bc63 MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a by Daniel Dunbar · 15 years ago
  26. 618d0ed fix an x86-64 encoding bug Daniel found. by Chris Lattner · 15 years ago
  27. 0f53cf2 add a special relocation type for movq loads for object by Chris Lattner · 15 years ago
  28. bdc652b Turning off post-ra scheduling for x86. It isn't a consistent win. by Evan Cheng · 15 years ago
  29. f3caa52 X86 address mode matching code MatchAddressRecursively does some aggressive hack which require doing a RAUW. It may end up deleting some SDNode up stream. It should avoid referencing deleted nodes. by Evan Cheng · 15 years ago
  30. 9e08876 Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrm by Johnny Chen · 15 years ago
  31. b0a72ec Testcase for r98728. by Stuart Hastings · 15 years ago
  32. 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
  33. ab7f107 Revert r98666 too; it's checkin-without-testing day! by Daniel Dunbar · 15 years ago
  34. 7df6ecf temporarily xfail by Chris Lattner · 15 years ago
  35. eb2693e Add an rdar number to this test. by Dan Gohman · 15 years ago
  36. c221bc7 Chris pointed out that producing undef here is wrong in general. by Duncan Sands · 15 years ago
  37. 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
  38. d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
  39. ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
  40. 984751e Check that P is not zero initialized. by Duncan Sands · 15 years ago
  41. 7cfb6d3 Add a testcase for the change in r98586. by Bob Wilson · 15 years ago
  42. 827f778 Forgot testcase for r98599. by Bill Wendling · 15 years ago
  43. 999aee2 Fix the third (and last known) case of code update problems due by Chris Lattner · 15 years ago
  44. 4e815f8 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 15 years ago
  45. 1bbf72b Recognize code for doing vector gather/scatter index calculations with by Dan Gohman · 15 years ago
  46. d6e5908 MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). by Daniel Dunbar · 15 years ago
  47. 9cc0da9 Implement support for the case when a reference to a addr-of-bb by Chris Lattner · 15 years ago
  48. 0220ba7 Fix the case when a reference to an address taken BB is emitted in one by Chris Lattner · 15 years ago
  49. 1db570d filecheckize a test and mark these wiht a cpu so it passes by Chris Lattner · 15 years ago
  50. d2c817e Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes by Duncan Sands · 15 years ago
  51. c4a3f23 fix ShrinkDemandedOps to not leave dead nodes around, fixing PR6607 by Chris Lattner · 15 years ago
  52. 7147946 don't have i386-specific tests in CodeGen/Generic, PR6601. by Chris Lattner · 15 years ago
  53. da0688e fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not the operand type. by Chris Lattner · 15 years ago
  54. 917463b Fix typo by Anton Korobeynikov · 15 years ago
  55. b9b5840 Feature test for half precision FP. by Anton Korobeynikov · 15 years ago
  56. 3b9d621 fix AsmPrinter::GetBlockAddressSymbol to always return a unique by Chris Lattner · 15 years ago
  57. 63d7836 get MMI out of the label uniquing business, just go to MCContext by Chris Lattner · 15 years ago
  58. 3b39f89 xfail properly by Chris Lattner · 15 years ago
  59. 9e2dab7 xfail these tests temporarily to get teh buildbots back to happy land. by Chris Lattner · 15 years ago
  60. f48ef03 Do not force indirect tailcall through fixed registers: eax, r11. Add support to allow loads to be folded to tail call instructions. by Evan Cheng · 15 years ago
  61. 859c9dc X86: Fix ADD64i32 encoding. by Daniel Dunbar · 15 years ago
  62. 5691e74 MC/X86_64: Symbol support. by Daniel Dunbar · 15 years ago
  63. ee0d892 MC/Mach-O: Initial x86_64 support. by Daniel Dunbar · 15 years ago
  64. f0a0be4 macho-dump: Basic Mach 64 support. by Daniel Dunbar · 15 years ago
  65. 96e2cec MC/X86_64: Fix matching of leaq. by Daniel Dunbar · 15 years ago
  66. 989ac72 MC/X86_64: Fix matching of callq. by Daniel Dunbar · 15 years ago
  67. da3e9f7 MC/Mach-O: PCrel relocations weren't using the right base address, they are by Daniel Dunbar · 15 years ago
  68. 0af20d8 Fix a typo in ValueTracking that's causing instcombine to delete needed shift instructions. by Evan Cheng · 15 years ago
  69. d5e7705 MC/X86: Add temporary hack to match shrl $1,%eax correctly, to support testing by Daniel Dunbar · 15 years ago
  70. 69c695e MC/X86: Add an XFAIL test where we aren't matching the correct instruction by Daniel Dunbar · 15 years ago
  71. f08fde4 MC/Mach-O: Implement initial support for relaxation. by Daniel Dunbar · 15 years ago
  72. b45fb90 Fix llc crash on invalid input. by Devang Patel · 15 years ago
  73. b0f129a simplify code to use OutContext.GetOrCreateTemporarySymbol with by Chris Lattner · 15 years ago
  74. 890edda When constant folding GEP of GEP, do not crash if an index of by Duncan Sands · 15 years ago
  75. b3e87b2 fix PR6577, a bug in sdbuilder lowering select instructions by Chris Lattner · 15 years ago
  76. c6678b0 revert r98270. by Bill Wendling · 15 years ago
  77. 5528226 Bad bad bug. x86 force indirect tail call address into eax when it's meant to force it into a call preserved register instead. Change it to ecx for now. by Evan Cheng · 15 years ago
  78. 79a73fb Add dag combine to simplify lmul(x, 0, a, b) by Richard Osborne · 15 years ago
  79. 826cbac The check for coalescing a virtual register to a physical register, e.g. by Evan Cheng · 15 years ago
  80. f27805b Have fast-isel understand llvm.objectsize. Update testcase for slightly by Eric Christopher · 15 years ago
  81. 979ba5b MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the assembly time value of variables. by Daniel Dunbar · 15 years ago
  82. 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
  83. f2f64e9 fix PR6533 by updating the br(xor) code to remember the case by Chris Lattner · 15 years ago
  84. 0891d75 Constant-fold GEP-of-GEP into a single GEP. by Dan Gohman · 15 years ago
  85. a773384 Fix whitespace. by Dan Gohman · 15 years ago
  86. cbb524e Fix make check with cmake/lit by Tobias Grosser · 15 years ago
  87. 850f1cd Handle MVT::i64 type in DAG combine for ISD::ADD. Fold 64 bit by Richard Osborne · 15 years ago
  88. c81f0af Testcase for pr6552. I changed the code to use "ip" instead of "fp" because by Bob Wilson · 15 years ago
  89. 2dacd1e Fold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the intermediate by Richard Osborne · 15 years ago
  90. a2cc061 Prefer LMUL to MACCU as LMUL has no tied operands. by Richard Osborne · 15 years ago
  91. a7e7840 Custom lower (S|U)MUL_LOHI -> MACC(S|U) by Richard Osborne · 15 years ago
  92. ebc64cf Lower add (mul a, b), c into MACCU / MACCS nodes which translate by Richard Osborne · 15 years ago
  93. 1250ac8 Convert test to FileCheck. by Richard Osborne · 15 years ago
  94. 3a62422 Fix typo. by Evan Cheng · 15 years ago
  95. e025908 Unbreak test on Linux. by Evan Cheng · 15 years ago
  96. fac4f1f Enable machine cse pass. by Evan Cheng · 15 years ago
  97. a015c1c MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is external. by Daniel Dunbar · 15 years ago
  98. 4ecbca5 Avoid analyzing instructions in blocks not reachable from the entry block. by Dan Gohman · 15 years ago
  99. f291be3 MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only" so they don't get selected by the asm matcher. by Daniel Dunbar · 15 years ago
  100. 1e8ee89 MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only" so they don't get selected by the asm matcher. by Daniel Dunbar · 15 years ago