1. 2a6411b Reduce code duplication on the TLS implementation. by Rafael Espindola · 15 years ago
  2. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 15 years ago
  3. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 15 years ago
  4. d735b80 Switch the MachineOperand accessors back to the short names like by Dan Gohman · 16 years ago
  5. 0c8e806 Drop obsolete hook and change all usage to new interface by Anton Korobeynikov · 16 years ago
  6. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  7. 94fb5f2 Make it compile on VC2005: by Cedric Venet · 16 years ago
  8. 3c3bc48 Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) by Anton Korobeynikov · 16 years ago[Renamed from lib/Target/X86/X86IntelAsmPrinter.h]
  9. ae270f6 ATT asm printer just print register AsmName's instead of calling tolower on each charater of Name. This speeds it up by 10%. by Evan Cheng · 16 years ago
  10. 1c4b5ea Make intel asmprinter child of generic asmprinter, not x86 shared asm printer. This leads to some code duplication, which will be resolved later. by Anton Korobeynikov · 16 years ago
  11. 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 16 years ago
  12. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 16 years ago
  13. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  14. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  15. 14db5ef Fix for visibility warnings generated by gcc-4.2. by Duncan Sands · 17 years ago
  16. 59a5873 Long double patch 4 of N: initial x87 implementation. by Dale Johannesen · 17 years ago
  17. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  18. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  19. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  20. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  21. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  22. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  23. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  24. 51b776d De-virtualize SwitchSection. by Jeff Cohen · 18 years ago
  25. c6a057b De-virtualize EmitZeroes. by Jeff Cohen · 18 years ago
  26. 4f1ea1e Finish support for Microsoft ML/MASM. May still be a few rough edges. by Jeff Cohen · 18 years ago
  27. c884db4 Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more work). by Jeff Cohen · 18 years ago
  28. 99f2632 Remove %'s from register names when in intel mode. by Chris Lattner · 18 years ago
  29. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 18 years ago
  30. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 18 years ago
  31. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 18 years ago
  32. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  33. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 18 years ago
  34. 470a6ad Added MMX, SSE1, and SSE2 vector instructions and some simple patterns. by Evan Cheng · 18 years ago
  35. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 18 years ago
  36. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 19 years ago
  37. 223547a - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*. by Evan Cheng · 19 years ago
  38. 85a168a Fix a typo in my latest change by Nate Begeman · 19 years ago
  39. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  40. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 19 years ago
  41. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago