1. d826e65 Forgot this. by Evan Cheng · 15 years ago
  2. 0289b41 Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream. by Evan Cheng · 15 years ago
  3. 0054c7a add assert in argpromotion, which cannot trigger by Gabor Greif · 15 years ago
  4. 050560e word-o by Gabor Greif · 15 years ago
  5. c289a02 Rename some instructions to match the corresponding NEON opcode. by Bob Wilson · 15 years ago
  6. 11d9899 Change VST1 instructions for loading Q register values to operate on pairs by Bob Wilson · 15 years ago
  7. 9d8f002 Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. by Evan Cheng · 15 years ago
  8. 621f195 Change VLD1 instructions for loading Q register values to operate on pairs by Bob Wilson · 15 years ago
  9. d8036fb MC: Switch to using MCInst fragments to do relaxation. by Daniel Dunbar · 15 years ago
  10. 337055e MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. by Daniel Dunbar · 15 years ago
  11. 8f9b80e MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler. by Daniel Dunbar · 15 years ago
  12. 8296800 MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implementation. by Daniel Dunbar · 15 years ago
  13. 9799de9 MC: Tweak MCInstFragment to include the encoded data and fixups, so that we don't need to recompute them during relaxation. I will revisit this once all the other pieces of fast relaxation are in place. by Daniel Dunbar · 15 years ago
  14. 1ccd91a Put MCSectionCOFF::Name into the MCContext instead of leaking it. by Jeffrey Yasskin · 15 years ago
  15. 3f4dcd9 MC: Add MCInstFragment, not used yet. by Daniel Dunbar · 15 years ago
  16. 35b0657 Add a FIXME. by Daniel Dunbar · 15 years ago
  17. ea16ea5 Fix PR6673: updating the callback should not clear the map. by Chris Lattner · 15 years ago
  18. 4a602ca Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. by Devang Patel · 15 years ago
  19. c94347f Fix 80 col violation. by Evan Cheng · 15 years ago
  20. 0493f95 DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. by Devang Patel · 15 years ago
  21. 9d39e61 MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment would do, and sprinkle in some const. by Daniel Dunbar · 15 years ago
  22. c6f5982 Simplify. by Daniel Dunbar · 15 years ago
  23. 67c076c MCInst: Add ::dump_pretty. by Daniel Dunbar · 15 years ago
  24. a69ec09 Reduce indentation. by Evan Cheng · 15 years ago
  25. 93dc92e Change intrinsic result type for void to store it as an empty list by Chris Lattner · 15 years ago
  26. b751418 MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. by Daniel Dunbar · 15 years ago
  27. f70f477 MC/Mach-O: Factor out getOrCreateDataFragment(). by Daniel Dunbar · 15 years ago
  28. 2a6e3f5 MC: Eliminate MCFragment::getMaxFileSize. by Daniel Dunbar · 15 years ago
  29. 8d39eb4 MC: Share the MCAsmLayout object, although its still not used for anything important. by Daniel Dunbar · 15 years ago
  30. 62ef3c8 Rename one more NEON instruction that I missed earlier. by Bob Wilson · 15 years ago
  31. 638fe8d Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue by Jeffrey Yasskin · 15 years ago
  32. fc91114 80 col violation. by Evan Cheng · 15 years ago
  33. 052ba45 Regroup some instructions. No functional change. by Bob Wilson · 15 years ago
  34. a697975 Rename some VLD1/VST1 instructions to match the implementation, i.e., the by Bob Wilson · 15 years ago
  35. 58393bc Remove some redundant instruction classes. by Bob Wilson · 15 years ago
  36. 50fc9f3 llc doesn't need LinkAllVMCore. by Dan Gohman · 15 years ago
  37. 3984255 Refactor instruction encoding arguments for VLDnLN/VSTnLN classes to by Bob Wilson · 15 years ago
  38. e5b8bfa Completely remove Blackfin patterns that thought JustCC was i1. by Jakob Stoklund Olesen · 15 years ago
  39. fa72340 Don't leak a MachineInstruction from Thumb1InstrInfo::restoreCalleeSavedRegisters. by Jeffrey Yasskin · 15 years ago
  40. bd85e8e Avoid leaking the FunctionPassManager from opt. by Jeffrey Yasskin · 15 years ago
  41. 1cde4af backing out r99170 because it still fails on clang-x86_64-darwin10-fnt by Gabor Greif · 15 years ago
  42. 9b1061e Now that hopefully all direct accesses to InvokeInst operands are fixed by Gabor Greif · 15 years ago
  43. c1dc067 Free all Constants in ~LLVMConstantImpl. We avoid assertion failures by Jeffrey Yasskin · 15 years ago
  44. d592e1a Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 15 years ago
  45. 312fa75 modernize the do-all-for-me target to run lit by Gabor Greif · 15 years ago
  46. b4cc66d Re-add the Metadata.h include to LLVMContextImpl.h so that MDNode is complete by Jeffrey Yasskin · 15 years ago
  47. 2f1efd6 Move the LLVMContextImpl implementation into a .cpp file. by Jeffrey Yasskin · 15 years ago
  48. bf48a9b Memoize InlineAsms into the LLVMContext and delete them on shutdown. by Jeffrey Yasskin · 15 years ago
  49. f65b0e9 XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We by Jeffrey Yasskin · 15 years ago
  50. 6b4c12d Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early. by Jeffrey Yasskin · 15 years ago
  51. 982873c When we don't pass --vg-leak to lit, pass --leak-check=no to valgrind. by Jeffrey Yasskin · 15 years ago
  52. 32f6a8b Fix suggested parentheses warning. by Daniel Dunbar · 15 years ago
  53. 32989de Add support for XFAILing valgrind runs with memory leak checking independently by Jeffrey Yasskin · 15 years ago
  54. f2de13f MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I believe this fixes the last memory leaks under test/MC. by Daniel Dunbar · 15 years ago
  55. c6ab190 llvm-mc: Fix MCInstPrinter memory leaks. by Daniel Dunbar · 15 years ago
  56. 78fcf53 MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. by Daniel Dunbar · 15 years ago
  57. 57a49a2 MC/Mach-O: Tweak optimal_nop test to be host independent. by Daniel Dunbar · 15 years ago
  58. d40297c llvm-mc: Fix memory leak of MCAsmInfo. by Daniel Dunbar · 15 years ago
  59. 5d067fe TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. by Daniel Dunbar · 15 years ago
  60. c88d072 pr6652: Use LDM to restore PC to the return address on ARMv4. by Bob Wilson · 15 years ago
  61. 226036e Re-commit r98683 ("remove redundant writeback flag from ARM address mode 6") by Bob Wilson · 15 years ago
  62. d5fadaf Add instruction variants for VST2, VST3, and VST4 "store-lane" operations with by Bob Wilson · 15 years ago
  63. 4f4f93f Add variants of VST2, VST3 and VST4 with address register writeback, and by Bob Wilson · 15 years ago
  64. 068b18b Add instructions for double-spaced VST3 and VST4 without address register by Bob Wilson · 15 years ago
  65. a56a810 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 15 years ago
  66. 654c06f Add a setCalledFunction member to InvokeInst (like in CallInst) by Gabor Greif · 15 years ago
  67. 25eb501 Add VST1 instructions with address register writeback. by Bob Wilson · 15 years ago
  68. a102364 Add instruction variants for VLD2, VLD3, and VLD4 "load-lane" operations with by Bob Wilson · 15 years ago
  69. 4131528 Tidy some more comments and whitespace. by Bob Wilson · 15 years ago
  70. 92cb932 Add variants of VLD2, VLD3 and VLD4 with address register writeback, and by Bob Wilson · 15 years ago
  71. 667a13e Tidy some comments and whitespace for consistency. by Bob Wilson · 15 years ago
  72. 95ffecd Rename some instructions for consistency and sanity: use "_UPD" suffix for by Bob Wilson · 15 years ago
  73. 00bf1d9 Add instructions for double-spaced VLD3 and VLD4 without address register by Bob Wilson · 15 years ago
  74. 99493b2 Add VLD1 instructions with address register writeback. by Bob Wilson · 15 years ago
  75. dd70cea PIC16: Simplify code by using a std::set<std::string> instead of a sorted & uniqued std::list of leaked char*. by Benjamin Kramer · 15 years ago
  76. 55c9cb5 Revert the rest of 98679. by Bob Wilson · 15 years ago
  77. 98330ff Fix a very bad typo. Since the register number was off by one, the ARM by Bob Wilson · 15 years ago
  78. 472fdf7 Clear the SCEVExpander's insertion point after making deletions, by Dan Gohman · 15 years ago
  79. 1ad584e Stupid svn. Add back to the lost sibcall tests. by Evan Cheng · 15 years ago
  80. f5b9d6c If call result is in ST0 and it is not being passed to the caller's by Evan Cheng · 15 years ago
  81. 873decb Better fix for r98994, MachObjectWriterImpl wasn't intended to be virtual. by Daniel Dunbar · 15 years ago
  82. caa608e Add NLdStFrm Format. by Johnny Chen · 15 years ago
  83. e86425f Revert r98679. The disassembler will be updated to depend on the existence of by Johnny Chen · 15 years ago
  84. d7de540 Revert r99009 temporarily it seems to be breaking the bots. by Eric Christopher · 15 years ago
  85. 76a312b Revert this change, since it was causing ARM performance regressions. by Bob Wilson · 15 years ago
  86. 26e7637 Change intrinsic result type for void to store it as an empty list by Chris Lattner · 15 years ago
  87. 2e68a02 make getOperandNum a static function (since it's just used by by Chris Lattner · 15 years ago
  88. 6c7ed6b Fix more places to more thoroughly ignore debug intrinsics. This fixes by Dan Gohman · 15 years ago
  89. 99521af remove the patterns that I commented out in r98930, Dan verified by Chris Lattner · 15 years ago
  90. d734919 major surgery on tblgen: generalize TreePatternNode by Chris Lattner · 15 years ago
  91. 0157f50 Force configuration of some projects before others. In particular, some by John Criswell · 15 years ago
  92. a407fa8 Fix -Wnon-virtual-dtor warning. by Rafael Espindola · 15 years ago
  93. dc29dff Regenerate configure. by Tanya Lattner · 15 years ago
  94. ca7d8ed Bump version number. by Tanya Lattner · 15 years ago
  95. bcb4d81 Test commit (removed extra blank line) by Ben Holt · 15 years ago
  96. 608f5a6 call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) by Devang Patel · 15 years ago
  97. 5a12971 Updated copyright year to 2010. by John Criswell · 15 years ago
  98. b46b03b Fixed the encoding problems of the crc32 instructions. All had the Operand size by Kevin Enderby · 15 years ago
  99. 80d2370 Stop trying to merge identical jump tables. This had been inadvertently by Bob Wilson · 15 years ago
  100. 602b40f MC/Mach-O/x86_64: Add relocation support. by Daniel Dunbar · 15 years ago