]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Convert more loops to range-based equivalents
[opencl/llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-27 Craig TopperConvert SelectionDAGISel::MorphNode to use ArrayRef.
2014-04-27 Craig TopperConvert SelectionDAG::MorphNodeTo to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-13 Andrew TrickHide the pre-RA-sched= option.
2013-12-17 Jim GrosbachAdd a machine code print in DEBUG() following instructi...
2013-12-10 Reid KlecknerReland "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerRevert "Fix miscompile of MS inline assembly with stack...
2013-12-10 Reid KlecknerFix miscompile of MS inline assembly with stack realignment
2013-11-25 Daniel SandersFixed tryFoldToZero() for vector types that need expansion.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-20 Jack Carterlong line correction
2013-11-19 Juergen Ributzka[DAG] Refactor vector splitting code in SelectionDAG...
2013-11-15 Daniel SandersFix illegal DAG produced by SelectionDAG::getConstant...
2013-10-06 Craig TopperFix some assert messages to say the correct opcode...
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-26 Andrew Trickwhitespace
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-20 Michael GottesmanRemove unused variables that crept in.
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-04 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenSimplify landing pad lowering.
2013-07-03 Craig TopperUse SmallVectorImpl::const_iterator instead of SmallVec...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-06-06 Bill WendlingDon't cache the TargetLoweringInfo object inside of...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-04-19 Eli BenderskyUse dbgs() consistently for -debug printouts
2013-04-19 Eli BenderskyAdd some more stats for fast isel vs. SelectionDAG...
2013-03-20 Justin HolewinskiMove SDNode order propagation to SDNodeOrdering, which...
2013-03-20 Justin HolewinskiPropagate DAG node ordering during type legalization...
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-07 Nadav RotemNo need to go through int64 and APInt when generating...
2013-03-01 Eli BenderskyRemove duplicate line and move another closer to its...
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-27 Eric ChristopherRemove unnecessary cast to void.
2013-02-27 Nadav RotemSilence the unused variable warning.
2013-02-27 Nadav RotemThe FastISEL should be fast. But when we record statist...
2013-02-25 Chad RosierFix wording.
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-18 Chad Rosier[ms-inline asm] Remove a redundant call to the setHasMS...
2013-02-18 NAKAMURA Takumi[ms-inline asm] Fix undefined behavior to reset hasMSIn...
2013-02-16 Chad Rosier[ms-inline asm] Do not omit the frame pointer if we...
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-11 Evan ChengCurrently, codegen may spent some time in SDISel passes...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-05 Chandler CarruthFunnel the actual TargetTransformInfo pass from the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-04 Jakub StaszakUse dyn_cast instead of isa and cast. No functionality...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-10-15 Jakob Stoklund OlesenFreeze the reserved registers as soon as isel is complete.
2012-09-16 Craig TopperFix bad comment. No functional change.
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-07-13 Jim GrosbachProvide function name in 'Cannot select' fatal error.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-04-30 Jakub StaszakAdd some constantness. No functionality change.
2012-04-20 Jakob Stoklund OlesenFix PR12599.
2012-04-20 Jakob Stoklund OlesenMake ISelPosition a local variable.
2012-04-20 Jakob Stoklund OlesenRegister DAGUpdateListeners with SelectionDAG.
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
next