1. 4fdeba9 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
  2. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  3. 8459e0b Fix warning when assertions disabled. by Chris Lattner · 17 years ago
  4. 68f539e Delete dead code. by Dan Gohman · 17 years ago
  5. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  6. 7499a3b Reg2Mem cleanup and optimizations: by Anton Korobeynikov · 18 years ago
  7. 35322d7 Silence warning while compiling with gcc 4.2 by Anton Korobeynikov · 18 years ago
  8. ccecbcd Adding ability to demote phi to stack. by Tanya Lattner · 18 years ago
  9. 20b0754 Fix DemoteRegToStack on an invoke. This fixes PR634. by Chris Lattner · 20 years ago
  10. 16cd356 allow demotion to volatile values, add support for invoke by Chris Lattner · 20 years ago
  11. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  12. 7b9020a Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 21 years ago
  13. c24019c Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx by Chris Lattner · 22 years ago
  14. bb1a2cc This code was both incredibly complex and incredibly broken. Fix it. by Chris Lattner · 22 years ago
  15. 8eebc49 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 22 years ago
  16. df3c342 Finegrainify namespacification by Chris Lattner · 22 years ago
  17. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  18. 38cd27e Various cleanups and efficiency improvements by Chris Lattner · 22 years ago
  19. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  20. f77a856 Cleanup by Chris Lattner · 22 years ago
  21. 4413e43 Minor cleanups, no functional changes by Chris Lattner · 22 years ago
  22. f789f29 Eliminate unnecessary ->get calls that are now automatically handled. by Chris Lattner · 22 years ago
  23. c864ab1 This file implements the function DemoteRegToStack(), which takes a by Vikram S. Adve · 23 years ago