1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  3. 347d39f Revert 42908 for now. by Evan Cheng · 17 years ago
  4. 8ddde0a Change the names used for internal labels to use the current by Dan Gohman · 17 years ago
  5. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 17 years ago
  6. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 18 years ago
  7. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  8. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  9. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  10. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  11. d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 18 years ago
  12. 3ed469c For PR786: by Reid Spencer · 18 years ago
  13. 29bd9e1 Use getSectionForFunction by Chris Lattner · 18 years ago
  14. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  15. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  16. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  17. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  18. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 18 years ago
  19. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  20. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  21. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  22. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 18 years ago
  23. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 18 years ago
  24. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 18 years ago
  25. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  26. 04f9674 Add support for 'special' llvm globals like debug info and static ctors/dtors. by Chris Lattner · 18 years ago
  27. a34544d Don't print constant initializers, they may span lines now. by Chris Lattner · 18 years ago
  28. 4509047 Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires by Chris Lattner · 18 years ago
  29. ad7a3e6 Use the auto-generated call matcher. Remove a broken impl of the frameaddr/returnaddr by Chris Lattner · 19 years ago
  30. 7c90f73 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 19 years ago
  31. 6788faa compactify all of the integer conditional moves into one instruction that takes by Chris Lattner · 19 years ago
  32. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  33. 4fca017 Don't print a label for the first MBB in a function. by Chris Lattner · 19 years ago
  34. 379e6c0 The sun assembler only supports .xword in V9 mode. by Chris Lattner · 19 years ago
  35. 7a48e50 Configure the asmwriter to allow constant pools to be printed correctly by Chris Lattner · 19 years ago
  36. 76acc87 Add constant pool support, including folding into addresses. by Chris Lattner · 19 years ago
  37. e1389ad Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, by Chris Lattner · 19 years ago
  38. bc83fd9 Add basic addressing mode support and one load. by Chris Lattner · 19 years ago
  39. 967abf3 Use the AsmPrinter for global variable init printing. This eliminates a by Chris Lattner · 19 years ago
  40. b5e9eb6 Switch constant pool printing over to use the Shared AsmPrinter version by Chris Lattner · 19 years ago
  41. 1dbed16 Use the shared AsmPrinter code for some basic stuff. No functionality by Chris Lattner · 19 years ago
  42. 0d8fcd3 Convert the remaining instructions over, branches and calls. Fix a couple by Chris Lattner · 19 years ago
  43. 3c1c514 remove some dead code by Chris Lattner · 19 years ago
  44. 17392e0 asmprint pseudo instrs by Chris Lattner · 19 years ago
  45. d4f2ab5 Autogenerate asmprinter for F3_2 instructions by Chris Lattner · 19 years ago
  46. 1c4f435 Switch F3_1 instructions over to use AsmStrings by Chris Lattner · 19 years ago
  47. 994b735 Plug in basic hooks for an autogenerated asm printer to fill in. by Chris Lattner · 19 years ago
  48. b8df7c2 Promote dependency for MathExtras.h out of Constants.h. by Jim Laskey · 19 years ago
  49. cb6682f Culling out use of unions for converting FP to bits and vice versa. by Jim Laskey · 19 years ago
  50. 27177f8 Convert tabs to spaces by Misha Brukman · 19 years ago
  51. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  52. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  53. 3bf960c Fix asm-printing directives (how did we not see this before...apparently, by Brian Gaeke · 20 years ago
  54. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  55. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
  56. 54799c2 Support UndefValue emission. by Brian Gaeke · 20 years ago
  57. 6fdd9e1 Don't use .quad to output double constants. The assembler must have a bug or by Brian Gaeke · 20 years ago
  58. b27df44 Put quotes around argument to .section directive. by Brian Gaeke · 20 years ago
  59. 74dfcf1 Back to compiling land for v8 by Brian Gaeke · 20 years ago
  60. cdf7012 getValues is gone by Chris Lattner · 20 years ago
  61. 7330248 CPR fixes by Chris Lattner · 20 years ago
  62. d303a20 Add special handling for pseudo-instructions (print them as comments). by Brian Gaeke · 20 years ago
  63. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 20 years ago
  64. 8a0ae9e Support printing constant pool indices. by Brian Gaeke · 20 years ago
  65. f54ef97 * LowercaseString moved to StringExtras.h * Wrap long line to 80 cols by Misha Brukman · 20 years ago
  66. af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago
  67. 9d2427c .zero doesn't work in the Solaris assembler. by Brian Gaeke · 20 years ago
  68. ceb2241 Support printing base+offset pairs where the offset is a register. by Brian Gaeke · 20 years ago
  69. 8308d04 Emit stores correctly; don't fail an assertion. by Brian Gaeke · 20 years ago
  70. 09c1309 Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. by Brian Gaeke · 20 years ago
  71. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  72. 446ae11 Allow special-casing of operand printing based on opcode. Print by Brian Gaeke · 20 years ago
  73. 143e0ea Adjust to new TM interfaces by Chris Lattner · 20 years ago
  74. 8005ed3 Don't print [%reg + 0], just print [%reg] by Brian Gaeke · 20 years ago
  75. fa4bb09 Fix bug in printing loads. by Brian Gaeke · 20 years ago
  76. 1c38175 First attempt at special-casing printing of [%reg + offset] for by Brian Gaeke · 20 years ago
  77. a778ca5 Add support for printing pc-relative displacements of functions (as used in by Brian Gaeke · 20 years ago
  78. 54cc3c2 The .type directive on Solaris uses the # character instead of @. by Brian Gaeke · 20 years ago
  79. 79db740 Use ! for comment char; it works in both Solaris as and GAS. by Brian Gaeke · 20 years ago
  80. a8b00ca Emit register names in lowercase, as required by the assembler. by Brian Gaeke · 20 years ago
  81. 62aa28a Asm output is looking a lot better; not correct for all operands yet though. by Brian Gaeke · 20 years ago
  82. 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 20 years ago