Commit History

Author SHA1 Message Date
  Christudasan Devadasan 1df2388495 Added address-space mangling for stack related intrinsics 6 years ago
  James Y Knight 6c00b3f35f [opaque pointer types] Pass value type to LoadInst creation. 6 years ago
  James Y Knight 9ec60d7d8f [opaque pointer types] Add a FunctionCallee wrapper type, and use it. 6 years ago
  James Y Knight 5be828a949 Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." 6 years ago
  James Y Knight 8e4d96d7af [opaque pointer types] Add a FunctionCallee wrapper type, and use it. 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  David Blaikie 8325fb20d4 Move Analysis/Utils/Local.h back to Transforms 7 years ago
  Nicola Zaghen 0818e789cb Rename DEBUG macro to LLVM_DEBUG. 7 years ago
  David Blaikie 283527b390 Fix a couple of layering violations in Transforms 7 years ago
  Arnold Schwaighofer 1fd0177abc SjLjEHPrepare: Don't reg-to-mem swifterror values 7 years ago
  Gerolf Hoflehner 5dcc05955f [SjLj] Replace recursive block marking algorithm with iterative algorithm 8 years ago
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 years ago
  Matthias Braun 94c4904dc5 CodeGen: Rename DEBUG_TYPE to match passnames 8 years ago
  Serge Guelton d35f86ef8f Suppress all uses of LLVM_END_WITH_NULL. NFC. 8 years ago
  Serge Guelton 9d54400bba Module::getOrInsertFunction is using C-style vararg instead of variadic templates. 8 years ago
  Diana Picus 1d02724c71 Revert "Turn some C-style vararg into variadic templates" 8 years ago
  Serge Guelton ec124b3a6f Turn some C-style vararg into variadic templates 8 years ago
  Matt Arsenault e0b3c335a2 Allow DataLayout to specify addrspace for allocas. 8 years ago
  Mehdi Amini 8701bbc75d Revert "Turn some C-style vararg into variadic templates" 8 years ago
  Mehdi Amini 753bd2a772 Turn some C-style vararg into variadic templates 8 years ago
  Arnold Schwaighofer c20464cdad SjLjEHPrepare: Fix the pass for swifterror arguments 8 years ago
  Mehdi Amini 67f335d992 Use StringRef in Pass/PassManager APIs (NFC) 9 years ago
  Duncan P. N. Exon Smith 8de6150816 ADT: Remove == and != comparisons between ilist iterators and pointers 9 years ago
  David Majnemer be78872b7a Shuffle header file as per the Coding Standards 9 years ago
  David Majnemer ff574052f7 [SjLjEHPrepare] Simplify/cleanup code 9 years ago
  David Majnemer 58cfec65cf [SjLjEHPrepare] Don't grab pointers to functions in doInitialization 9 years ago
  Matthias Braun 5e08bd340a Avoid overly large SmallPtrSet/SmallSet 9 years ago
  Duncan P. N. Exon Smith ac4d7b6f10 CodeGen: Remove implicit ilist iterator conversions, NFC 10 years ago
  Matthias Braun 9e4654db1a Fix __builtin_setjmp in combination with sjlj exception handling. 10 years ago
  Reid Kleckner 827f211e95 Expose sjlj preparation through opt for my own debugging purposes 10 years ago