1. ebb1834 Use SmallVectorImpl in a bunch of places. by Dan Gohman · 15 years ago
  2. b2b9b76 Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. by Francois Pichet · 15 years ago
  3. c015723 Add a simple testcase for tbaa. by Dan Gohman · 15 years ago
  4. 08cec1e More ARM scheduling itinerary fixes. by Evan Cheng · 15 years ago
  5. 633e702 Support AA chaining. by Dan Gohman · 15 years ago
  6. 7c34730 Fix the pass manager's search order for immutable passes, and make it by Dan Gohman · 15 years ago
  7. 42fac8e MC machine encoding for simple aritmetic instructions that use a shifted by Jim Grosbach · 15 years ago
  8. 17b443d Second set of ARM/MC/ELF changes. by Jason W Kim · 15 years ago
  9. d3d2ddc Clang's #include handling apparently doesn't work for libstdc++'s by Dan Gohman · 15 years ago
  10. e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 15 years ago
  11. 60ff879 Proper VST scheduling itineraries. by Evan Cheng · 15 years ago
  12. 5f9e8b9 Use a sane mechanism for that assert. by Eric Christopher · 15 years ago
  13. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 15 years ago
  14. 31cc3ec Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis. by Jakob Stoklund Olesen · 15 years ago
  15. a1e2194 The assert() should reference to machine instr operand number, too. by Jim Grosbach · 15 years ago
  16. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 15 years ago
  17. 050d16c We're not going to handle dynamic allocas anywhere else. by Eric Christopher · 15 years ago
  18. 1086c2b Change explicit search Apple specific code to only reference __eprintf on x86. by Daniel Dunbar · 15 years ago
  19. 1a7233f Make sure to use the machine instruction operand number. It doesn't always by Jim Grosbach · 15 years ago
  20. 12647eb Reduce dpendencies for SupportTests. by Michael J. Spencer · 15 years ago
  21. 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 15 years ago
  22. fb0b892 Make sure that the call stack adjustments have default operands. Also by Eric Christopher · 15 years ago
  23. 0a434db PR8297 by Andrew Trick · 15 years ago
  24. 4f9af2e PowerPC varargs functions store live-in registers on the stack. Make sure we use by Jakob Stoklund Olesen · 15 years ago
  25. 8ff9a9d Found a bug turning this on by default. Disable again for now. by Eric Christopher · 15 years ago
  26. a3d2107 Remove now non-existent option. by Eric Christopher · 15 years ago
  27. fa6b29d Fix help text. by Eric Christopher · 15 years ago
  28. feadddd Change flag from Enable to Disable since we're enabled by default. by Eric Christopher · 15 years ago
  29. bbb9ea7b Add KillTheDoctor. by Michael J. Spencer · 15 years ago
  30. c4bd6fb trailing whitespace cleanup by Jim Grosbach · 15 years ago
  31. 1a2cf3b Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperand by Andrew Trick · 15 years ago
  32. 6254726 More binary encoding stuff, taking advantage of the new "by name" operand by Jim Grosbach · 15 years ago
  33. a2efc5f Turn on arm fast isel by default. by Eric Christopher · 15 years ago
  34. 0185507 When figuring out which operands match which encoding fields in an instruction, by Jim Grosbach · 15 years ago
  35. 40ef4fe Properly handle reloading and spilling around partial redefines in by Jakob Stoklund Olesen · 15 years ago
  36. ffa0e71 remove dead prototype, PR8351 by Chris Lattner · 15 years ago
  37. 1265776 MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target. by Francois Pichet · 15 years ago
  38. a1640d9 Copy and pasteo. by Eric Christopher · 15 years ago
  39. dccd2c3 Whitespace cleanup in ARM fast isel. by Eric Christopher · 15 years ago
  40. 6a880d6 Add srem libcall support to ARM fast isel. by Eric Christopher · 15 years ago
  41. 7bdc4de Add i8 sdiv support for ARM fast isel. by Eric Christopher · 15 years ago
  42. 3bbd396 Implement select handling for ARM fast-isel. by Eric Christopher · 15 years ago
  43. ddf897a tweak comment. by Chris Lattner · 15 years ago
  44. 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 15 years ago
  45. 335b806 X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents. by Michael J. Spencer · 15 years ago
  46. 92bf38c X86: MinGW should always use libgcc on Windows. by Michael J. Spencer · 15 years ago
  47. 1802a9f X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin). by Michael J. Spencer · 15 years ago
  48. ec38de2 Fix Whitespace. by Michael J. Spencer · 15 years ago
  49. 2728766 force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me. by Chris Lattner · 15 years ago
  50. 07e3a38 fix the default va_arg expansion (in the realignment case) to not implicitly by Chris Lattner · 15 years ago
  51. 749dc72 fix the expansion of va_arg instruction on PPC to know the arg by Chris Lattner · 15 years ago
  52. 7d2e7be clarify that zero sized vectors are illegal, PR8340 by Chris Lattner · 15 years ago
  53. 74fa732 Now using a variant of the existing inlining heuristics to decide whether to create a given specialization of a function in PartialSpecialization. If the total performance bonus across all callsites passing the same constant exceeds the specialization cost, we create the specialization. by Kenneth Uildriks · 15 years ago
  54. ea1fe2c Fix dead link. by Nick Lewycky · 15 years ago
  55. ccefe32 Silence compiler warning. by Benjamin Kramer · 15 years ago
  56. 28ca86a MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi! by Michael J. Spencer · 15 years ago
  57. 2e09a25 Don't test a removed function. by Benjamin Kramer · 15 years ago
  58. 46d48a3 syntax-highlighting: Fix module asm keyword. by Michael J. Spencer · 15 years ago
  59. 192d136 MC-COFF: Implement InitSections. Fixes PR8335. by Michael J. Spencer · 15 years ago
  60. 7d49004 MC-COFF: Add COFFAsmParser. Completes PR8343. by Michael J. Spencer · 15 years ago
  61. c0c8df3 Fix Whitespace. by Michael J. Spencer · 15 years ago
  62. d47f4a9 MC-COFF: Assert on non-coff sections. by Michael J. Spencer · 15 years ago
  63. 9a89b01 Add Kate syntax highlighting files. by Michael J. Spencer · 15 years ago
  64. 10dc63f Add VLD4 scheduling itineraries. by Evan Cheng · 15 years ago
  65. e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
  66. 84f69e8 Finish vld3 and vld4. by Evan Cheng · 15 years ago
  67. 40bb683 Complete vld2 instruction itineries. by Evan Cheng · 15 years ago
  68. 8ae6ffa Multiply instructions are issued on pipeline 0. They do not need to reserve pipeline 1. by Evan Cheng · 15 years ago
  69. d2ca813 Correct some load / store instruction itinerary mistakes: by Evan Cheng · 15 years ago
  70. 5ed5c38 Simplify test and move into a generic "crash" ll file. by Bill Wendling · 15 years ago
  71. 0aa38b9 Check to make sure that the iterator isn't at the beginning of the basic block by Bill Wendling · 15 years ago
  72. 0d9a086 add jit support for the new psuedo instructions I added for by Chris Lattner · 15 years ago
  73. 8dae787 machine a mutable machineinstr down into emitInstruction. by Chris Lattner · 15 years ago
  74. e93417b Fix the store part of this as well. Fixes smg2000. by Eric Christopher · 15 years ago
  75. 7466927 Rename SplitEditor::rewrite to finish() and break it out into a couple of new by Jakob Stoklund Olesen · 15 years ago
  76. d82de83 Avoid compiler warning: comparison between signed and unsigned integer. by Evan Cheng · 15 years ago
  77. a32181a Extract method ProcessUses from LocalRewriter::RewriteMBB. Both parent and child by Jakob Stoklund Olesen · 15 years ago
  78. 657985e Do not check that the bodies of two defs of same linkonce global are the same. by Anton Korobeynikov · 15 years ago
  79. 56ac907 Implement a few more binary encoding bits. Still very early stage proof-of- by Jim Grosbach · 15 years ago
  80. 63139448 Allow << streaming of MCOperand. by Jim Grosbach · 15 years ago
  81. 54f32e6 Classify value numbers into connected components in linear time. by Jakob Stoklund Olesen · 15 years ago
  82. ff9dfed Call InitSections in llc and clang so that the binaries produced by them by Rafael Espindola · 15 years ago
  83. c2921ea Filter out illegal formulae after updating offsets, not before, so that by Dan Gohman · 15 years ago
  84. ec37b00 Recommit 116056, now with the missing file... by Cameron Esfahani · 15 years ago
  85. e95f319 Don't waste time unfolding simple loads. The unfolded copy won't be hoisted. by Evan Cheng · 15 years ago
  86. 1aca5bc Fix operand latency computation in cases where the definition operand is by Evan Cheng · 15 years ago
  87. 95b4672 CrashRecovery: Fix raise() override to actually send the right signal, *cough*. by Daniel Dunbar · 15 years ago
  88. bb16824 A few 80 column cleanups by Jim Grosbach · 15 years ago
  89. 9ed2cee trailing whitespace by Jim Grosbach · 15 years ago
  90. 3e09413 Reapply 116059, this time without the fatfingered pasto at the top. by Jim Grosbach · 15 years ago
  91. 2cee75a Reverting 116059. Bots are unhappy with it. by Jim Grosbach · 15 years ago
  92. 5900201 reverting 116056: win64_params.ll may need to be conditionalized? by Andrew Trick · 15 years ago
  93. b2bada3 Line number 0 indicates there is no source line/file name info available for this construct. by Devang Patel · 15 years ago
  94. 461caba 'const'ify getMachineOpValue() and associated helpers. by Jim Grosbach · 15 years ago
  95. ca52c8b Start separating out code metrics into code size metrics and code performance metrics. Partial Specialization will apply the former to function specializations, and the latter to all callsites that can use a specialization, in order to decide whether to create a specialization by Kenneth Uildriks · 15 years ago
  96. d7b8d91 Small patch to restore home register stack space allocation for the Win64 case. Add test case. This code eventually needs to be tighter, since it's always allocating it, even in leaf routines. by Cameron Esfahani · 15 years ago
  97. 7d24705 Change register allocation order for ARM VFP and NEON registers to put the by Bob Wilson · 15 years ago
  98. 4075546 testcase that goes with r116053 by Chris Lattner · 15 years ago
  99. d043529 fix a subtle bug I introduced in my refactoring, where we stopped preferring by Chris Lattner · 15 years ago
  100. 77c7008 rename test by Chris Lattner · 15 years ago