1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. feb8893 Support more insane CEP's in AsmPrinter (Yes, PyPy folks do really use them). by Anton Korobeynikov · 17 years ago
  3. 9de1934 Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be applied by Anton Korobeynikov · 17 years ago
  4. cc41586 Much improved pic jumptable codegen: by Evan Cheng · 17 years ago
  5. eb57ea7 Make labels work in asm blocks; allow labels as by Dale Johannesen · 17 years ago
  6. 0c8a13b Don't output ABI size padding twice. By using the store by Duncan Sands · 17 years ago
  7. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  8. 347d39f Revert 42908 for now. by Evan Cheng · 17 years ago
  9. 8ddde0a Change the names used for internal labels to use the current by Dan Gohman · 17 years ago
  10. fcf4d24 Implement ppc long double->uint conversion. by Dale Johannesen · 17 years ago
  11. 30d4254 Call getFunctionNumber() instead of referencing FunctionNumber directly, by Dan Gohman · 17 years ago
  12. a7ac2bd Fix stride computations for long double arrays. by Dale Johannesen · 17 years ago
  13. 4292d1c minor long double related changes by Dale Johannesen · 17 years ago
  14. 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 17 years ago
  15. 189f80d Add a routine for emitting .file directives, for setting up by Dan Gohman · 17 years ago
  16. ce61328 Don't pass back a reference to a temporary. by Bill Wendling · 17 years ago
  17. 5f19cf5 The exception handling function info should be reset for each new by Bill Wendling · 17 years ago
  18. 6e19896 Objective-C was generating EH frame info like this: by Bill Wendling · 17 years ago
  19. 92dfe20 Remove isReg, isImm, and isMBB, and change all their users to use by Dan Gohman · 17 years ago
  20. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  21. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  22. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  23. 325be7c Proper handle case, when aliasee is external weak symbol referenced only by alias itself. by Anton Korobeynikov · 17 years ago
  24. b753a9b move this check. ppc outputs .no_dead_strip properly by Andrew Lenharth · 17 years ago
  25. 286d569 Print a space between the comment character and the basic block name, by Dan Gohman · 17 years ago
  26. 73a259a EmitAlignment() also emits optional fill value. by Evan Cheng · 17 years ago
  27. 916d07c Global ctors / dtors alignment shouldn't be hard-coded at 4. e.g. It could be 8 for 64-bit targets. by Evan Cheng · 17 years ago
  28. 3a42053 Fix the asmprinter so that a globalvalue can specify an explicit alignment by Chris Lattner · 17 years ago
  29. 1997473 Drop 'const' by Devang Patel · 17 years ago
  30. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  31. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  32. 1f6f4c7 Clean up multi-line asam string printing. Instead of printing: by Chris Lattner · 17 years ago
  33. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  34. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  35. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  36. 00d56b9 modify per review commentary by Dale Johannesen · 17 years ago
  37. 19f5469 make EmitAlignment work the way Chris says it should by Dale Johannesen · 17 years ago
  38. fb269cf Small eye-candy: use asciz directive everywhere, where possible. by Anton Korobeynikov · 17 years ago
  39. bacd304 Exception handling support. by Jim Laskey · 17 years ago
  40. bda9b0e Add support for changes in DwarfWriter. by Jim Laskey · 17 years ago
  41. 4c3a5f8 test commit (blank line) by Dale Johannesen · 17 years ago
  42. 9d6565a For PR1195: by Reid Spencer · 17 years ago
  43. 7f6b9d2 eliminate temporary vectors. by Chris Lattner · 18 years ago
  44. b0c39a3 encapsulate the rest of the StructLayout members. by Chris Lattner · 18 years ago
  45. b1919e2 Privatize StructLayout::MemberOffsets, adding an accessor by Chris Lattner · 18 years ago
  46. 4b09252 Oops, swap this. This fixes a regression I introduced in the ARM backend. by Chris Lattner · 18 years ago
  47. b6a24bf Fix PR1178 by Chris Lattner · 18 years ago
  48. 13b7d3d Fixing silly "not-implemented" bug in AsmPrinter. This fixes PR1169. by Anton Korobeynikov · 18 years ago
  49. 29bf16a Emit labels as label_n and not as debug_n by Jim Laskey · 18 years ago
  50. b82313f Support for non-landing pad exception handling. by Jim Laskey · 18 years ago
  51. 44c3b9f Change the MachineDebugInfo to MachineModuleInfo to better reflect usage by Jim Laskey · 18 years ago
  52. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  53. f1cdea1 Migrate print routines to asm to be shared by exception handling. by Jim Laskey · 18 years ago
  54. fad2912 Fix a bunch of inline asm failures by Chris Lattner · 18 years ago
  55. 393a8ee add new JumpTableSpecialLabelPrefix hook to asmprinter for jumptable emission. by Chris Lattner · 18 years ago
  56. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  57. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  58. a875df3 Simplify code by Chris Lattner · 18 years ago
  59. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  60. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  61. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  62. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  63. 4785781 For PR950: by Reid Spencer · 18 years ago
  64. 246dd65 Just print integer constants as signed values. The actual signedness by Reid Spencer · 18 years ago
  65. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  66. 15404d0 move ExtWeakSymbols to AsmPrinter by Rafael Espindola · 18 years ago
  67. acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
  68. ddc9401 split up inttoptr from ptrtoint handling, the cases aren't similar at all. by Chris Lattner · 18 years ago
  69. cb0a681 the operand of a bitcast is always the right size, just emit it in place. by Chris Lattner · 18 years ago
  70. 86b89e5 Tidy up a bit. by Reid Spencer · 18 years ago
  71. 15f46d6 Change inferred cast creation calls to more specific cast creations. by Reid Spencer · 18 years ago
  72. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  73. bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 18 years ago
  74. 3da59db For PR950: by Reid Spencer · 18 years ago
  75. 0374248 Global label not handled correctly. by Jim Laskey · 18 years ago
  76. 41349c1 Add a printSetLabel that takes two id's. by Evan Cheng · 18 years ago
  77. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 18 years ago
  78. 0737188 don't print dead jump tables by Chris Lattner · 18 years ago
  79. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 18 years ago
  80. b83eb64 For PR950: by Reid Spencer · 18 years ago
  81. 99e41ee Clean up interface to getGlobalLinkName. by Jim Laskey · 18 years ago
  82. a1a19f8 Basic support for getGlobalLinkName. by Jim Laskey · 18 years ago
  83. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 18 years ago
  84. 0336fdb If a target uses a GOT, put it in the jt data section, not the text by Chris Lattner · 18 years ago
  85. 9c78ecb Don't crash if an MBB doesn't have an LLVM BB by Chris Lattner · 18 years ago
  86. e08d6e9 Emit pic jumptables to the same section that the function is emitted to, by Chris Lattner · 18 years ago
  87. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 18 years ago
  88. 52f0670 move getSectionForFunction to AsmPrinter by Chris Lattner · 18 years ago
  89. faf1dae Use $( $| $) to represent alternatives in asm blocks instead of {|}. This by Chris Lattner · 18 years ago
  90. f8f791e simplify code by Chris Lattner · 18 years ago
  91. bae02cf Add support for ${:private} which prints "L" on darwin. by Chris Lattner · 18 years ago
  92. 3ce9b67 Add support for ${:comment}, which expands to the current target's comment by Chris Lattner · 18 years ago
  93. cb05af8 Add support for targets that want to do something with the llvm.used list, by Chris Lattner · 18 years ago
  94. beec30e Add support for other relocation bases to jump tables, as well as custom asm directives by Andrew Lenharth · 18 years ago
  95. 303c622 oops by Andrew Lenharth · 18 years ago
  96. 3fbd678 absolute addresses must match pointer size by Andrew Lenharth · 18 years ago
  97. d5a99d7 Use MachineConstantPoolEntry getOffset() and getType() accessors. by Evan Cheng · 18 years ago
  98. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
  99. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  100. 61c958e Fix pasto that was breaking x86 tests. by Evan Cheng · 18 years ago