1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  3. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  4. 14db5ef Fix for visibility warnings generated by gcc-4.2. by Duncan Sands · 17 years ago
  5. 59a5873 Long double patch 4 of N: initial x87 implementation. by Dale Johannesen · 17 years ago
  6. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  7. 8bc49c2 Say AT&T instead of Intel in the comments for AT&T support. by Dan Gohman · 17 years ago
  8. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 18 years ago
  9. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  10. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  11. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  12. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  13. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 18 years ago
  14. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 18 years ago
  15. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 18 years ago
  16. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  17. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 18 years ago
  18. 470a6ad Added MMX, SSE1, and SSE2 vector instructions and some simple patterns. by Evan Cheng · 18 years ago
  19. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 18 years ago
  20. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 19 years ago
  21. 223547a - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*. by Evan Cheng · 19 years ago
  22. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  23. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 19 years ago
  24. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago