1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  3. 14db5ef Fix for visibility warnings generated by gcc-4.2. by Duncan Sands · 17 years ago
  4. 59a5873 Long double patch 4 of N: initial x87 implementation. by Dale Johannesen · 17 years ago
  5. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  6. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  7. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  8. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  9. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  10. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  11. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  12. 51b776d De-virtualize SwitchSection. by Jeff Cohen · 18 years ago
  13. c6a057b De-virtualize EmitZeroes. by Jeff Cohen · 18 years ago
  14. 4f1ea1e Finish support for Microsoft ML/MASM. May still be a few rough edges. by Jeff Cohen · 18 years ago
  15. c884db4 Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more work). by Jeff Cohen · 18 years ago
  16. 99f2632 Remove %'s from register names when in intel mode. by Chris Lattner · 18 years ago
  17. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 18 years ago
  18. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 18 years ago
  19. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 18 years ago
  20. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  21. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 18 years ago
  22. 470a6ad Added MMX, SSE1, and SSE2 vector instructions and some simple patterns. by Evan Cheng · 18 years ago
  23. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 18 years ago
  24. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 19 years ago
  25. 223547a - Allow XMM load (for scalar use) to be folded into ANDP* and XORP*. by Evan Cheng · 19 years ago
  26. 85a168a Fix a typo in my latest change by Nate Begeman · 19 years ago
  27. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  28. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 19 years ago
  29. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago