1e45487dfde9de304f28e1fb49b3c15a036b9c00 |
|
05-Feb-2013 |
Chad Rosier <mcrosier@apple.com> |
[SjLj Prepare] When demoting an invoke instructions to the stack, if the normal edge is critical, then split it so we can insert the store. rdar://13126179 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174418 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
3cc48a062821557a2ccaa8df26dd3a98d64c44b9 |
|
08-Jan-2013 |
Bill Wendling <isanbard@gmail.com> |
Make sure we don't emit instructions before a landingpad instruction. PR14782 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171846 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
0b8c9a80f20772c3793201ab5b251d3520b9cea3 |
|
02-Jan-2013 |
Chandler Carruth <chandlerc@gmail.com> |
Move all of the header files which are involved in modelling the LLVM IR into their new header subdirectory: include/llvm/IR. This matches the directory structure of lib, and begins to correct a long standing point of file layout clutter in LLVM. There are still more header files to move here, but I wanted to handle them in separate commits to make tracking what files make sense at each layer easier. The only really questionable files here are the target intrinsic tablegen files. But that's a battle I'd rather not fight today. I've updated both CMake and Makefile build systems (I think, and my tests think, but I may have missed something). I've also re-sorted the includes throughout the project. I'll be committing updates to Clang, DragonEgg, and Polly momentarily. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
d04a8d4b33ff316ca4cf961e06c9e312eff8e64f |
|
03-Dec-2012 |
Chandler Carruth <chandlerc@gmail.com> |
Use the new script to sort the includes of every file under lib. Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169131 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
3106b8b18b6fbeb77ac3f76b7179e2569bbffef9 |
|
17-Feb-2012 |
Bill Wendling <isanbard@gmail.com> |
Remove redundant comment. Use a more efficient datatype. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150780 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
1bc147b892b4b881a020a3fb706c5415ef244730 |
|
17-Feb-2012 |
Bill Wendling <isanbard@gmail.com> |
Fix some grammar-os and formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150779 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
ac101e584873d72715b4fc4d2e35e3ba0ec8217b |
|
07-Nov-2011 |
Bill Wendling <isanbard@gmail.com> |
Make sure we don't insert instructions before a landingpad instruction. <rdar://problem/10405911> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144000 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
8e68c3873549ca31533e2e3e40dda3a43cb79566 |
|
23-Dec-2010 |
Jeffrey Yasskin <jyasskin@google.com> |
Change all self assignments X=X to (void)X, so that we can turn on a new gcc warning that complains on self-assignments and self-initializations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122458 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
d0e8469ba65c54b593df15b7249d7fe12097c4cf |
|
17-Jun-2010 |
Jim Grosbach <grosbach@apple.com> |
remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106164 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
50dead06ffc107edb7e84857baaeeb09039c631c |
|
16-Jul-2009 |
Owen Anderson <resistor@mac.com> |
Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75863 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe |
|
15-Jul-2009 |
Owen Anderson <resistor@mac.com> |
Move EVER MORE stuff over to LLVMContext. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75703 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
629c1a3f78494d0dd769fe82bd2bd17df0555843 |
|
21-Jun-2008 |
Chris Lattner <sabre@nondot.org> |
Fix warning when assertions disabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52590 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
f3dc70092c073acc0bdfe6aa77979116f34e6b51 |
|
19-Jun-2008 |
Dan Gohman <gohman@apple.com> |
Delete dead code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52494 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
4ee451de366474b9c228b4e5fa573795a715216d |
|
29-Dec-2007 |
Chris Lattner <sabre@nondot.org> |
Remove attribution from file headers, per discussion on llvmdev. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45418 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
a024e8cedab928403818ac79e899cdae2a356c56 |
|
22-Oct-2007 |
Anton Korobeynikov <asl@math.spbu.ru> |
Reg2Mem cleanup and optimizations: - enable phi instructions demotion to stack - create alloca instructions in the entry block git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43208 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
406452dce3af47bc2ee55d9ff72338dcb78f6c3d |
|
03-Sep-2007 |
Anton Korobeynikov <asl@math.spbu.ru> |
Silence warning while compiling with gcc 4.2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41676 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
08d14d2469c4f0465f610a204353220ee2ccde9c |
|
11-Jul-2007 |
Tanya Lattner <tonic@nondot.org> |
Adding ability to demote phi to stack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39744 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
ab55698349cd87aabc2f2af16f58e2408362f6ea |
|
04-Oct-2005 |
Chris Lattner <sabre@nondot.org> |
Fix DemoteRegToStack on an invoke. This fixes PR634. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23618 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
6d7277b3b4c4847a39841cdac3e3fd29bd54fa85 |
|
27-Sep-2005 |
Chris Lattner <sabre@nondot.org> |
allow demotion to volatile values, add support for invoke git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23473 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
fd93908ae8b9684fe71c239e3c6cfe13ff6a2663 |
|
22-Apr-2005 |
Misha Brukman <brukman+llvm@gmail.com> |
Remove trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21427 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
5b3a4553c1da7e417a240379e2f510c77532c5c1 |
|
17-Mar-2005 |
Chris Lattner <sabre@nondot.org> |
Fix the missing symbols problem Bill was hitting. Patch contributed by Bill Wendling!! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20649 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
c68bace452dbad23794d4b3c47eeebc00d489cef |
|
01-Apr-2004 |
Chris Lattner <sabre@nondot.org> |
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12597 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
c1a0623e8618e6903eca756dcfc0c0df700816c2 |
|
17-Mar-2004 |
Chris Lattner <sabre@nondot.org> |
This code was both incredibly complex and incredibly broken. Fix it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12456 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
a2dc727ac4d3cd6d6826140e33eb7b54f074b9d7 |
|
14-Mar-2004 |
Chris Lattner <sabre@nondot.org> |
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12368 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
f7703df4968084c18c248c1feea9961c19a32e6a |
|
09-Jan-2004 |
Chris Lattner <sabre@nondot.org> |
Finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10727 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
d0fde30ce850b78371fd1386338350591f9ff494 |
|
11-Nov-2003 |
Brian Gaeke <gaeke@uiuc.edu> |
Put all LLVM code into the llvm namespace, as per bug 109. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9903 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
0c7e8e17ff602d473d9ea0f91b246365dcc6fe30 |
|
06-Nov-2003 |
Chris Lattner <sabre@nondot.org> |
Various cleanups and efficiency improvements git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9753 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
b576c94c15af9a440f69d9d03c2afead7971118c |
|
20-Oct-2003 |
John Criswell <criswell@uiuc.edu> |
Added LLVM project notice to the top of every C++ source file. Header files will be on the way. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9298 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
fb42dd83f81541864f3950a3b99e732ca372e19b |
|
15-Oct-2003 |
Chris Lattner <sabre@nondot.org> |
Cleanup git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9133 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
ab4536e3536fd46863a89fb4cecae9cb8ee21c68 |
|
20-Sep-2003 |
Chris Lattner <sabre@nondot.org> |
Minor cleanups, no functional changes Rename Function::getEntryNode -> getEntryBlock git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8623 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
ab2b328c78cd59d663358c550d7b951b55059c3d |
|
29-May-2003 |
Chris Lattner <sabre@nondot.org> |
Eliminate unnecessary ->get calls that are now automatically handled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6397 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|
83e3b6503d775e98cc85fb881419d1c23b75cde2 |
|
10-Dec-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
This file implements the function DemoteRegToStack(), which takes a virtual register computed by an Instruction& X and replaces it with a slot in the stack frame, allocated via alloca. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4964 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
|