1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  2. 27c3105 Use ## for comment delimiter on darwin x86-32, so by Dale Johannesen · 17 years ago
  3. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  4. bebc364 On Darwin, GCC issues a ".globl" for something that has a "visibility protected" by Bill Wendling · 17 years ago
  5. 8213f9c Use enumeration for preffered EH dwarf encoding reason by Anton Korobeynikov · 17 years ago
  6. fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
  7. cee750f Preparation step for some cleanup/generalization in EH information emission: by Anton Korobeynikov · 17 years ago
  8. 4af3494 Fix and enable EH for x86-64 Darwin. Adds by Dale Johannesen · 17 years ago
  9. c7406ae Weak things initialized to 0 don't go in bss on Darwin. by Dale Johannesen · 17 years ago
  10. 038129d Emit unused EH frames for weak definitions on Darwin, by Dale Johannesen · 17 years ago
  11. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  12. 1d4ce2a Fix .eh table linkage issues on Darwin. Some EH support by Dale Johannesen · 17 years ago
  13. b1d40d9 Revert previous; these files aren't ready to go in yet. by Dale Johannesen · 17 years ago
  14. b97aec6 Add parameter to getDwarfRegNum to permit targets by Dale Johannesen · 17 years ago
  15. ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 17 years ago
  16. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 17 years ago
  17. adbda02 Add the PCSymbol for Darwin x86 platforms. by Bill Wendling · 17 years ago
  18. 095546c Use only 1 knob to enable exceptions on Darwin :). by Anton Korobeynikov · 17 years ago
  19. 6994040 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 17 years ago
  20. 59db3ec Minor cleanup: by Anton Korobeynikov · 17 years ago
  21. 2365f51 Long live the exception handling! by Anton Korobeynikov · 17 years ago
  22. 6445f61 Remove a redundant newline in the asm output for ELF .rodata sections. by Dan Gohman · 17 years ago
  23. 0ff3ca4 More DWARF-related things cleanup: by Anton Korobeynikov · 17 years ago
  24. 2a07e2f Emit sections/directives in the proper order. This fixes PR1376. Also, by Anton Korobeynikov · 17 years ago
  25. 6f858e2 Sets the section names for fixed-size constants and use the mergeable by Dan Gohman · 17 years ago
  26. 79dda2b Fix couple of bugs connected with eh info: by Anton Korobeynikov · 17 years ago
  27. edb4a6b Use correct PC symbol by Anton Korobeynikov · 17 years ago
  28. 71144d8 Adjust correct EH-related sections by Anton Korobeynikov · 17 years ago
  29. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  30. 3e9f1d0 fix breakage from last night, simplify code. by Chris Lattner · 18 years ago
  31. f0b5d56 Put constant data to .const, .const_data, .literal{4|8|16} sections. by Evan Cheng · 18 years ago
  32. a6199c8 Fix DWARF debugging information on x86/Linux and (hopefully) by Anton Korobeynikov · 18 years ago
  33. 6641309 External weak linkage is supported by recent binutils on mingw32. by Anton Korobeynikov · 18 years ago
  34. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 18 years ago
  35. b266ccd Modify emission of jump tables on darwin to emit an extra "l" label that by Chris Lattner · 18 years ago
  36. 42ca450 darwin doesn't support .bss, but it does have .zerofill by Chris Lattner · 18 years ago
  37. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 18 years ago
  38. 1150286 Make inline ASM the INTEL one if it's in that emission mode. by Bill Wendling · 18 years ago
  39. eb9a42c Fix for PR1095: by Bill Wendling · 18 years ago
  40. 42a7551 rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. by Chris Lattner · 18 years ago
  41. 9e1b1cf Make use of isInteger vs isIntegral more explicit by Chris Lattner · 18 years ago
  42. 1a85645 No hidden visiblity on Mingw32/Cygwin by Anton Korobeynikov · 18 years ago
  43. 43bbc5c add support for hidden visibility to darwin/x86 by Chris Lattner · 18 years ago
  44. 286bf46 remove over-general code. by Chris Lattner · 18 years ago
  45. 7aa8a45 Adjust #includes to compensate for lost of DerivedTypes.h in TargetLowering.h by Reid Spencer · 18 years ago
  46. a54b7cb For PR1064: by Reid Spencer · 18 years ago
  47. 52a457c relax type by Chris Lattner · 18 years ago
  48. a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 18 years ago
  49. f54ad97 Remove two useless bit casts. by Reid Spencer · 18 years ago
  50. 317848f Really big cleanup. by Anton Korobeynikov · 18 years ago
  51. 4785781 For PR950: by Reid Spencer · 18 years ago
  52. 24287dd Fix for PR1059: http://llvm.org/PR1059 by Anton Korobeynikov · 18 years ago
  53. 8752ce6 Add weak reference directive. by Evan Cheng · 18 years ago
  54. 5d52135 Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx / by Chris Lattner · 18 years ago
  55. 625bd05 Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the by Chris Lattner · 18 years ago
  56. 3057979 Identities are default now by Andrew Lenharth · 18 years ago
  57. 6c0695f X86 asm -> gcc asm translation table (incomplete) by Andrew Lenharth · 18 years ago
  58. ab4022f 1. Clean up code due to changes in SwitchTo*Section(2) by Anton Korobeynikov · 18 years ago
  59. 02b8511 Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4 by Reid Spencer · 18 years ago
  60. 8910c1c Put cstrings in .cstring section when compiling for Mac OS X. by Evan Cheng · 18 years ago
  61. afbfded Implement getSectionForFunction, use it when printing function body. by Chris Lattner · 18 years ago
  62. a53115b Compile: int x __attribute__((used)); by Chris Lattner · 18 years ago
  63. 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
  64. 8e8de8f Break out target asm info into separate files. by Jim Laskey · 18 years ago