1. ade490a build/Darwin: Fix epic typo fail. by Daniel Dunbar · 13 years ago
  2. 5876298 Fix a CMake warning, following up to r134008. by NAKAMURA Takumi · 13 years ago
  3. a01b58a Unbreak every backend. by Evan Cheng · 13 years ago
  4. d5b03f2 Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. by Evan Cheng · 13 years ago
  5. 6844f7b Hide more details in tablegen generated MCRegisterInfo ctor function. by Evan Cheng · 13 years ago
  6. 94b01f6 Add MCInstrInfo registeration machinery. by Evan Cheng · 13 years ago
  7. 22fee2d Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 13 years ago
  8. e837dea - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and by Evan Cheng · 13 years ago
  9. 9bbe4d6 Clean up the handling of the x87 fp stack to make it more robust. by Jakob Stoklund Olesen · 13 years ago
  10. bd35f27 Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing null by Chad Rosier · 13 years ago
  11. 118c9a0 Remove warning: 'c0' may be used uninitialized in this function. by Chad Rosier · 13 years ago
  12. 27ce3b9 Print registers by name instead of by number. by Jakob Stoklund Olesen · 13 years ago
  13. 99a92f6 cleanup: misleading comment. by Andrew Trick · 13 years ago
  14. 8d4386e cmake: Our MSVC build does not support config-time build mode. by Andrew Trick · 13 years ago
  15. bdb226e Implement ISD::VAARG lowering on PPC32. by Roman Divacky · 13 years ago
  16. 4f91054 PR10210: New method ConstantArray::getAsCString(). Use it in LTO to by Jay Foad · 13 years ago
  17. 4086bb5 FileCheckify and prepare for -disable-iv-rewrite. by Andrew Trick · 13 years ago
  18. c1ce95f FileCheckize a couple of tests. by Jakob Stoklund Olesen · 13 years ago
  19. 6d64a04 Cleanup. Fix a stupid variable name. by Andrew Trick · 13 years ago
  20. dc8e546 Cleanup. Fix a stupid variable name. by Andrew Trick · 13 years ago
  21. 5e7645b SCEVExpander: give new insts a name that identifies the reponsible pass. by Andrew Trick · 13 years ago
  22. a5d950f whitespace by Andrew Trick · 13 years ago
  23. 89991d4 Fix typo in comment. by Nick Lewycky · 13 years ago
  24. cee94d7 Fix cmake build. by Rafael Espindola · 13 years ago
  25. 56caa09 indvars --disable-iv-rewrite: sever ties with IVUsers. by Andrew Trick · 13 years ago
  26. 15832f6 indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEV by Andrew Trick · 13 years ago
  27. 0b3b58d Fix CMake build by removing this now dead file. by Chandler Carruth · 13 years ago
  28. f3f955b FileCheck-ize a test that had the strangest TCL quote I've seen yet: an by Chandler Carruth · 13 years ago
  29. 4987033f Alternative name enum should go into the enum portion. by Evan Cheng · 13 years ago
  30. 1e0bd63 Fix a bad iterator dereference that Evan uncovered. by Jakob Stoklund Olesen · 13 years ago
  31. adf7366 ARM Thumb2 asm syntax optional destination operand for binary operators. by Jim Grosbach · 13 years ago
  32. f46e7e3 Remove RegClass2VRegMap from MachineRegisterInfo. by Evan Cheng · 13 years ago
  33. 6b8f1e3 ARM Assembly support for Thumb mov-immediate. by Jim Grosbach · 13 years ago
  34. 4db3748 Remove RCBarriers from TargetInstrDesc. by Evan Cheng · 13 years ago
  35. f10711f Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc can split live ranges. by Evan Cheng · 13 years ago
  36. 156d460 indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for by Andrew Trick · 13 years ago
  37. 26f4480 Revert r133516 "Remove some unnecessary uses of c_str()." by Chad Rosier · 13 years ago
  38. 016c582 During bottom up fast-isel, instructions emitted to materalize registers are at top of basic block and do not have debug location. This may misguide debugger while entering the basic block and sometimes debugger provides semi useful view of current location to developer by picking up previous known location as current location. Assign a sensible location to the first instruction in a basic block, if it does not have one location derived from source file, so that debugger can provide meaningful user experience to developers in edge cases. by Devang Patel · 13 years ago
  39. 81ce26a Fix this test to actually check something and be able to be compiled. by Eric Christopher · 13 years ago
  40. f227b50 Calculate GetBestDestForJumpOnUndef correctly. by Jakub Staszak · 13 years ago
  41. df8fe99 ARM Asm parsing of Thumb2 move immediate. by Jim Grosbach · 13 years ago
  42. 15993f8 More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. by Evan Cheng · 13 years ago
  43. bea6f61 Add support for alternative register names, useful for instructions whose operands are logically equivalent to existing registers, but happen to be printed specially. For example, an instruciton that prints d0[0] instead of s0. by Owen Anderson · 13 years ago
  44. d1f0bbe Add exception necessitated by 133938. by Jim Grosbach · 13 years ago
  45. 660a9ec ARM assembly carry set/clear condition code aliases for 'hi/lo' by Jim Grosbach · 13 years ago
  46. fbd0178 ARM assembler support for ldmfd/stmfd mnemonics. by Jim Grosbach · 13 years ago
  47. 34720e1 Allow lr in the register options here. by Eric Christopher · 13 years ago
  48. 0d06bb9 ARM assembler support for vpush/vpop. by Jim Grosbach · 13 years ago
  49. 2ca7f4d Rename unnecessary forward declaration. by Evan Cheng · 13 years ago
  50. ebbbfd0 More refactoring. MC doesn't need know about subreg indices. by Evan Cheng · 13 years ago
  51. 0ff9220 ARM Assembly syntax support for arithmetic implied dest operand. by Jim Grosbach · 13 years ago
  52. 7021101 The index stored in the RegDefIter is one after the current index. When getting the index, decrement it so that it points to the current element. Fixes an off-by-one bug encountered when trying to make use of MVT::untyped. by Owen Anderson · 13 years ago
  53. 73f50d9 Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc by Evan Cheng · 13 years ago
  54. 4ef4c17 pre-RA-sched: Cleanup register pressure tracking. by Andrew Trick · 13 years ago
  55. e8431ba Move all inline-asm-fpstack tests to a single file. by Jakob Stoklund Olesen · 13 years ago
  56. f27229e Track live-out physical registers in MachineDCE. by Jakob Stoklund Olesen · 13 years ago
  57. 9174d5c Teach one piece of scalarrepl to handle lifetime markers. When transforming an by Nick Lewycky · 13 years ago
  58. 99e0b2a Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other by Nick Lewycky · 13 years ago
  59. 1baeb00 Grow the X86FloatingPoint register map to hold 16 registers. by Jakob Stoklund Olesen · 13 years ago
  60. f792fa9 Distinguish early clobber output operands from clobbered registers. by Jakob Stoklund Olesen · 13 years ago
  61. 7a2ecd3 Decode and pretty print inline asm operand descriptors. by Jakob Stoklund Olesen · 13 years ago
  62. ca08dcc Remove unused methods. by Rafael Espindola · 13 years ago
  63. 5b22021 There is only one register coalescer. Merge it into the base class and by Rafael Espindola · 13 years ago
  64. 655739d Merge SimpleRegisterCoalescing.cpp into RegisterCoalescer.cpp. by Rafael Espindola · 13 years ago
  65. b0efa94 merge SimpleRegisterCoalescing.h into RegisterCoalescer.h. by Rafael Espindola · 13 years ago
  66. fdf16ca Move RegisterCoalescer.h to lib/CodeGen. by Rafael Espindola · 13 years ago
  67. 79db6a1 Remove unnecessary wrapper. by Rafael Espindola · 13 years ago
  68. 0b19acb PTX: corrected tests that were failing by Dan Bailey · 13 years ago
  69. 14d71aa Replace dyn_cast<> with cast<> since the cast is already guarded by the necessary check. by Chad Rosier · 13 years ago
  70. 8414946 PTX: Reverting implementation of i8. by Dan Bailey · 13 years ago
  71. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 13 years ago
  72. 76fb9b0 Modify llvm-nm to use new Binary creation method. by Michael J. Spencer · 13 years ago
  73. 001c920 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 13 years ago
  74. c44c915 Add Binary class. This is a cleaner parent than ObjectFile. by Michael J. Spencer · 13 years ago
  75. d2a02f4 Add Object/Error. by Michael J. Spencer · 13 years ago
  76. 3e64427 Enhance the sanity check for block sizes; check that the resulting pointer is by Nick Lewycky · 13 years ago
  77. 644eb9b Test case for r133858 (tail call optimize in the presence of byval). by Chad Rosier · 13 years ago
  78. fdfd40b Update CMake library dependencies. by Oscar Fuentes · 13 years ago
  79. df78fcd Enable tail call optimization in the presence of a byval (x86-32 and x86-64). by Chad Rosier · 13 years ago
  80. 75c2b20 Move ARM-specific test to ARM directory. by Jim Grosbach · 13 years ago
  81. ba3dc10 Unbreak CMake build by Douglas Gregor · 13 years ago
  82. 025b37b Remove dead typedefs. by Evan Cheng · 13 years ago
  83. 4219718 Add include guard. by Evan Cheng · 13 years ago
  84. 46af0d7 Rename TargetDesc to MCTargetDesc by Evan Cheng · 13 years ago
  85. 5e6b460 Rename TargetRegisterDesc to MCRegisterDesc by Evan Cheng · 13 years ago
  86. ba8297e Refactor MachO relocation generaration into the Target directories. by Jim Grosbach · 13 years ago
  87. e6b8bf8 The scheduler needs to be aware on the existence of untyped nodes when it performs type propagation for EXTRACT_SUBREG. by Owen Anderson · 13 years ago
  88. 9c99cfe Revert "Shorten some ARM builtin names by removing unnecessary "neon" prefix." by Bob Wilson · 13 years ago
  89. 1189027 Fix cmake build. by Rafael Espindola · 13 years ago
  90. fa3f9c0 Fix struct member's scope. Patch by Xi Wang. by Devang Patel · 13 years ago
  91. e9e0e3a Shorten some ARM builtin names by removing unnecessary "neon" prefix. by Bob Wilson · 13 years ago
  92. 2416da3 Hoist simple check above more complex checking to avoid unnecessary by Chad Rosier · 13 years ago
  93. 56fc642 Testcase for r133818 by Jim Grosbach · 13 years ago
  94. 0f03782 Revert unintentional check-in. by Devang Patel · 13 years ago
  95. 8594d42 Handle debug info for i128 constants. by Devang Patel · 13 years ago
  96. f5fa52e - Add MCRegisterInfo registration machinery. Also added x86 registration routines. by Evan Cheng · 13 years ago
  97. 8b45456 ARM movw/movt fixups need to mask the high bits. by Jim Grosbach · 13 years ago
  98. 32e7abd tidy up whitespace. by Jim Grosbach · 13 years ago
  99. b05a8a8 PTX: Add support for i8 type and introduce associated .b8 registers by Dan Bailey · 13 years ago
  100. ef01edf The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) by Chad Rosier · 13 years ago