1. 7c78e26 Remove the only use of SlotIndex::isPHI. This bit is not being set consistently by Jakob Stoklund Olesen · 15 years ago
  2. 1803b37 Terminator gaps were unused. Might as well delete them. by Jakob Stoklund Olesen · 15 years ago
  3. bd30ce4 More pseudo instruction scheduling itinerary fixes. by Evan Cheng · 15 years ago
  4. 5458474 Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. by John Thompson · 15 years ago
  5. 5be3922 Fix scheduling itinerary for pseudo mov immediate instructions which expand into two real instructions. by Evan Cheng · 15 years ago
  6. a648918 Reapply 114678 and 114667. Reverting them did not fix the bot: by Rafael Espindola · 15 years ago
  7. 433a578 Add ARM explicit MCInst lowering for the Thumb eh.sjlj.setjmp sequence. by Jim Grosbach · 15 years ago
  8. ed37a64 Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8011/builders/llvm-arm-linux by Jakob Stoklund Olesen · 15 years ago
  9. 1f40960 Get rid of pop_macro warnings on MSVC. by Michael J. Spencer · 15 years ago
  10. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 15 years ago
  11. fff606d Enable code placement optimization pass for ARM. by Evan Cheng · 15 years ago
  12. c451051 We can't return SSE/MMX vectors if SSE is disabled. by Dale Johannesen · 15 years ago
  13. cd4b20a Revert 114678 and 114667 to see if by Rafael Espindola · 15 years ago
  14. 946e3c9 Attach a DebugLoc to a GC point in order to get precise information in the JIT of a GC point. by Nicolas Geoffray · 15 years ago
  15. facb34b MC/AsmParser: Handle a missed case of floating literals in the lexer. by Daniel Dunbar · 15 years ago
  16. 6b096c3 Fix line endings from my last commit. by Michael J. Spencer · 15 years ago
  17. ddfce8f unittests: Support Windows. by Michael J. Spencer · 15 years ago
  18. 18fac3c Test unittests built with CMake. by Michael J. Spencer · 15 years ago
  19. ee6944f CMake: Build unittests. by Michael J. Spencer · 15 years ago
  20. c8417d7 Fix whitespace. by Michael J. Spencer · 15 years ago
  21. de0e11c Fix a potential null dereference bug. by Evan Cheng · 15 years ago
  22. b95a079 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 15 years ago
  23. 54f0a62 MC/Lexer: Add 'Real' token type for floating point literals. by Daniel Dunbar · 15 years ago
  24. 75413b1 MC: Add missing ')' in diagnostic. by Daniel Dunbar · 15 years ago
  25. f523e47 Revert r114703 and r114702, removing the isConditionalMove flag from instructions. After further by Owen Anderson · 15 years ago
  26. 2a6e616 Set alignment operand for NEON VST instructions. by Bob Wilson · 15 years ago
  27. 4539008 ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion by Jim Grosbach · 15 years ago
  28. b327e13 #+4 --> #4 for consistency with other asm output by Jim Grosbach · 15 years ago
  29. 45d6c17 Fix formatting of output .s code by Jim Grosbach · 15 years ago
  30. 71e416a Add isConditionalMove bits to X86 and ARM instructions. by Owen Anderson · 15 years ago
  31. 5716180 Add an TargetInstrDesc bit to indicate that a given instruction is a conditional move. by Owen Anderson · 15 years ago
  32. 823d9a5 remove an obsolete section by Chris Lattner · 15 years ago
  33. 40ff01a Set alignment operand for NEON VLD instructions. by Bob Wilson · 15 years ago
  34. bcf0116 Fix Getting Started docs. by Andrew Trick · 15 years ago
  35. e15eb4e Correctly handle weak undefined symbols. Before we would get a invalid binding by Rafael Espindola · 15 years ago
  36. b2dda4b never mind. I can't read, apparently by Jim Grosbach · 15 years ago
  37. 676e258 Fix r114632. Return if the only terminator is an unconditional branch after the redundant ones are deleted. by Evan Cheng · 15 years ago
  38. 24e6f2f Fix opcode value for the 'trap' instruction, keeping the type suffix on the by Jim Grosbach · 15 years ago
  39. 5c49b69 explicit 'unsigned long' on constant value. Hopefully make bots happier. by Jim Grosbach · 15 years ago
  40. c8ab9eb Unbreak build. Jim, please review. by Benjamin Kramer · 15 years ago
  41. 8c1f432 Revert 114634 for now since buildbot claim it broke Clang self-hosting. I doubt it but it's possible it's exposing another bug somewhere. by Evan Cheng · 15 years ago
  42. f10dfa9 trailing whitespace by Jim Grosbach · 15 years ago
  43. 2e6ae13 Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't by Jim Grosbach · 15 years ago
  44. a5c6b78 Correctly compute the offset of the symbol. Forgot these bits from the by Rafael Espindola · 15 years ago
  45. 16c9a64 nuke unused var by Jim Grosbach · 15 years ago
  46. 1e6c589 rewrite the copyright section to match reality: llvm does't have a by Chris Lattner · 15 years ago
  47. 5ce8981 add lldb and libc++ code owners. by Chris Lattner · 15 years ago
  48. b142bef Represent relocations against local symbols as relocations against the section by Rafael Espindola · 15 years ago
  49. edf0174 Fix llvm-extract so that it changes the linkage of all GlobalValues to by Bob Wilson · 15 years ago
  50. 32d2c5d Avoid warnings about conversions to `bool' in MS compilers. by Oscar Fuentes · 15 years ago
  51. df30bdb Fix VS 2010 build. by Oscar Fuentes · 15 years ago
  52. 8a6e7e1 Revert r114596, it's breaking a few tests. by Nate Begeman · 15 years ago
  53. 6b5db95 Bump LLVM in CMake makefiles to 2.9 by Douglas Gregor · 15 years ago
  54. 51efe7a Fix the FIXME. by Rafael Espindola · 15 years ago
  55. b8db198 Follow up to r114630. Do not optimize away unconditional branch following a conditional one. by Evan Cheng · 15 years ago
  56. dd3a41a Disable codegen prepare critical edge splitting. Machine instruction passes now by Evan Cheng · 15 years ago
  57. 108c872 If there are multiple unconditional branches terminating a block, eliminate all by Evan Cheng · 15 years ago
  58. b0cdf8a Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to be by Evan Cheng · 15 years ago
  59. 266a99d SDISel should not optimize a unconditional branch following a conditional branch by Evan Cheng · 15 years ago
  60. f70e7cc Moved the PBQP allocator class out of the header and back in to the cpp file to hide the gory details. by Lang Hames · 15 years ago
  61. 38a9288 Fixed a crash in the enhanced disassembler where by Sean Callanan · 15 years ago
  62. be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 15 years ago
  63. 637d89f Add support for ELF PLT references for ARM MC asm printing. Adding a by Jim Grosbach · 15 years ago
  64. df046f0 Make SetVector's remove indicate whether it actually removed something. by Dan Gohman · 15 years ago
  65. b6ec8ca Enable a few additional asserts in MC instruction lowering. by Jim Grosbach · 15 years ago
  66. ed1088a A select between a constant and zero, when fed by a bit test, can be efficiently by Owen Anderson · 15 years ago
  67. 4af1eae Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. by Cameron Esfahani · 15 years ago
  68. e5cb26f <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.h by Nate Begeman · 15 years ago
  69. b68987e Change VDUPLANE DAG combiner to just return the result instead of calling by Bob Wilson · 15 years ago
  70. 59ff3c9 Avoid some Mach-O specific alignment being done on ELF. by Rafael Espindola · 15 years ago
  71. e07b75e allow target-specific label suffixes, patch by Yuri Gribov! by Chris Lattner · 15 years ago
  72. bea77bb Fix uninitialized TBAAFlag field values. by Dan Gohman · 15 years ago
  73. 0b8ccb8 Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one by Bob Wilson · 15 years ago
  74. c1ac0d7 Teach memdep about TBAA tags. by Dan Gohman · 15 years ago
  75. be90c3a Use DW_OP_fbreg when offset is based on frame register. by Devang Patel · 15 years ago
  76. f0633e4 add FIXME by Jim Grosbach · 15 years ago
  77. 56a8b81 Temporarily work around new address lowering while I figure out what by Eric Christopher · 15 years ago
  78. bfbe187 Remove a few commented out bits by Jim Grosbach · 15 years ago
  79. ba6ca6d Constify. by Dan Gohman · 15 years ago
  80. 38738bf Fix typo and add a FIXME. by Rafael Espindola · 15 years ago
  81. ec57a1a When moving zext/sext to be folded with a load, ignore the issue of whether by Bob Wilson · 15 years ago
  82. 00d01f1 Add PrintSpecial() handling for in ARM MC instruction printer. by Jim Grosbach · 15 years ago
  83. bd4ec84 grammar tweakage by Jim Grosbach · 15 years ago
  84. 00545e1 remove trailing whitespace by Jim Grosbach · 15 years ago
  85. e4e06a8 CrashRecovery/Darwin: Override raise() as well so that crash recovery doesn't by Daniel Dunbar · 15 years ago
  86. 1963572 Correctly align bss. by Rafael Espindola · 15 years ago
  87. a2244cb Add MC instruction printer support for ARM and Thumb1 jump tables. by Jim Grosbach · 15 years ago
  88. eafca4e Attempt to fix llvm-gcc build. It was crashing when building gcov.o for an by Bob Wilson · 15 years ago
  89. 205a5fa Add MC instruction printer support for TB[BH] style thumb2 jump tables. by Jim Grosbach · 15 years ago
  90. 1b935a3 Clean up comment. by Jim Grosbach · 15 years ago
  91. 3724945 llvmc: Support '-emit-llvm -S' with -opt. by Mikhail Glushenkov · 15 years ago
  92. c9aa78d A more informative output suffix for the opt tool. by Mikhail Glushenkov · 15 years ago
  93. 2c5291b fix rdar://8456371 - Handle commutable instructions written backward. by Chris Lattner · 15 years ago
  94. 1eb1b68 Fix an inconsistency in the x86 backend that led it to reject "calll foo" on by Chris Lattner · 15 years ago
  95. bc57c6d fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8" by Chris Lattner · 15 years ago
  96. f7d4da0 fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 15 years ago
  97. c2b942a add the missing aliases for fp stack cmovs, rdar://8456391 by Chris Lattner · 15 years ago
  98. f93b90c reimplement elf TLS support in terms of addressing modes, eliminating SegmentBaseAddress. by Chris Lattner · 15 years ago
  99. 33d60d5 Fix rdar://8456364 - llvm-mc rejects '%CS' by Chris Lattner · 15 years ago
  100. 0c289c1 fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp' by Chris Lattner · 15 years ago