1. 26bb406 Remove the Ada bindings which are unmaintained and unused. The project which by Duncan Sands · 14 years ago
  2. 97816e1 Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. by Duncan Sands · 14 years ago
  3. d0bcc9a lcall and ljmp always default to lcalll and ljmpl. This finally by Chris Lattner · 14 years ago
  4. cbb4426 apparently jmpl $1,$2 is an alias for ljmpl, similiarly for call. Add this. by Chris Lattner · 14 years ago
  5. 250b948 Disambiguate lcall/ljmp to the 32-bit version. This happens by Chris Lattner · 14 years ago
  6. 6c1b3b1 fix the encoding of sldt GR16 to have the 0x66 prefix, and by Chris Lattner · 14 years ago
  7. cfad564 implement aliases for shld/shrd, part of rdar://8418316 by Chris Lattner · 14 years ago
  8. e9e16a3 fix rdar://8431880 - rcl/rcr with no shift amount not recognized by Chris Lattner · 14 years ago
  9. 84f362d add various broken forms of fnstsw. I didn't add the %rax by Chris Lattner · 14 years ago
  10. 8f777a2 add some aliases for f[u]comi, part of rdar://8431422 by Chris Lattner · 14 years ago
  11. 2d592d1 add a bunch of aliases for fp operations with no operand, rdar://8431422 by Chris Lattner · 14 years ago
  12. 0000279 test: Fix coff-dump section array indicies to 1 based to match file format. by Michael J. Spencer · 14 years ago
  13. 9c0c5c1 Tabs to spaces by Michael J. Spencer · 14 years ago
  14. aeb83c4 Cleanup coff-dump.py by Michael J. Spencer · 14 years ago
  15. c2be84f lit: Expose FileBasedTest object and Test module via 'lit' object that gets by Daniel Dunbar · 14 years ago
  16. ff2dcd3 lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, by Daniel Dunbar · 14 years ago
  17. f884012 Diagnose invalid instructions like "incl" with "too few operands for instruction" by Chris Lattner · 14 years ago
  18. ee9ca07 Use float64 instead of int64 vector elements for NEON vget_low and vget_high by Bob Wilson · 14 years ago
  19. 168f382 Use VLD1/VST1 pseudo instructions for loadRegFromStackSlot and by Bob Wilson · 14 years ago
  20. 22854b7 trailing whitespace by Jim Grosbach · 14 years ago
  21. 29fc6f3 Add x86MMX a few more places. by Dale Johannesen · 14 years ago
  22. 49ddd3a fix PR8144, a bug where constant merge would merge globals marked by Chris Lattner · 14 years ago
  23. 05ae0c6 Reapply r113875 with additional cleanups. by Jim Grosbach · 14 years ago
  24. ef63c9a add a terrible hack to allow out with dx is parens, a gas bug. This fixes PR8114 by Chris Lattner · 14 years ago
  25. e6291ae Convert TBAA to use the new TBAATag field of AliasAnalysis::Location. by Dan Gohman · 14 years ago
  26. bb3e5da Emit libcalls for SDIV, this requires some call infrastructure by Eric Christopher · 14 years ago
  27. 6841939 revert 113875 momentarilly. Need to fix the MC disassembler to handle the by Jim Grosbach · 14 years ago
  28. 15d7898 trailing whitespace cleanup by Jim Grosbach · 14 years ago
  29. 308f64a an attempt to salvage the darwin9-powerpc buildbot, which could be miscompiling this line by Gabor Greif · 14 years ago
  30. fe12555 The register specified for a dregpair is the corresponding Q register, so to by Jim Grosbach · 14 years ago
  31. f7d10f5 set isCompare for another three Thumb1 instructions by Gabor Greif · 14 years ago
  32. 72774c9 Tidy whitespace in generated arm_neon.h. by Bob Wilson · 14 years ago
  33. 5b46d62 Add predicate and 's' bit operands to PICADD instruction lowering. by Jim Grosbach · 14 years ago
  34. 3b8b2ca Add missing include. by Benjamin Kramer · 14 years ago
  35. b2143b6 Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 14 years ago
  36. fe3ac08 Avoid warnings. by Bob Wilson · 14 years ago
  37. f3f0952 fix comment typo by Jim Grosbach · 14 years ago
  38. 2a0fd01 Remove dead option from tests. by Owen Anderson · 14 years ago
  39. 9d84fb3 Make NEON ld/st pseudo instruction classes take the instruction itinerary as by Bob Wilson · 14 years ago
  40. c809d90 Remove the option to disable LazyValueInfo in JumpThreading, as it is now by Owen Anderson · 14 years ago
  41. 6a7de3f Prune includes. by Benjamin Kramer · 14 years ago
  42. 007248b set comparable for a bunch of Thumb instructions by Gabor Greif · 14 years ago
  43. 4f7d107 must not peephole away side effects by Gabor Greif · 14 years ago
  44. 1685caf Don't ignore the CPSR implicit def when lowering a MachineInstruction to an MCInst. by Jim Grosbach · 14 years ago
  45. 9854f19 Clarify comment by Jim Grosbach · 14 years ago
  46. 7332907 After Dan's recent commit this is no longer true. by Devang Patel · 14 years ago
  47. 6fe75aa Use frame index, if available for byval argument while lowering dbg_declare. Otherwise let getRegForValue() find register for this argument. by Devang Patel · 14 years ago
  48. 6f9eea8 forgot the testcase change for r113839 by Gabor Greif · 14 years ago
  49. de90bfd Eliminate a 'tst' that immediately follows an 'and' by Gabor Greif · 14 years ago
  50. 4e05b32 test for and-tst peephole optimization by Gabor Greif · 14 years ago
  51. 23da0b2 Fix QOpcode assignment to Opc. by Eric Christopher · 14 years ago
  52. 08047f6 CBackend: Fix MSVC build. by Michael J. Spencer · 14 years ago
  53. bcf4b83 CBackend: Cleanup whitespace before I do this next commit. by Michael J. Spencer · 14 years ago
  54. 5781f3e When a function-local value with function-local metadata uses gets RAUWed with a by Dan Gohman · 14 years ago
  55. 338f3ac Remove apparently unnecessary forward declaration. by Eric Christopher · 14 years ago
  56. bc9c36b Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be by Jakob Stoklund Olesen · 14 years ago
  57. 7abdb22 fix PR8102, a case where we'd copyValue from a value that we already by Chris Lattner · 14 years ago
  58. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  59. bd916c5 Convert some VTBL and VTBX instructions to use pseudo instructions prior to by Bob Wilson · 14 years ago
  60. dd9f3fd Mechanically replace LiveInterval* with LiveIntervalMap for intervals being by Jakob Stoklund Olesen · 14 years ago
  61. 9ca2aeb Allow LiveIntervalMap to be reused by resetting the current live interval. by Jakob Stoklund Olesen · 14 years ago
  62. 8466fa1 Switch all the NEON vld-lane and vst-lane instructions over to the new by Bob Wilson · 14 years ago
  63. b3e9681 Let's just declare that it is impossible to construct a std::pair from a null by Jakob Stoklund Olesen · 14 years ago
  64. 12b0179 Fix typo in temp. script file name. by Devang Patel · 14 years ago
  65. e5db19e Fix typos. 128-bit PSHUFB takes 128-bit memory op. by Dale Johannesen · 14 years ago
  66. 8e88c90 Basic smoke test for new x86mmx type. by Dale Johannesen · 14 years ago
  67. c7183ba Add little test script to check debug info. by Devang Patel · 14 years ago
  68. 12ea765 Fix linux/msvc build, move include. by Benjamin Kramer · 14 years ago
  69. 16150c6 Attempt to fix the Linux build. by Owen Anderson · 14 years ago
  70. 049e42f Minimize #includes in a top-level header. by Owen Anderson · 14 years ago
  71. 1a56e08 Silence more warnings. Two more unused variables. by Eric Christopher · 14 years ago
  72. da53582 Add a reduced testcase for the infinite loop fixed in r113763. by Owen Anderson · 14 years ago
  73. 330444e Remove unused variable. by Eric Christopher · 14 years ago
  74. fc16a89 trailing whitespace by Jim Grosbach · 14 years ago
  75. 3ec7316 Silence some constructor ordering warnings. by Eric Christopher · 14 years ago
  76. eac6e1d Added skeleton for inline asm multiple alternative constraint support. by John Thompson · 14 years ago
  77. c32a226 Use ParseIRFile to auto-detect LLVM Assembly automatically. by Dan Gohman · 14 years ago
  78. 9b10dfb Add full auto-upgrade support for LLVM 2.7 bitcode metadata. by Dan Gohman · 14 years ago
  79. 2c5f19d Re-apply r113679, which was reverted in r113720, which added a paid of new instcombine transforms by Owen Anderson · 14 years ago
  80. becf392 CMake: Add llvm-lit to CMake build. by Michael J. Spencer · 14 years ago
  81. f713384 Factoring and potential bug fix. The elf "flags" cannot be used as masks. by Rafael Espindola · 14 years ago
  82. e847277 Fix formatting tags. by Bob Wilson · 14 years ago
  83. 5b2fb95 Document NEON intrinsic changes for 2.8. by Bob Wilson · 14 years ago
  84. 8a6e53e Nowadays a release build has assertions off. by Duncan Sands · 14 years ago
  85. 51a6455 Spelling fixes in comments. by Duncan Sands · 14 years ago
  86. e37c9e5 Fix comment typo. by Dale Johannesen · 14 years ago
  87. 86e05af CMake: Fix MSVS build. Although I don't know why this didn't break other build systems... by Michael J. Spencer · 14 years ago
  88. 298c45e Revert 113679, it was causing an infinite loop in a testcase that I've sent by Eric Christopher · 14 years ago
  89. d4b8333 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  90. e1b8345 add some documentation for the most important MC-level classes along with by Chris Lattner · 14 years ago
  91. 0989d29 add a missed cmov alias, part of rdar://8416805 by Chris Lattner · 14 years ago
  92. 697d37a add support for all the setCC aliases. Part of rdar://8416805 by Chris Lattner · 14 years ago
  93. b98ac2a Add support for leb128 of absolute expressions. by Rafael Espindola · 14 years ago
  94. dfa3c9d add support for pushfd/popfd which are aliases for pushfl/popfl. by Chris Lattner · 14 years ago
  95. ee211d0 implement rdar://8407928 - support for in/out with a missing "a" register. by Chris Lattner · 14 years ago
  96. cbf8a98 fix the asmparser so that the target is responsible for skipping to by Chris Lattner · 14 years ago
  97. 1264937 Add missing single quotes. by Rafael Espindola · 14 years ago
  98. 228290c Change section_data dumping to print hex numbers instead of using python's %r. by Rafael Espindola · 14 years ago
  99. 26c5663 Invert and-of-or into or-of-and when doing so would allow us to clear bits of the and's mask. by Owen Anderson · 14 years ago
  100. 1c4e934 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago