1. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. 9ae926b [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. by Chandler Carruth · 7 years ago
  4. 31b98d2 Move Analysis/Utils/Local.h back to Transforms by David Blaikie · 7 years ago
  5. 2be3922 Fix a couple of layering violations in Transforms by David Blaikie · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. 3c1fc76 Allow DataLayout to specify addrspace for allocas. by Matt Arsenault · 8 years ago
  8. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  9. fd9f477 [WinEHPrepare] Add rudimentary support for the new EH instructions by David Majnemer · 10 years ago
  10. 09e1fdb Revert accidentally committed WinEHPrepare changes by David Majnemer · 10 years ago
  11. ac6b298 Handle PHI nodes prefacing EH pads too by David Majnemer · 10 years ago
  12. eb518bd Drive-by fixes for LandingPad -> EHPad by David Majnemer · 10 years ago
  13. 8d3cb82 Fix a bug in DemoteRegToStack where a reload instruction was inserted into the by Akira Hatanaka · 11 years ago
  14. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 11 years ago
  15. cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
  16. 8a8cd2b Re-sort all of the includes with ./utils/sort_includes.py so that by Chandler Carruth · 12 years ago
  17. 0b68245 Reimplement isPotentiallyReachable to make nocapture deduction much stronger. by Nick Lewycky · 12 years ago
  18. 92a54f6 [SjLj Prepare] When demoting an invoke instructions to the stack, if the normal by Chad Rosier · 13 years ago
  19. 76c6521 Make sure we don't emit instructions before a landingpad instruction. PR14782 by Bill Wendling · 13 years ago
  20. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  21. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  22. aa9a3ea Remove redundant comment. Use a more efficient datatype. by Bill Wendling · 14 years ago
  23. 0a8fec2 Fix some grammar-os and formatting. by Bill Wendling · 14 years ago
  24. 7496461 Make sure we don't insert instructions before a landingpad instruction. by Bill Wendling · 14 years ago
  25. 9b43f33 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 15 years ago
  26. e94f1de remove trailing whitespace by Jim Grosbach · 15 years ago
  27. 4fdeba9 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  28. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  29. 8459e0b Fix warning when assertions disabled. by Chris Lattner · 17 years ago
  30. 68f539e Delete dead code. by Dan Gohman · 17 years ago
  31. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  32. 7499a3b Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 18 years ago
  33. 35322d7 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  34. ccecbcd Adding ability to demote phi to stack. by Tanya Lattner · 18 years ago
  35. 20b0754 Fix DemoteRegToStack on an invoke. This fixes PR634. by Chris Lattner · 20 years ago
  36. 16cd356 allow demotion to volatile values, add support for invoke by Chris Lattner · 20 years ago
  37. b1c9317 Remove trailing whitespace by Misha Brukman · 20 years ago
  38. 7b9020a Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 21 years ago
  39. c24019c Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx by Chris Lattner · 22 years ago
  40. bb1a2cc This code was both incredibly complex and incredibly broken. Fix it. by Chris Lattner · 22 years ago
  41. 8eebc49 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 22 years ago
  42. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  43. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  44. 38cd27e Various cleanups and efficiency improvements by Chris Lattner · 22 years ago
  45. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  46. f77a856 Cleanup by Chris Lattner · 22 years ago
  47. 4413e43 Minor cleanups, no functional changes by Chris Lattner · 22 years ago
  48. f789f29 Eliminate unnecessary ->get calls that are now automatically handled. by Chris Lattner · 22 years ago
  49. c864ab1 This file implements the function DemoteRegToStack(), which takes a by Vikram S. Adve · 23 years ago