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-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The
Richard Smith
2012-08-20
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-17
Make atomic load and store of pointers work. Tighten verification of atomic ...
Eli Friedman
2012-08-17
TargetLowering: Use the large shift amount during legalize types. The legaliz...
Benjamin Kramer
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-09
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
Try to reduce the compile time impact of r161232.
Bob Wilson
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-01
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-07-31
Conform to LLVM coding style.
Micah Villmow
2012-07-31
Don't generate ordered or unordered comparison operations if it is not legal ...
Micah Villmow
2012-07-30
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-19
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BB
Nuno Lopes
2012-07-17
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-17
Remove unused variable.
Benjamin Kramer
2012-07-17
Fix a crash in the legalization of large vectors.
Nadav Rotem
2012-07-17
Implement r160312 as target indepedenet dag combine.
Evan Cheng
2012-07-17
Make sure constant bitwidth is <= 64 bit before calling getSExtValue().
Evan Cheng
2012-07-17
This is another case where instcombine demanded bits optimization created
Evan Cheng
2012-07-16
Minor cleanup and docs.
Nadav Rotem
2012-07-16
Make ComputeDemandedBits return a deterministic result when computing an Asse...
Nadav Rotem
2012-07-15
Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...
Nadav Rotem
2012-07-15
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-14
Add a dagcombine optimization to convert concat_vectors of undefs into a sing...
Nadav Rotem
2012-07-13
Provide function name in 'Cannot select' fatal error.
Jim Grosbach
2012-07-12
The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type of
Duncan Sands
2012-07-11
InstrEmitter::EmitSubregNode() optimize extract_subreg in this case:
Evan Cheng
2012-07-11
Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ...
Nadav Rotem
2012-07-11
Remove unused variable.
Benjamin Kramer
2012-07-11
Refactor the DAG Legalizer by extracting the legalization of
Nadav Rotem
2012-07-11
Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a...
Owen Anderson
2012-07-10
Improve the loading of load-anyext vectors by allowing the codegen to load
Nadav Rotem
2012-07-09
Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...
Owen Anderson
2012-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-06
Whitespace.
Chad Rosier
2012-07-06
[fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.
Chad Rosier
[prev]
[next]