1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 17 years ago
  3. e40740b Oops. Debugging code shouldn't have been checked in. by Evan Cheng · 17 years ago
  4. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  5. c498b02 Clean up sub-register implementation by moving subReg information back to by Evan Cheng · 17 years ago
  6. ed2fc71 Unbreak x86-64 jumptable. by Evan Cheng · 17 years ago
  7. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  8. fe6575c Fix PR1761 by not printing (rip) suffix when in -static mode. by Chris Lattner · 17 years ago
  9. fb7f343 Add support for the x86-64 'q' regigster modifier, and add support for the by Chris Lattner · 17 years ago
  10. 347d39f Revert 42908 for now. by Evan Cheng · 17 years ago
  11. 8ddde0a Change the names used for internal labels to use the current by Dan Gohman · 17 years ago
  12. 4e8e831 Change a space to a tab in the assembly output of a .globl directive by Dan Gohman · 17 years ago
  13. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  14. 92dfe20 Remove isReg, isImm, and isMBB, and change all their users to use by Dan Gohman · 17 years ago
  15. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 17 years ago
  16. a9f6434 Change a .size directive to use a tab instead of a space, for consistency. by Dan Gohman · 17 years ago
  17. 825811d Use tabs more consistently in assembler pseudo-ops. by Dan Gohman · 17 years ago
  18. 2dc6dc6 Change the x86 backend to use extract_subreg for truncation operations. Passes DejaGnu, SingleSource and MultiSource. by Christopher Lamb · 17 years ago
  19. ad5e9ca Mac OS X should use 0x90 to fill in gaps to satisfy function alignment requirements. by Evan Cheng · 17 years ago
  20. d88ea4d Functions with LinkOnce and weak linkage still need to be aligned. Doh. by Evan Cheng · 17 years ago
  21. 63491b2 Delete the svn:executable property on these files, which aren't executable. by Dan Gohman · 17 years ago
  22. 8bc49c2 Say AT&T instead of Intel in the comments for AT&T support. by Dan Gohman · 17 years ago
  23. af67ea7 Eliminate some redundant newlines in asm output. by Dan Gohman · 17 years ago
  24. 111354f Misuse of hasExternalLinkage(), should be checking isDeclaration(). by Evan Cheng · 17 years ago
  25. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 17 years ago
  26. 6f9896f Implement protected visibility. This partly implements PR1363. Linker by Anton Korobeynikov · 17 years ago
  27. 2a3250c Fix PR1339 and CodeGen/X86/dollar-name.ll by Dan Gohman · 17 years ago
  28. 7d2cc2b X86 TLS: fix and optimize the implementation of "initial exec" model. by Lauro Ramos Venancio · 17 years ago
  29. b3a0417 Implement "general dynamic", "initial exec" and "local exec" TLS models for by Lauro Ramos Venancio · 17 years ago
  30. d15dff2 rename X86FunctionInfo to X86MachineFunctionInfo to match the header file by Chris Lattner · 17 years ago
  31. 1439352 Allow the b/h/w/k constraints to be applied to values that have multiple alternatives, and end up not being registers. by Chris Lattner · 17 years ago
  32. 7cd5e07 Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll by Chris Lattner · 17 years ago
  33. 6641309 External weak linkage is supported by recent binutils on mingw32. by Anton Korobeynikov · 17 years ago
  34. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  35. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  36. b482872 Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on X86. The %c modifier by Chris Lattner · 18 years ago
  37. ae19abc - Target PIC style is no longer affected by relocation model. by Evan Cheng · 18 years ago
  38. 071b9d5 Minor code clean up. by Evan Cheng · 18 years ago
  39. 5032e5a * Fix one more bug in PIC codegen: extra load is needed for *all* by Anton Korobeynikov · 18 years ago
  40. d05ca65 Emit symbol type information for ELF/COFF targets by Anton Korobeynikov · 18 years ago
  41. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 18 years ago
  42. 5b3a48d add a missing else. This caused globals to be printed as: by Chris Lattner · 18 years ago
  43. fd92ec4 darwin doesn't use .hidden. Disable this until we fix it right. by Chris Lattner · 18 years ago
  44. 32c9a45 Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.ll by Chris Lattner · 18 years ago
  45. ae77c7b remove dead code, frameindices must be resolve before the asmprinter runs. by Chris Lattner · 18 years ago
  46. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 18 years ago
  47. d5f317d As PR1085 was fixed, back out workaround by Anton Korobeynikov · 18 years ago
  48. cea9d1d gcc often inserts it's own names for sections (e.g. by Anton Korobeynikov · 18 years ago
  49. 317848f Really big cleanup. by Anton Korobeynikov · 18 years ago
  50. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  51. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  52. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 18 years ago
  53. 35c1c04 Asm printing bug. by Evan Cheng · 18 years ago
  54. 6d7d310 Minor code clean up. by Evan Cheng · 18 years ago
  55. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 18 years ago
  56. d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 18 years ago
  57. 6345d75 Removed even more std::cerr and #include <iostream> things. by Bill Wendling · 18 years ago
  58. 0d92499 implement the 'c' inline asm modifier character by Chris Lattner · 18 years ago
  59. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 18 years ago
  60. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 18 years ago
  61. b1c8802 Fixed mingw\cygwin linkonce linkage once again. by Anton Korobeynikov · 18 years ago
  62. b7188b1 Adding linkonce linkage codegeneration support for mingw32\cygwin targets. by Anton Korobeynikov · 18 years ago
  63. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 18 years ago
  64. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  65. e87e115 Various random and minor code cleanups. by Chris Lattner · 18 years ago
  66. f824868 Adding codegeneration for StdCall & FastCall calling conventions by Anton Korobeynikov · 18 years ago
  67. bcb9770 Added some eye-candy for Subtarget type checking by Anton Korobeynikov · 18 years ago
  68. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  69. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  70. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  71. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  72. c9676de Minor asm fix. by Evan Cheng · 18 years ago
  73. 67afece On Mac, print jump table entries after the function to work around a linker issue. by Evan Cheng · 18 years ago
  74. ea34858 Use the predicate. by Jim Laskey · 18 years ago
  75. 2f1ae88 Support jump tables when in PIC relocation model by Nate Begeman · 18 years ago
  76. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 18 years ago
  77. e29c2f5 Bug#834 ICE (crash in code generator?) when building PCH . by Jim Laskey · 18 years ago
  78. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 18 years ago
  79. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 18 years ago
  80. cbe70e1 Rename ASM modifier trunc8, trunc16 to subreg8, subreg16. by Evan Cheng · 18 years ago
  81. 138a24e Remove a couple of bogus casts. by Evan Cheng · 18 years ago
  82. 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 18 years ago
  83. 069287d X86 integer register classes naming changes. Make them consistent with FP, vector classes. by Evan Cheng · 18 years ago
  84. dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 18 years ago
  85. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 18 years ago
  86. 403be7e Fixing truncate. Previously we were emitting truncate from r16 to r8 as by Evan Cheng · 18 years ago
  87. 8f7f712 Better implementation of truncate. ISel matches it to a pseudo instruction by Evan Cheng · 18 years ago
  88. 2d90ac7 Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. by Chris Lattner · 18 years ago
  89. 63b3d71 There shalt be only one "immediate" operand type! by Chris Lattner · 18 years ago
  90. ea50fab Remove a bunch more SparcV9 specific stuff by Chris Lattner · 18 years ago
  91. 10f3597 Remove some more unused stuff from MachineInstr that was leftover from V9. by Chris Lattner · 18 years ago
  92. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 18 years ago
  93. 55c25f2 I can't spell: Register, not Regsiter. by Evan Cheng · 18 years ago
  94. 62f2700 Implemented x86 inline asm b, h, w, k modifiers. by Evan Cheng · 18 years ago
  95. 3d48a90 Bare-bone X86 inline asm printer support. by Evan Cheng · 18 years ago
  96. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  97. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 18 years ago
  98. 99db044 Change interface to DwarfWriter. by Jim Laskey · 18 years ago
  99. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  100. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 18 years ago