1. ccfaa4b build: Add support for a TOOL_ORDER_FILE variable so commands can build with an by Daniel Dunbar · 14 years ago
  2. ea606bb Add missing break. by Bob Wilson · 14 years ago
  3. 9d4ebc0 Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded after by Bob Wilson · 14 years ago
  4. cb86def Fix a threaded LLVM bug due the need for operator= on reference counted AttrListImpl's. It might by Owen Anderson · 14 years ago
  5. f6a129a Use the value mapping provided by LiveIntervalMap. This simplifies the code a by Jakob Stoklund Olesen · 14 years ago
  6. 7e7d01d System/Path: Add x86-64 COFF to IdentifyFileType. by Michael J. Spencer · 14 years ago
  7. b6d760c Since PassRegistry is currently a shared global object, it needs locking. While it might intuitively seem by Owen Anderson · 14 years ago
  8. 8a26f81 System/Path: Add isObjectFile(). by Michael J. Spencer · 14 years ago
  9. 765c4d9 Add support for the 'lane' modifier on vdup operands by Jim Grosbach · 14 years ago
  10. b9dadc9 add a test of an edge case value for the FP immediate (needs all digits of by Jim Grosbach · 14 years ago
  11. d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 14 years ago
  12. 06f264e Remember VLDMQ. by Jakob Stoklund Olesen · 14 years ago
  13. 31bbc51 Add missing break. by Jakob Stoklund Olesen · 14 years ago
  14. 6039697 Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to register by Jim Grosbach · 14 years ago
  15. a4c3c8f move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper by Jim Grosbach · 14 years ago
  16. 39e3012 PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit by Eli Friedman · 14 years ago
  17. f1c3eb3 simplify getRegisterNumbering(). Remove the unused isSPVFP argument and by Jim Grosbach · 14 years ago
  18. 7e2c04f Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check by Jim Grosbach · 14 years ago
  19. d8be410 Reduce dependencies in the ARM MC instruction printer. by Jim Grosbach · 14 years ago
  20. 8b7fa19 Fix spelling typo. by Jim Grosbach · 14 years ago
  21. 754578b Factor out basic enums and hleper functions from ARM.h for cleaner sharing by Jim Grosbach · 14 years ago
  22. 26edbcb Add support for floating point immediates to MC instruction printing. ARM by Jim Grosbach · 14 years ago
  23. 27ede1b Check bb to ensure that alloca is in separate basic block. by Devang Patel · 14 years ago
  24. d64816a Recognize VST1q64Pseudo and VSTMQ as stack slot stores. by Jakob Stoklund Olesen · 14 years ago
  25. 3a95182 Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem by Bob Wilson · 14 years ago
  26. 7602993 the darwin9-powerpc buildbot keeps consistently crashing, by Gabor Greif · 14 years ago
  27. 3432785 Move ARM is{LoadFrom,StoreTo}StackSlot closer to their siblings so they won't be by Jakob Stoklund Olesen · 14 years ago
  28. 064312d Spelling fix. by Bob Wilson · 14 years ago
  29. 0dd2c93 trailing whitespace and 80 column cleanup by Jim Grosbach · 14 years ago
  30. 85dbce3 trailing whitespace by Jim Grosbach · 14 years ago
  31. e6334d8 llvmc: make -x work with unknown suffixes. by Mikhail Glushenkov · 14 years ago
  32. 161b4c4 Removed TracingBrainF from examples Makefile. by Garrison Venn · 14 years ago
  33. 1397fdc If dbg.declare from non-entry block is using alloca from entry block then use offset available in StaticAllocaMap to emit DBG_VALUE. Right now, this has no material impact because varible info also collected using offset table maintained in machine module info. by Devang Patel · 14 years ago
  34. 40989a4 Release-Asserts no longer exists. by Duncan Sands · 14 years ago
  35. 26bb406 Remove the Ada bindings which are unmaintained and unused. The project which by Duncan Sands · 14 years ago
  36. 97816e1 Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. by Duncan Sands · 14 years ago
  37. d0bcc9a lcall and ljmp always default to lcalll and ljmpl. This finally by Chris Lattner · 14 years ago
  38. cbb4426 apparently jmpl $1,$2 is an alias for ljmpl, similiarly for call. Add this. by Chris Lattner · 14 years ago
  39. 250b948 Disambiguate lcall/ljmp to the 32-bit version. This happens by Chris Lattner · 14 years ago
  40. 6c1b3b1 fix the encoding of sldt GR16 to have the 0x66 prefix, and by Chris Lattner · 14 years ago
  41. cfad564 implement aliases for shld/shrd, part of rdar://8418316 by Chris Lattner · 14 years ago
  42. e9e16a3 fix rdar://8431880 - rcl/rcr with no shift amount not recognized by Chris Lattner · 14 years ago
  43. 84f362d add various broken forms of fnstsw. I didn't add the %rax by Chris Lattner · 14 years ago
  44. 8f777a2 add some aliases for f[u]comi, part of rdar://8431422 by Chris Lattner · 14 years ago
  45. 2d592d1 add a bunch of aliases for fp operations with no operand, rdar://8431422 by Chris Lattner · 14 years ago
  46. 0000279 test: Fix coff-dump section array indicies to 1 based to match file format. by Michael J. Spencer · 14 years ago
  47. 9c0c5c1 Tabs to spaces by Michael J. Spencer · 14 years ago
  48. aeb83c4 Cleanup coff-dump.py by Michael J. Spencer · 14 years ago
  49. c2be84f lit: Expose FileBasedTest object and Test module via 'lit' object that gets by Daniel Dunbar · 14 years ago
  50. ff2dcd3 lit: Rename main lit module to main.py, lit/lit/lit.py was a bit too, err, by Daniel Dunbar · 14 years ago
  51. f884012 Diagnose invalid instructions like "incl" with "too few operands for instruction" by Chris Lattner · 14 years ago
  52. ee9ca07 Use float64 instead of int64 vector elements for NEON vget_low and vget_high by Bob Wilson · 14 years ago
  53. 168f382 Use VLD1/VST1 pseudo instructions for loadRegFromStackSlot and by Bob Wilson · 14 years ago
  54. 22854b7 trailing whitespace by Jim Grosbach · 14 years ago
  55. 29fc6f3 Add x86MMX a few more places. by Dale Johannesen · 14 years ago
  56. 49ddd3a fix PR8144, a bug where constant merge would merge globals marked by Chris Lattner · 14 years ago
  57. 05ae0c6 Reapply r113875 with additional cleanups. by Jim Grosbach · 14 years ago
  58. ef63c9a add a terrible hack to allow out with dx is parens, a gas bug. This fixes PR8114 by Chris Lattner · 14 years ago
  59. e6291ae Convert TBAA to use the new TBAATag field of AliasAnalysis::Location. by Dan Gohman · 14 years ago
  60. bb3e5da Emit libcalls for SDIV, this requires some call infrastructure by Eric Christopher · 14 years ago
  61. 6841939 revert 113875 momentarilly. Need to fix the MC disassembler to handle the by Jim Grosbach · 14 years ago
  62. 15d7898 trailing whitespace cleanup by Jim Grosbach · 14 years ago
  63. 308f64a an attempt to salvage the darwin9-powerpc buildbot, which could be miscompiling this line by Gabor Greif · 14 years ago
  64. fe12555 The register specified for a dregpair is the corresponding Q register, so to by Jim Grosbach · 14 years ago
  65. f7d10f5 set isCompare for another three Thumb1 instructions by Gabor Greif · 14 years ago
  66. 72774c9 Tidy whitespace in generated arm_neon.h. by Bob Wilson · 14 years ago
  67. 5b46d62 Add predicate and 's' bit operands to PICADD instruction lowering. by Jim Grosbach · 14 years ago
  68. 3b8b2ca Add missing include. by Benjamin Kramer · 14 years ago
  69. b2143b6 Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 14 years ago
  70. fe3ac08 Avoid warnings. by Bob Wilson · 14 years ago
  71. f3f0952 fix comment typo by Jim Grosbach · 14 years ago
  72. 2a0fd01 Remove dead option from tests. by Owen Anderson · 14 years ago
  73. 9d84fb3 Make NEON ld/st pseudo instruction classes take the instruction itinerary as by Bob Wilson · 14 years ago
  74. c809d90 Remove the option to disable LazyValueInfo in JumpThreading, as it is now by Owen Anderson · 14 years ago
  75. 6a7de3f Prune includes. by Benjamin Kramer · 14 years ago
  76. 007248b set comparable for a bunch of Thumb instructions by Gabor Greif · 14 years ago
  77. 4f7d107 must not peephole away side effects by Gabor Greif · 14 years ago
  78. 1685caf Don't ignore the CPSR implicit def when lowering a MachineInstruction to an MCInst. by Jim Grosbach · 14 years ago
  79. 9854f19 Clarify comment by Jim Grosbach · 14 years ago
  80. 7332907 After Dan's recent commit this is no longer true. by Devang Patel · 14 years ago
  81. 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
  82. 6f9eea8 forgot the testcase change for r113839 by Gabor Greif · 14 years ago
  83. de90bfd Eliminate a 'tst' that immediately follows an 'and' by Gabor Greif · 14 years ago
  84. 4e05b32 test for and-tst peephole optimization by Gabor Greif · 14 years ago
  85. 23da0b2 Fix QOpcode assignment to Opc. by Eric Christopher · 14 years ago
  86. 08047f6 CBackend: Fix MSVC build. by Michael J. Spencer · 14 years ago
  87. bcf4b83 CBackend: Cleanup whitespace before I do this next commit. by Michael J. Spencer · 14 years ago
  88. 5781f3e When a function-local value with function-local metadata uses gets RAUWed with a by Dan Gohman · 14 years ago
  89. 338f3ac Remove apparently unnecessary forward declaration. by Eric Christopher · 14 years ago
  90. bc9c36b Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be by Jakob Stoklund Olesen · 14 years ago
  91. 7abdb22 fix PR8102, a case where we'd copyValue from a value that we already by Chris Lattner · 14 years ago
  92. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  93. bd916c5 Convert some VTBL and VTBX instructions to use pseudo instructions prior to by Bob Wilson · 14 years ago
  94. dd9f3fd Mechanically replace LiveInterval* with LiveIntervalMap for intervals being by Jakob Stoklund Olesen · 14 years ago
  95. 9ca2aeb Allow LiveIntervalMap to be reused by resetting the current live interval. by Jakob Stoklund Olesen · 14 years ago
  96. 8466fa1 Switch all the NEON vld-lane and vst-lane instructions over to the new by Bob Wilson · 14 years ago
  97. b3e9681 Let's just declare that it is impossible to construct a std::pair from a null by Jakob Stoklund Olesen · 14 years ago
  98. 12b0179 Fix typo in temp. script file name. by Devang Patel · 14 years ago
  99. e5db19e Fix typos. 128-bit PSHUFB takes 128-bit memory op. by Dale Johannesen · 14 years ago
  100. 8e88c90 Basic smoke test for new x86mmx type. by Dale Johannesen · 14 years ago