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
Age
Commit message (
Expand
)
Author
2012-03-13
Add a return type.
Bill Wendling
2012-03-13
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-13
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
Bill Wendling
2012-03-11
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-10
Give dagcombiner's worklist some inline capacity.
Benjamin Kramer
2012-03-08
Use uint16_t to store instruction implicit uses and defs. Reduces static data.
Craig Topper
2012-03-08
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-07
misched preparation: rename core scheduler methods for consistency.
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
misched preparation: modularize schedule emission.
Andrew Trick
2012-03-07
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
misched preparation: modularize schedule verification.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Cleanup in preparation for misched: Move DAG visualization logic.
Andrew Trick
2012-03-07
whitespace
Andrew Trick
2012-03-07
Cleanup: DAG building is specific to either SD or MI scheduling. Not part of ...
Andrew Trick
2012-03-06
Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...
Evan Cheng
2012-03-06
Make it possible for a target to mark FSUB as Expand. This requires providin...
Owen Anderson
2012-03-05
Fix warnings about adding a bool to a string.
Bill Wendling
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-02-29
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...
Benjamin Kramer
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Fix off-by one in comment.
Benjamin Kramer
2012-02-28
LegalizeIntegerTypes: Reenable the large shift with small amount optimization.
Benjamin Kramer
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Code cleanup following CR by Duncan.
Nadav Rotem
2012-02-28
Fix a bug in the code that builds SDNodes from vector GEPs.
Nadav Rotem
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-24
Don't crash when a glue node contains an internal CopyToReg
Hal Finkel
2012-02-24
SDAGBuilder: Remove register sets that were never read and prune dead code su...
Benjamin Kramer
2012-02-24
Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...
Pete Cooper
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-24
Tabs, formatting and long lines oh my!
Eric Christopher
2012-02-23
Allow an integer to be converted into an MMX type when it's used in an inline
Bill Wendling
2012-02-23
More newline cleanups.
Eric Christopher
2012-02-23
Add some handy-dandy newlines.
Eric Christopher
2012-02-22
Properly emit _fltused with FastISel. Refactor to share code with SDAG.
Michael J. Spencer
2012-02-22
Make all pointers to TargetRegisterClass const since they are all pointers to...
Craig Topper
2012-02-20
Teach the DAGCombiner that certain loadext nodes followed by ANDs can be conv...
James Molloy
2012-02-17
Ignore the lifetime intrinsics in fast-isel.
Eric Christopher
2012-02-16
Remove extraneous #include and spelling mistake introduced in r150669.
James Molloy
2012-02-16
Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...
James Molloy
2012-02-15
Added hook to let targets custom lower splitting of illegal vectors
Pete Cooper
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-13
Don't reserve the R0 and R1 registers here. We don't use these registers, and
Bill Wendling
2012-02-13
Add register mask support to ScheduleDAGRRList.
Jakob Stoklund Olesen
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
2012-02-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
[prev]
[next]