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
/
SelectionDAGDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+2
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-2
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-6
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+7
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
1
-2
/
+2
*
[x86,SDAG] Introduce any- and sign-extend-vector-inreg nodes analogous
Chandler Carruth
2014-07-10
1
-0
/
+2
*
[x86] Add a ZERO_EXTEND_VECTOR_INREG DAG node and use it when widening
Chandler Carruth
2014-07-09
1
-0
/
+1
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+1
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-3
/
+3
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-2
/
+8
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-8
/
+2
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-2
/
+8
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-8
/
+2
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-2
/
+8
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-4
/
+3
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+8
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
1
-0
/
+1
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-04
1
-3
/
+0
*
Revert r185595-185596 which broke buildbots.
Jakob Stoklund Olesen
2013-07-04
1
-0
/
+3
*
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
Jakob Stoklund Olesen
2013-07-03
1
-3
/
+0
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-1
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-2
/
+1
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
1
-1
/
+0
*
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-29
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Fix PR11985
Michael Liao
2012-09-12
1
-0
/
+5
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+2
*
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
1
-2
/
+2
*
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+5
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Rename @llvm.debugger to @llvm.debugtrap.
Dan Gohman
2012-05-14
1
-1
/
+1
*
Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),
Dan Gohman
2012-05-11
1
-0
/
+1
*
Refactor the SelectionDAG's 'dump' methods into their own .cpp file.
Bill Wendling
2012-03-13
1
-0
/
+631