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. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  6. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 17 years ago
  7. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  8. de268f7 Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift(). by Evan Cheng · 18 years ago
  9. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  10. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  11. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  12. d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 18 years ago
  13. edad2b7 implement and 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. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 18 years ago
  18. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  19. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  20. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  21. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 18 years ago
  22. 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
  23. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 18 years ago
  24. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  25. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 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. 00d3d44 by Duraid Madina · 18 years ago
  28. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  29. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  30. 42a76cd Eliminate unneeded intermediate class. Move doFinalizeMethod to bottom of file. by Chris Lattner · 19 years ago
  31. 3dfbe2e Start using shared asmprinter Constant Pool emitter, use shorter cpi names. by Chris Lattner · 19 years ago
  32. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 19 years ago
  33. 2ec30b5 Use PrivateGlobalPrefix for basic block labels by Chris Lattner · 19 years ago
  34. 4bfa3a3 Start using SwitchSection, allowing globals and functions to be emitted by Chris Lattner · 19 years ago
  35. 62cbf2a Rename SwitchSection -> switchSection to avoid conflicting with a future change. by Chris Lattner · 19 years ago
  36. 81a994e Start using PrivateGlobalPrefix correctly by Chris Lattner · 19 years ago
  37. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago
  38. 7847fca Convert tabs to spaces by Misha Brukman · 19 years ago
  39. 4633f1c Remove trailing whitespace by Misha Brukman · 19 years ago
  40. 1ce0c01 print negative 64 bit immediates as negative numbers, makes things a little by Duraid Madina · 19 years ago
  41. 5ef2ec9 assorted fixes: by Duraid Madina · 19 years ago
  42. e6a0b6c teach asmprinter to print s8/s14 operands by Duraid Madina · 19 years ago
  43. 162a837 .bss is no problem here. by Duraid Madina · 19 years ago
  44. 32c46f3 ia64 asmprinter fixes: by Duraid Madina · 19 years ago
  45. 1f867b1 * declare local common symbols as such (.lcomm, not merely .common) by Duraid Madina · 19 years ago
  46. ae8bd73 Emit .global @function and .global @object entries so the Intel ias by Duraid Madina · 19 years ago
  47. 3c61f70 fix a compilation error, patch contributed by Bill Wendling! by Chris Lattner · 19 years ago
  48. 12cf385 Stop using deprecated interface. by Alkis Evlogimenos · 19 years ago
  49. 9b9d45f and so it begins... by Duraid Madina · 19 years ago