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. ac06d00 Record debug location information in the Dwarf writer. by Bill Wendling · 16 years ago
  5. eb3fc28 by Devang Patel · 16 years ago
  6. ae94e59 Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are a bit more complicate than I expected. Both declarations and weak definitions still need a stub indirection. However, the stubs are in data section and they contain the addresses of the actual symbols. by Evan Cheng · 16 years ago
  7. 0c8e806 Drop obsolete hook and change all usage to new interface by Anton Korobeynikov · 16 years ago
  8. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  9. 94fb5f2 Make it compile on VC2005: by Cedric Venet · 16 years ago
  10. 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/X86ATTAsmPrinter.h]
  11. 77c8f76 Avoid unnecessary string construction during asm printing. by Evan Cheng · 16 years ago
  12. f0302cd Temporary rever invalid commit by Anton Korobeynikov · 16 years ago
  13. e51ab44 Move printing of module-level GVs into dedicated helper by Anton Korobeynikov · 16 years ago
  14. 31f9815 Use common naming convention by Anton Korobeynikov · 16 years ago
  15. 1ecf0ee Factor out stuff into helper function by Anton Korobeynikov · 16 years ago
  16. 75b6882 Remove X86SharedAsmPrinter by Anton Korobeynikov · 16 years ago
  17. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  18. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  19. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  20. 14db5ef Fix for visibility warnings generated by gcc-4.2. by Duncan Sands · 17 years ago
  21. 59a5873 Long double patch 4 of N: initial x87 implementation. by Dale Johannesen · 17 years ago
  22. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  23. 8bc49c2 Say AT&T instead of Intel in the comments for AT&T support. by Dan Gohman · 17 years ago
  24. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 18 years ago
  25. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  26. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  27. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  28. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 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. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  39. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 19 years ago
  40. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago