1. b3c4e26 Remove last references to hotpatch. by Rafael Espindola · 13 years ago
  2. 25456ef Add the returns_twice attribute to LLVM. by Rafael Espindola · 13 years ago
  3. e6e8826 Initial commit of the 'landingpad' instruction. by Bill Wendling · 13 years ago
  4. dccc03b Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 13 years ago
  5. 10c6d12 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 13 years ago
  6. ff03048 LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 13 years ago
  7. 772fe17 Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 13 years ago
  8. 47f3513 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 13 years ago
  9. 424545e remove asmparser support for the old getresult instruction, which has been subsumed by extractvalue. by Chris Lattner · 13 years ago
  10. 6b7c89e stop accepting begin/end around function bodies in the .ll parser, this isn't pascal anymore. by Chris Lattner · 13 years ago
  11. f3a789d Remove old backwards compatibility support from the parser for autoupgrading by Chris Lattner · 13 years ago
  12. 3a3465b Add a new function attribute, nonlazybind, which inhibits lazy-loading by John McCall · 13 years ago
  13. fc2bb8c Replace the -unwind-tables option with a per function flag. This is more by Rafael Espindola · 13 years ago
  14. 5d7a5a4 Revert r129235 pending a vetting of the EH rewrite. by Bill Wendling · 14 years ago
  15. d7bb295 Beginning of the Great Exception Handling Rewrite. by Bill Wendling · 14 years ago
  16. 49d7999 Use X86_thiscall calling convention for Win64 as well. by Tilmann Scheller · 14 years ago
  17. f1cc70c Add Win64 thiscall calling convention. by Tilmann Scheller · 14 years ago
  18. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  19. 970bfcc Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
  20. f9930da Add ret instruction to PTX backend by Che-Liang Chiou · 14 years ago
  21. 61c70e9 remove unions from LLVM IR. They are severely buggy and not by Chris Lattner · 14 years ago
  22. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 14 years ago
  23. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
  24. 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
  25. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
  26. ded05e3 Add support for thiscall calling convention. by Anton Korobeynikov · 14 years ago
  27. fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
  28. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
  29. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
  30. 1d92831 rename NamedOrCustomMD -> MetadataVar to follow conventions of all the rest of the code. by Chris Lattner · 15 years ago
  31. e434d27 rename lltok::Metadata -> lltok::exclaim. We name tokens by Chris Lattner · 15 years ago
  32. 211a14e Add MSP430 interrupt calling conv. No functionality change yet. by Anton Korobeynikov · 15 years ago
  33. 09d9ef4 full asmparser support for blockaddress. We can now do: by Chris Lattner · 15 years ago
  34. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 15 years ago
  35. f9be95f add enough support for indirect branch for the feature test to pass by Chris Lattner · 15 years ago
  36. 8ba2d5b Rename msasm to alignstack per review. by Dale Johannesen · 15 years ago
  37. 52e2031 clean up after metadata changes. by Chris Lattner · 15 years ago
  38. 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 15 years ago
  39. 0475c91 Parse custom metadata attached with an instruction. by Devang Patel · 15 years ago
  40. cea188a Parse debug info attached with an instruction. by Devang Patel · 15 years ago
  41. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 15 years ago
  42. eff2ab6 Parse named metadata. by Devang Patel · 15 years ago
  43. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  44. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  45. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  46. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
  47. c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
  48. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  49. 385f5a9 Address review comments: add 3 ARM calling conventions. by Anton Korobeynikov · 15 years ago
  50. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  51. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  52. d18e31a Add new function attribute - noredzone. by Devang Patel · 15 years ago
  53. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  54. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  55. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  56. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  57. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  58. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  59. 24c047f 61949 accidentally introduced an escaped newline. Fix this by making by Dan Gohman · 16 years ago
  60. 069f12a Fix the comment for lltok::backslash. by Dan Gohman · 16 years ago
  61. 9ea4034 Down with trailing whitespace! by Misha Brukman · 16 years ago
  62. c120526 Remove comma at end of enumerator list. by Daniel Dunbar · 16 years ago
  63. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago