1. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
  2. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  3. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  4. 04f9674 Add support for 'special' llvm globals like debug info and static ctors/dtors. by Chris Lattner · 19 years ago
  5. 00d3d44 by Duraid Madina · 19 years ago
  6. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  7. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  8. 42a76cd Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of file. by Chris Lattner · 20 years ago
  9. 3dfbe2e Start using shared asmprinter Constant Pool emitter, use shorter cpi names. by Chris Lattner · 20 years ago
  10. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  11. 2ec30b5 Use PrivateGlobalPrefix for basic block labels by Chris Lattner · 20 years ago
  12. 4bfa3a3 Start using SwitchSection, allowing globals and functions to be emitted by Chris Lattner · 20 years ago
  13. 62cbf2a Rename SwitchSection -> switchSection to avoid conflicting with a future change. by Chris Lattner · 20 years ago
  14. 81a994e Start using PrivateGlobalPrefix correctly by Chris Lattner · 20 years ago
  15. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 20 years ago
  16. 7847fca Convert tabs to spaces by Misha Brukman · 20 years ago
  17. 4633f1c Remove trailing whitespace by Misha Brukman · 20 years ago
  18. 1ce0c01 print negative 64 bit immediates as negative numbers, makes things a little by Duraid Madina · 20 years ago
  19. 5ef2ec9 assorted fixes: by Duraid Madina · 20 years ago
  20. e6a0b6c teach asmprinter to print s8/s14 operands by Duraid Madina · 20 years ago
  21. 162a837 .bss is no problem here. by Duraid Madina · 20 years ago
  22. 32c46f3 ia64 asmprinter fixes: by Duraid Madina · 20 years ago
  23. 1f867b1 * declare local common symbols as such (.lcomm, not merely .common) by Duraid Madina · 20 years ago
  24. ae8bd73 Emit .global @function and .global @object entries so the Intel ias by Duraid Madina · 20 years ago
  25. 3c61f70 fix a compilation error, patch contributed by Bill Wendling! by Chris Lattner · 20 years ago
  26. 12cf385 Stop using deprecated interface. by Alkis Evlogimenos · 20 years ago
  27. 9b9d45f and so it begins... by Duraid Madina · 20 years ago