1. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  2. 3bf960c Fix asm-printing directives (how did we not see this before...apparently, by Brian Gaeke · 20 years ago
  3. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  4. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
  5. 54799c2 Support UndefValue emission. by Brian Gaeke · 20 years ago
  6. 6fdd9e1 Don't use .quad to output double constants. The assembler must have a bug or by Brian Gaeke · 20 years ago
  7. b27df44 Put quotes around argument to .section directive. by Brian Gaeke · 20 years ago
  8. 74dfcf1 Back to compiling land for v8 by Brian Gaeke · 20 years ago
  9. cdf7012 getValues is gone by Chris Lattner · 20 years ago
  10. 7330248 CPR fixes by Chris Lattner · 20 years ago
  11. d303a20 Add special handling for pseudo-instructions (print them as comments). by Brian Gaeke · 20 years ago
  12. 7e540fe Fix bug where SwitchSection would fail to change to ".bss" successfully. by Brian Gaeke · 20 years ago
  13. 8a0ae9e Support printing constant pool indices. by Brian Gaeke · 20 years ago
  14. f54ef97 * LowercaseString moved to StringExtras.h * Wrap long line to 80 cols by Misha Brukman · 20 years ago
  15. af0492e Rename the load and store opcodes. The non-fp ones only have one by Brian Gaeke · 20 years ago
  16. 9d2427c .zero doesn't work in the Solaris assembler. by Brian Gaeke · 20 years ago
  17. ceb2241 Support printing base+offset pairs where the offset is a register. by Brian Gaeke · 20 years ago
  18. 8308d04 Emit stores correctly; don't fail an assertion. by Brian Gaeke · 20 years ago
  19. 09c1309 Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp. by Brian Gaeke · 20 years ago
  20. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 20 years ago
  21. 446ae11 Allow special-casing of operand printing based on opcode. Print by Brian Gaeke · 20 years ago
  22. 143e0ea Adjust to new TM interfaces by Chris Lattner · 20 years ago
  23. 8005ed3 Don't print [%reg + 0], just print [%reg] by Brian Gaeke · 20 years ago
  24. fa4bb09 Fix bug in printing loads. by Brian Gaeke · 20 years ago
  25. 1c38175 First attempt at special-casing printing of [%reg + offset] for by Brian Gaeke · 20 years ago
  26. a778ca5 Add support for printing pc-relative displacements of functions (as used in by Brian Gaeke · 20 years ago
  27. 54cc3c2 The .type directive on Solaris uses the # character instead of @. by Brian Gaeke · 20 years ago
  28. 79db740 Use ! for comment char; it works in both Solaris as and GAS. by Brian Gaeke · 20 years ago
  29. a8b00ca Emit register names in lowercase, as required by the assembler. by Brian Gaeke · 20 years ago
  30. 62aa28a Asm output is looking a lot better; not correct for all operands yet though. by Brian Gaeke · 20 years ago
  31. 4acfd03 Asm printer support, based on x86 - only prints mnemonics for now by Brian Gaeke · 20 years ago