index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
SelectionDAG.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-4
/
+10
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-21
/
+63
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-28
/
+59
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-66
/
+68
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-19
/
+25
*
Merging r195397:
Bill Wendling
2013-11-22
1
-1
/
+2
*
Merging r195156:
Bill Wendling
2013-11-22
1
-4
/
+27
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
1
-0
/
+7
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+4
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-0
/
+5
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
1
-1
/
+40
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-0
/
+7
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-4
/
+4
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-2
/
+3
*
Add getSelect helper function
Matt Arsenault
2013-06-14
1
-0
/
+14
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-4
/
+4
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-11
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-88
/
+88
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-15
/
+16
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-2
/
+2
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-4
/
+2
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-0
/
+14
*
Funnel the actual TargetTransformInfo pass from the SelectionDAGISel
Chandler Carruth
2013-01-05
1
-1
/
+4
*
Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...
Nadav Rotem
2012-12-27
1
-7
/
+1
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-4
/
+4
*
Fix PR11985
Michael Liao
2012-09-12
1
-1
/
+7
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+2
*
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
1
-29
/
+46
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-2
/
+2
*
Teach CodeGen's version of computeMaskedBits to understand the range metadata.
Rafael Espindola
2012-03-31
1
-2
/
+3
*
Revert r152613 (and r152614), "Inline the d'tor and add an anchor instead." f...
NAKAMURA Takumi
2012-03-16
1
-2
/
+1
*
Inline the d'tor and add an anchor instead.
Bill Wendling
2012-03-13
1
-1
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+1
*
Add a RegisterMaskSDNode class.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+1
*
Update DebugLoc while merging nodes at -O0.
Devang Patel
2011-12-15
1
-1
/
+3
*
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-12
1
-3
/
+4
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-3
/
+3
*
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-27
1
-0
/
+4
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-8
/
+4
*
Basic x86 code generation for atomic load and store instructions.
Eli Friedman
2011-08-24
1
-5
/
+15
*
Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be
Eli Friedman
2011-07-29
1
-4
/
+12
*
Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.
Benjamin Kramer
2011-06-18
1
-3
/
+7
*
Remove dead code.
Devang Patel
2011-05-24
1
-4
/
+0
*
Delete unused variables.
Dan Gohman
2011-05-16
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
1
-13
/
+13
*
Do not lose debug info of an inlined function argument even if the argument i...
Devang Patel
2011-02-18
1
-4
/
+0
[next]