]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/ExpandPostRAPseudos.cpp
Debug Info: Prepare DebugLocEntry to handle more than a single value per
[opencl/llvm.git] / lib / CodeGen / ExpandPostRAPseudos.cpp
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-10-11 Matthias Braunfix typo in comment
2013-02-21 Lang HamesRe-apply r175688, with the changes suggested by Jakob...
2013-02-21 Lang HamesRevert r175688 - It broke a test case (see PR15320).
2013-02-20 Lang HamesKill of TransferDeadFlag - Dead copies and subreg-to...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-22 David BlaikieTidy up a few more uses of MF.getFunction()->getName().
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-07-27 Jakob Stoklund OlesenAdd <imp-def> of super-register when lowering SUBREG_TO...
2012-02-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-10 Jakob Stoklund OlesenGive targets a chance to expand even standard pseudos.
2011-09-25 Jakob Stoklund OlesenAdd target hook for pseudo instruction expansion.
2011-09-25 Jakob Stoklund OlesenClean up code after renaming LowerSubregs -> ExpandPost...
2011-09-25 Jakob Stoklund OlesenRename LowerSubregs to ExpandPostRAPseudos.