summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenPrepare.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-13CodeGenPrep: sink extends of illegal types into use block.Manuel Jacob1-36/+49
2014-03-09Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."NAKAMURA Takumi1-58/+34
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-44/+34
2014-03-07CodeGenPrep: sink extends of illegal types into use block.Tim Northover1-34/+58
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-14/+14
2014-03-04[Modules] Move ValueMap to the IR library. While this class does notChandler Carruth1-1/+1
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-03-04[Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth1-1/+1
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-03-04[Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth1-1/+1
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2014-03-01Make helper function static.Benjamin Kramer1-2/+1
2014-02-22[CodeGenPrepare] Fix the check of the legality of an instruction.Quentin Colombet1-1/+6
2014-02-22[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet1-0/+2914