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. 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. 2dc6dc6 Change the x86 backend to use extract_subreg for truncation operations. Passes DejaGnu, SingleSource and MultiSource. by Christopher Lamb · 17 years ago
  7. b8275a3 Don't ignore the return value of AsmPrinter::doInitialization and by Dan Gohman · 17 years ago
  8. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  9. 09b362c Comment out usage of write() for now. by Jeff Cohen · 17 years ago
  10. 5d4d7f1 Make Microsoft assembler and linker happy. by Jeff Cohen · 17 years ago
  11. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 17 years ago
  12. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  13. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 18 years ago
  14. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  15. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  16. 0bb3af9 Fix PR1061 and CodeGen/X86/2006-12-19-IntelSyntax.ll by Chris Lattner · 18 years ago
  17. 3ed469c For PR786: by Reid Spencer · 18 years ago
  18. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 18 years ago
  19. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 18 years ago
  20. b83eb64 For PR950: by Reid Spencer · 18 years ago
  21. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 18 years ago
  22. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  23. e87e115 Various random and minor code cleanups. by Chris Lattner · 18 years ago
  24. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 18 years ago
  25. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 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. cbe70e1 Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. by Evan Cheng · 18 years ago
  30. 138a24e Remove a couple of bogus casts. by Evan Cheng · 18 years ago
  31. 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 18 years ago
  32. 7faec9b Implement MASM sections correctly, without a "has masm sections flag" and a bunch of special case code. by Chris Lattner · 18 years ago
  33. c9260a1 MASM doesn't have one of these. by Chris Lattner · 18 years ago
  34. e7027d5 Preserve prior behavior by Chris Lattner · 18 years ago
  35. dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 18 years ago
  36. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 18 years ago
  37. 403be7e Fixing truncate. Previously we were emitting truncate from r16 to r8 as by Evan Cheng · 18 years ago
  38. d43b18d Fix some loose ends in MASM support. by Jeff Cohen · 18 years ago
  39. 8f7f712 Better implementation of truncate. ISel matches it to a pseudo instruction by Evan Cheng · 18 years ago
  40. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  41. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  42. 10efcfa Make external globals public; other minor cleanup. by Jeff Cohen · 18 years ago
  43. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  44. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 18 years ago
  45. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 18 years ago
  46. 51b776d De-virtualize SwitchSection. by Jeff Cohen · 18 years ago
  47. c6a057b De-virtualize EmitZeroes. by Jeff Cohen · 18 years ago
  48. 4f1ea1e Finish support for Microsoft ML/MASM. May still be a few rough edges. by Jeff Cohen · 18 years ago
  49. c884db4 Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more work). by Jeff Cohen · 18 years ago
  50. 99f2632 Remove %'s from register names when in intel mode. by Chris Lattner · 18 years ago
  51. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 18 years ago
  52. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 18 years ago
  53. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 18 years ago
  54. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  55. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 18 years ago
  56. 99db044 Change interface to DwarfWriter. by Jim Laskey · 18 years ago
  57. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  58. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 18 years ago
  59. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 18 years ago
  60. a09bd81 Fixed ConstantPoolIndex operand asm print bug. This fixed 2005-07-17-INT-To-FP by Evan Cheng · 18 years ago
  61. 404cb4f Added an offset field to ConstantPoolSDNode. by Evan Cheng · 18 years ago
  62. a0ea053 PIC related bug fixes. by Evan Cheng · 18 years ago
  63. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 18 years ago
  64. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 18 years ago
  65. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 19 years ago
  66. a3b8c57 Eliminate the printCallOperand method, using a 'call' modifier on by Chris Lattner · 19 years ago
  67. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  68. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 19 years ago
  69. 345c3f3 Fixed a minor bug: - -offset != offset iff offset == MININT by Evan Cheng · 19 years ago
  70. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 19 years ago
  71. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 19 years ago
  72. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 19 years ago
  73. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 19 years ago
  74. 64965ba Use PrivateGlobalPrefix for basic block labels. This allows the x86 darwin by Chris Lattner · 19 years ago
  75. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 19 years ago
  76. c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 19 years ago
  77. 6c7cb29 Add support for printing the sse scalar comparison instruction mnemonics. by Nate Begeman · 19 years ago
  78. 6a709a4 Percolate the call up to the right superclass by Chris Lattner · 19 years ago
  79. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 19 years ago