projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Simplify landing pad lowering.
[oota-llvm.git]
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
2013-07-04
Jakob Stoklund Olesen
Simplify landing pad lowering.
blob
|
commitdiff
|
raw
2013-07-04
Jakob Stoklund Olesen
Revert r185595-185596 which broke buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-03
Jakob Stoklund Olesen
Simplify landing pad lowering.
blob
|
commitdiff
|
raw
2013-07-03
Craig Topper
Use SmallVectorImpl::const_iterator instead of SmallVec...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-19
Bill Wendling
Access the TargetLoweringInfo from the TargetMachine...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-16
David Blaikie
Debug Info: Simplify Frame Index handling in DBG_VALUE...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
Bill Wendling
Cache the TargetLowering info object as a pointer.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
Bill Wendling
Don't cache the TargetLoweringInfo object inside of...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 3/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-25
Andrew Trick
Track IR ordering of SelectionDAG nodes 2/4.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Temporarily revert "Change the informal convention...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Change the informal convention of DBG_VALUE so that...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Eli Bendersky
Move TryToFoldFastISelLoad to FastISel, where it belong...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Michael Liao
ArrayRefize getMachineNode(). No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Eli Bendersky
Use dbgs() consistently for -debug printouts
blob
|
commitdiff
|
raw
|
diff to current
2013-04-19
Eli Bendersky
Add some more stats for fast isel vs. SelectionDAG...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Justin Holewinski
Move SDNode order propagation to SDNodeOrdering, which...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Justin Holewinski
Propagate DAG node ordering during type legalization...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-13
Bill Wendling
Reset some of the target options which affect code...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-08
Jan Wen Voung
Disable statistics on Release builds and move tests...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-07
Benjamin Kramer
ArrayRefize some code. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-07
Nadav Rotem
No need to go through int64 and APInt when generating...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-01
Eli Bendersky
Remove duplicate line and move another closer to its...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-28
Eli Bendersky
A small refactoring + adding comments.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Eric Christopher
Remove unnecessary cast to void.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Nadav Rotem
Silence the unused variable warning.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
Nadav Rotem
The FastISEL should be fast. But when we record statist...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Chad Rosier
Fix wording.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Chad Rosier
[fast-isel] Add X86FastIsel::FastLowerArguments to...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-18
Chad Rosier
[ms-inline asm] Remove a redundant call to the setHasMS...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-18
NAKAMURA Takumi
[ms-inline asm] Fix undefined behavior to reset hasMSIn...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-16
Chad Rosier
[ms-inline asm] Do not omit the frame pointer if we...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-15
Bill Wendling
Use the 'target-features' and 'target-cpu' attributes...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-11
Evan Cheng
Currently, codegen may spent some time in SDISel passes...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Chandler Carruth
Move TargetTransformInfo to live under the Analysis...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-05
Chandler Carruth
Funnel the actual TargetTransformInfo pass from the...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Jakob Stoklund Olesen
Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Chad Rosier
Fall back to the selection dag isel to select tail...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-04
Jakub Staszak
Use dyn_cast instead of isa and cast. No functionality...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-13
Andrew Trick
misched: Allow subtargets to enable misched and depende...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-15
Jakob Stoklund Olesen
Freeze the reserved registers as soon as isel is complete.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-16
Craig Topper
Fix bad comment. No functional change.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-06
Nadav Rotem
Add a new optimization pass: Stack Coloring, that merge...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-24
Manman Ren
BranchProb: modify the definition of an edge in BranchP...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
Craig Topper
Add a getName function to MachineFunction. Use it in...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-03
Bob Wilson
Fall back to selection DAG isel for calls to builtin...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-13
Jim Grosbach
Provide function name in 'Cannot select' fatal error.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-30
Jakub Staszak
Add some constantness. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-20
Jakob Stoklund Olesen
Fix PR12599.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-20
Jakob Stoklund Olesen
Make ISelPosition a local variable.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-20
Jakob Stoklund Olesen
Register DAGUpdateListeners with SelectionDAG.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-04
Rafael Espindola
Always compute all the bits in ComputeMaskedBits.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
Andrew Trick
misched preparation: clarify ScheduleDAG and ScheduleDA...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-07
Andrew Trick
whitespace
blob
|
commitdiff
|
raw
|
diff to current
2012-02-14
Lang Hames
Rename getExceptionAddressRegister() to getExceptionPoi...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Bill Wendling
[unwind removal] Remove all of the code for the dead...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-01
Andrew Trick
VLIW specific scheduler framework that utilizes determi...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Remove the eh.exception and eh.selector intrinsics...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
David Blaikie
More dead code removal (using -Wunreachable-code)
blob
|
commitdiff
|
raw
|
diff to current
2012-01-18
Jakob Stoklund Olesen
Add a RegisterMaskSDNode class.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
Evan Cheng
Allow targets to select source order pre-RA scheduler.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-06
Chad Rosier
Add comment.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
David Blaikie
Unweaken vtables as per llvm.org/docs/CodingStandards...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-18
Joerg Sonnenberger
Allow inlining of functions with returns_twice calls...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Devang Patel
Update DebugLoc while merging nodes at -O0.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Chad Rosier
[fast-isel] Guard "exhastive" fast-isel output with...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-08
Owen Anderson
Enhance both TargetLibraryInfo and SelectionDAGBuilder...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-08
Chad Rosier
Add rather verbose stats for fast-isel failures.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Evan Cheng
Add bundle aware API for querying instruction propertie...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-06
Evan Cheng
First chunk of MachineInstr bundle support.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-02
Nick Lewycky
Move global variables in TargetMachine into new TargetO...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Chad Rosier
Fix the stats collection for fast-isel. The failed...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Benjamin Kramer
Remove all remaining uses of Value::getNameStr().
blob
|
commitdiff
|
raw
|
diff to current
2011-11-12
Eli Friedman
Don't try to form pre/post-indexed loads/stores until...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-24
Dan Gohman
Delete the Latency scheduling preference.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Bill Wendling
Correct over-zealous removal of hack.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Bill Wendling
Now that we have the ReturnsTwice function attribute...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Bill Wendling
Modify the mapping from landing pad to call sites to...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Bill Wendling
Small refactoring. Cache the FunctionInfo->MBB into...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-21
Andrew Trick
Lower ARM adds/subs to add/sub after adding optional...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Andrew Trick
Restore hasPostISelHook tblgen flag.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Andrew Trick
ARM isel bug fix for adds/subs operands.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Andrew Trick
whitespace
blob
|
commitdiff
|
raw
|
diff to current
2011-08-30
Evan Cheng
Follow up to r138791.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Bill Wendling
A landingpad instruction is neither folded nor dead.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-12
Duncan Sands
Silence a bunch (but not all) "variable written but...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-11
Chris Lattner
fix PR10605 / rdar://9930964 by adding a pretty scary...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-19
Devang Patel
Revert r135423.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-18
Devang Patel
During bottom up fast-isel, instructions emitted to...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
Devang Patel
Revert r133953 for now.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-28
Evan Cheng
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-27
Devang Patel
During bottom up fast-isel, instructions emitted to...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-16
Jakub Staszak
Introduce MachineBranchProbabilityInfo class, which...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-25
Devang Patel
Remove unused statistical counter.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-23
Devang Patel
Preserve debug info during iSel by keeping DanglingDebu...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-19
Cameron Zwarich
Fix PR9955 by only attaching load memory operands to...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-17
Eli Friedman
Make fast-isel miss counting in -stats and -fast-isel...
blob
|
commitdiff
|
raw
|
diff to current
next