1. 6b096c3 Fix line endings from my last commit. by Michael J. Spencer · 14 years ago
  2. ddfce8f unittests: Support Windows. by Michael J. Spencer · 14 years ago
  3. 18fac3c Test unittests built with CMake. by Michael J. Spencer · 14 years ago
  4. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  5. c8417d7 Fix whitespace. by Michael J. Spencer · 14 years ago
  6. de0e11c Fix a potential null dereference bug. by Evan Cheng · 14 years ago
  7. b95a079 MC/AsmParser: Support .single and .double for embedding floating point literals. by Daniel Dunbar · 14 years ago
  8. 54f0a62 MC/Lexer: Add 'Real' token type for floating point literals. by Daniel Dunbar · 14 years ago
  9. 75413b1 MC: Add missing ')' in diagnostic. by Daniel Dunbar · 14 years ago
  10. f523e47 Revert r114703 and r114702, removing the isConditionalMove flag from instructions. After further by Owen Anderson · 14 years ago
  11. 2a6e616 Set alignment operand for NEON VST instructions. by Bob Wilson · 14 years ago
  12. 4539008 ARM-mode eh.sjlj.setjmp pseudo MC-inst lowering expansion by Jim Grosbach · 14 years ago
  13. b327e13 #+4 --> #4 for consistency with other asm output by Jim Grosbach · 14 years ago
  14. 45d6c17 Fix formatting of output .s code by Jim Grosbach · 14 years ago
  15. 71e416a Add isConditionalMove bits to X86 and ARM instructions. by Owen Anderson · 14 years ago
  16. 5716180 Add an TargetInstrDesc bit to indicate that a given instruction is a conditional move. by Owen Anderson · 14 years ago
  17. 823d9a5 remove an obsolete section by Chris Lattner · 14 years ago
  18. 40ff01a Set alignment operand for NEON VLD instructions. by Bob Wilson · 14 years ago
  19. bcf0116 Fix Getting Started docs. by Andrew Trick · 14 years ago
  20. e15eb4e Correctly handle weak undefined symbols. Before we would get a invalid binding by Rafael Espindola · 14 years ago
  21. b2dda4b never mind. I can't read, apparently by Jim Grosbach · 14 years ago
  22. 676e258 Fix r114632. Return if the only terminator is an unconditional branch after the redundant ones are deleted. by Evan Cheng · 14 years ago
  23. 24e6f2f Fix opcode value for the 'trap' instruction, keeping the type suffix on the by Jim Grosbach · 14 years ago
  24. 5c49b69 explicit 'unsigned long' on constant value. Hopefully make bots happier. by Jim Grosbach · 14 years ago
  25. c8ab9eb Unbreak build. Jim, please review. by Benjamin Kramer · 14 years ago
  26. 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 · 14 years ago
  27. f10dfa9 trailing whitespace by Jim Grosbach · 14 years ago
  28. 2e6ae13 Clean up the 'trap' instruction printing a bit. Non-Darwin assemblers don't by Jim Grosbach · 14 years ago
  29. a5c6b78 Correctly compute the offset of the symbol. Forgot these bits from the by Rafael Espindola · 14 years ago
  30. 16c9a64 nuke unused var by Jim Grosbach · 14 years ago
  31. 1e6c589 rewrite the copyright section to match reality: llvm does't have a by Chris Lattner · 14 years ago
  32. 5ce8981 add lldb and libc++ code owners. by Chris Lattner · 14 years ago
  33. b142bef Represent relocations against local symbols as relocations against the section by Rafael Espindola · 14 years ago
  34. edf0174 Fix llvm-extract so that it changes the linkage of all GlobalValues to by Bob Wilson · 14 years ago
  35. 32d2c5d Avoid warnings about conversions to `bool' in MS compilers. by Oscar Fuentes · 14 years ago
  36. df30bdb Fix VS 2010 build. by Oscar Fuentes · 14 years ago
  37. 8a6e7e1 Revert r114596, it's breaking a few tests. by Nate Begeman · 14 years ago
  38. 6b5db95 Bump LLVM in CMake makefiles to 2.9 by Douglas Gregor · 14 years ago
  39. 51efe7a Fix the FIXME. by Rafael Espindola · 14 years ago
  40. b8db198 Follow up to r114630. Do not optimize away unconditional branch following a conditional one. by Evan Cheng · 14 years ago
  41. dd3a41a Disable codegen prepare critical edge splitting. Machine instruction passes now by Evan Cheng · 14 years ago
  42. 108c872 If there are multiple unconditional branches terminating a block, eliminate all by Evan Cheng · 14 years ago
  43. b0cdf8a Don't sink insert_subreg, subreg_to_reg, reg_sequence. They are meant to be by Evan Cheng · 14 years ago
  44. 266a99d SDISel should not optimize a unconditional branch following a conditional branch by Evan Cheng · 14 years ago
  45. 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 · 14 years ago
  46. 38a9288 Fixed a crash in the enhanced disassembler where by Sean Callanan · 14 years ago
  47. be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
  48. 637d89f Add support for ELF PLT references for ARM MC asm printing. Adding a by Jim Grosbach · 14 years ago
  49. df046f0 Make SetVector's remove indicate whether it actually removed something. by Dan Gohman · 14 years ago
  50. b6ec8ca Enable a few additional asserts in MC instruction lowering. by Jim Grosbach · 14 years ago
  51. ed1088a A select between a constant and zero, when fed by a bit test, can be efficiently by Owen Anderson · 14 years ago
  52. 4af1eae Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case. by Cameron Esfahani · 14 years ago
  53. e5cb26f <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.h by Nate Begeman · 14 years ago
  54. b68987e Change VDUPLANE DAG combiner to just return the result instead of calling by Bob Wilson · 14 years ago
  55. 59ff3c9 Avoid some Mach-O specific alignment being done on ELF. by Rafael Espindola · 14 years ago
  56. e07b75e allow target-specific label suffixes, patch by Yuri Gribov! by Chris Lattner · 14 years ago
  57. bea77bb Fix uninitialized TBAAFlag field values. by Dan Gohman · 14 years ago
  58. 0b8ccb8 Combine both VMOVDRR(VMOVRRD) and VMOVRRD(VMOVDRR), instead of just doing one by Bob Wilson · 14 years ago
  59. c1ac0d7 Teach memdep about TBAA tags. by Dan Gohman · 14 years ago
  60. be90c3a Use DW_OP_fbreg when offset is based on frame register. by Devang Patel · 14 years ago
  61. f0633e4 add FIXME by Jim Grosbach · 14 years ago
  62. 56a8b81 Temporarily work around new address lowering while I figure out what by Eric Christopher · 14 years ago
  63. bfbe187 Remove a few commented out bits by Jim Grosbach · 14 years ago
  64. ba6ca6d Constify. by Dan Gohman · 14 years ago
  65. 38738bf Fix typo and add a FIXME. by Rafael Espindola · 14 years ago
  66. ec57a1a When moving zext/sext to be folded with a load, ignore the issue of whether by Bob Wilson · 14 years ago
  67. 00d01f1 Add PrintSpecial() handling for in ARM MC instruction printer. by Jim Grosbach · 14 years ago
  68. bd4ec84 grammar tweakage by Jim Grosbach · 14 years ago
  69. 00545e1 remove trailing whitespace by Jim Grosbach · 14 years ago
  70. e4e06a8 CrashRecovery/Darwin: Override raise() as well so that crash recovery doesn't by Daniel Dunbar · 14 years ago
  71. 1963572 Correctly align bss. by Rafael Espindola · 14 years ago
  72. a2244cb Add MC instruction printer support for ARM and Thumb1 jump tables. by Jim Grosbach · 14 years ago
  73. eafca4e Attempt to fix llvm-gcc build. It was crashing when building gcov.o for an by Bob Wilson · 14 years ago
  74. 205a5fa Add MC instruction printer support for TB[BH] style thumb2 jump tables. by Jim Grosbach · 14 years ago
  75. 1b935a3 Clean up comment. by Jim Grosbach · 14 years ago
  76. 3724945 llvmc: Support '-emit-llvm -S' with -opt. by Mikhail Glushenkov · 14 years ago
  77. c9aa78d A more informative output suffix for the opt tool. by Mikhail Glushenkov · 14 years ago
  78. 2c5291b fix rdar://8456371 - Handle commutable instructions written backward. by Chris Lattner · 14 years ago
  79. 1eb1b68 Fix an inconsistency in the x86 backend that led it to reject "calll foo" on by Chris Lattner · 14 years ago
  80. bc57c6d fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8" by Chris Lattner · 14 years ago
  81. f7d4da0 fix rdar://8456417 - llvm-mc can't do basic math by Chris Lattner · 14 years ago
  82. c2b942a add the missing aliases for fp stack cmovs, rdar://8456391 by Chris Lattner · 14 years ago
  83. f93b90c reimplement elf TLS support in terms of addressing modes, eliminating SegmentBaseAddress. by Chris Lattner · 14 years ago
  84. 33d60d5 Fix rdar://8456364 - llvm-mc rejects '%CS' by Chris Lattner · 14 years ago
  85. 0c289c1 fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp' by Chris Lattner · 14 years ago
  86. 6112925 fix rdar://8456361 - llvm-mc rejects 'rep movsd' by Chris Lattner · 14 years ago
  87. 492a43e convert the last 4 X86ISD nodes that should have memoperands to have them. by Chris Lattner · 14 years ago
  88. 2156b79 give X86ISD::FNSTCW16m a memoperand, since it touches memory. It only by Chris Lattner · 14 years ago
  89. 0729093 give FP_TO_INT16_IN_MEM and friends a memoperand. They are only by Chris Lattner · 14 years ago
  90. 40d6605 linux has a different stack alignment than the mac, relax this a bit. by Chris Lattner · 14 years ago
  91. 8864155 give VZEXT_LOAD a memory operand, it now works with segment registers. by Chris Lattner · 14 years ago
  92. 0b79cfe revert r114386 now that address modes work correctly, we get a nice by Chris Lattner · 14 years ago
  93. 93c4a5b give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256/257 by Chris Lattner · 14 years ago
  94. b72d53d filecheckize by Chris Lattner · 14 years ago
  95. 691e64a OptimizeCompareInstr should avoid iterating pass the beginning of the MBB when the 'and' instruction is after the comparison. by Evan Cheng · 14 years ago
  96. 882ef2b Add start of support for MC instruction printer of ARM jump tables. Filling in by Jim Grosbach · 14 years ago
  97. 8614167 Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that this makes by Owen Anderson · 14 years ago
  98. 5fa42a4 Build the complement interval dupli after the split intervals instead of by Jakob Stoklund Olesen · 14 years ago
  99. b86faa1 reimplement support for GS and FS relative address space matching by Chris Lattner · 14 years ago
  100. 67aff16 Fixed pr20314-2.c failure, added E, F, p constraint letters. by John Thompson · 14 years ago