index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGISel.cpp
Age
Commit message (
Expand
)
Author
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-02-14
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2012-01-31
Remove the eh.exception and eh.selector intrinsics. Also remove a hack to copy
Bill Wendling
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-12
Allow targets to select source order pre-RA scheduler.
Evan Cheng
2012-01-06
Add comment.
Chad Rosier
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-18
Allow inlining of functions with returns_twice calls, if they have the
Joerg Sonnenberger
2011-12-15
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-13
[fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.
Chad Rosier
2011-12-08
Enhance both TargetLibraryInfo and SelectionDAGBuilder so that the latter can...
Owen Anderson
2011-12-08
Add rather verbose stats for fast-isel failures.
Chad Rosier
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-16
Fix the stats collection for fast-isel. The failed count was only accounting
Chad Rosier
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-12
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-10-24
Delete the Latency scheduling preference.
Dan Gohman
2011-10-17
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-10-05
Modify the mapping from landing pad to call sites to accept more than one call
Bill Wendling
2011-10-05
Small refactoring. Cache the FunctionInfo->MBB into a local variable.
Bill Wendling
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-20
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
whitespace
Andrew Trick
2011-08-30
Follow up to r138791.
Evan Cheng
2011-08-23
A landingpad instruction is neither folded nor dead.
Bill Wendling
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-08-11
fix PR10605 / rdar://9930964 by adding a pretty scary missed check.
Chris Lattner
2011-07-19
Revert r135423.
Devang Patel
2011-07-18
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-29
Revert r133953 for now.
Devang Patel
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
During bottom up fast-isel, instructions emitted to materalize registers are ...
Devang Patel
2011-06-16
Introduce MachineBranchProbabilityInfo class, which has similar API to
Jakub Staszak
2011-05-25
Remove unused statistical counter.
Devang Patel
2011-05-23
Preserve debug info during iSel by keeping DanglingDebugInfoMap live until en...
Devang Patel
2011-05-19
Fix PR9955 by only attaching load memory operands to load instructions and
Cameron Zwarich
2011-05-17
Make fast-isel miss counting in -stats and -fast-isel-verbose take terminator...
Eli Friedman
2011-05-16
Delete unused variables.
Dan Gohman
2011-05-16
Track how many insns fast-isel successfully selects as well as how many it
Jim Grosbach
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-06
Use array_lengthof. No functional change.
Eli Friedman
[next]