index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-14
/
+27
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-27
/
+14
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-14
/
+27
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-27
/
+14
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-14
/
+27
*
[DAG] Teach DAG to also reassociate vector operations
Juergen Ributzka
2014-01-13
1
-0
/
+9
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-1
/
+0
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of
Andrea Di Biagio
2013-12-27
1
-0
/
+16
*
[DAG] Refactor vector splitting code in SelectionDAG. No functional change in...
Juergen Ributzka
2013-11-19
1
-2
/
+36
*
Use right address space pointer size
Matt Arsenault
2013-11-17
1
-1
/
+2
*
Fix assert on unaligned access to global with different address space size.
Matt Arsenault
2013-11-16
1
-1
/
+1
*
Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type
Daniel Sanders
2013-11-15
1
-1
/
+50
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+26
*
Fix "existant" typos
Alp Toker
2013-10-29
1
-1
/
+1
*
Keep TBAA info when rewriting SelectionDAG loads and stores
Richard Sandiford
2013-10-28
1
-0
/
+16
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
1
-59
/
+64
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-4
/
+2
*
Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.
Benjamin Kramer
2013-09-29
1
-2
/
+10
*
SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
2013-09-28
1
-1
/
+6
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-48
/
+26
*
Added documentation to getMemsetStores.
Serge Pavlov
2013-09-17
1
-0
/
+18
*
white spaces and long lines
Jack Carter
2013-09-09
1
-45
/
+81
*
SelectionDAG: create correct BooleanContent constants
Tim Northover
2013-09-06
1
-1
/
+6
*
Replace getValueType().getSimpleVT() with getSimpleValueType().
Craig Topper
2013-08-15
1
-4
/
+4
*
Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...
Craig Topper
2013-08-09
1
-6
/
+3
*
Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...
Craig Topper
2013-08-08
1
-5
/
+1
*
TargetLowering: Add getVectorIdxTy() function v2
Tom Stellard
2013-08-05
1
-1
/
+1
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-3
/
+4
*
Remove trailing whitespace from SelectionDAG/*.cpp
Stephen Lin
2013-07-08
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-40
/
+55
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-28
/
+9
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-131
/
+136
*
Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...
Owen Anderson
2013-05-09
1
-0
/
+15
*
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-25
1
-1
/
+1
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-21
/
+23
*
When computing the demanded bits of Load SDNodes, make sure that we are looki...
Nadav Rotem
2013-03-20
1
-12
/
+16
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-2
/
+2
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+3
*
Fix spelling noticed by Duncan.
Chandler Carruth
2013-02-25
1
-3
/
+3
*
Fix the root cause of PR15348 by correctly handling alignment 0 on
Chandler Carruth
2013-02-25
1
-0
/
+3
*
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
1
-13
/
+3
*
SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.
Benjamin Kramer
2013-02-04
1
-44
/
+115
*
When lowering memcpys to loads and stores, make sure we don't promote alignments
Lang Hames
2013-01-31
1
-0
/
+9
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-20
/
+10
*
Revert 172708.
Nadav Rotem
2013-01-20
1
-1
/
+3
*
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
1
-3
/
+1
*
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
1
-2
/
+3
[next]