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
/
Target
/
MSP430
/
MSP430ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-4
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-5
/
+5
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-5
/
+5
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-5
/
+5
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-4
/
+4
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-4
/
+4
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-4
/
+4
*
Remove unnecessary calls to getSubtarget/getSubtargetImpl from the
Eric Christopher
2015-01-29
1
-6
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-3
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-5
/
+4
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-12
/
+12
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
ISelDAG: spot chain cycles involving MachineNodes
Tim Northover
2013-09-22
1
-0
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+2
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-3
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
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
*
Fix PR11985
Michael Liao
2012-09-12
1
-2
/
+2
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-4
/
+4
*
zap dead code.
Chris Lattner
2010-09-04
1
-9
/
+0
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-1
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-3
/
+2
*
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
1
-3
/
+3
*
remove 300 lines of code that is now dead in the MSP430 backend
Chris Lattner
2010-03-02
1
-293
/
+1
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-0
/
+5
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-40
/
+8
*
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
1
-7
/
+6
*
Change SelectCode's argument from SDValue to SDNode *, to make it more
Dan Gohman
2010-01-05
1
-34
/
+33
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Do not allow uninitialize access during debug printing
Anton Korobeynikov
2009-12-13
1
-2
/
+2
*
Update for new getBlockAddress signature.
Dan Gohman
2009-11-20
1
-2
/
+2
*
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-10
1
-1
/
+1
*
Fix invalid operand updates & implement post-inc memory operands
Anton Korobeynikov
2009-11-08
1
-16
/
+62
*
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
1
-10
/
+77
*
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
1
-0
/
+40
*
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-07
1
-36
/
+209
*
Remove uninteresting and confusing debug output.
Dan Gohman
2009-11-05
1
-2
/
+0
*
Shift art to the right to keep GCC from complaining about multi-line comments.
Benjamin Kramer
2009-10-22
1
-14
/
+14
*
Use special DAG-to-DAG preprocessing to allow mem-mem instructions to be sele...
Anton Korobeynikov
2009-10-22
1
-19
/
+149
*
Add DAG printing for RMW stuff debugging
Anton Korobeynikov
2009-10-21
1
-0
/
+16
*
RMW preprocessing stuff was incorrect. Grab the stuff from x86 backend and di...
Anton Korobeynikov
2009-10-21
1
-53
/
+73
*
Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements
Anton Korobeynikov
2009-10-11
1
-0
/
+127
*
Implement 'm' memory operand properly
Anton Korobeynikov
2009-10-11
1
-0
/
+20
*
Rename getTargetNode to getMachineNode, for consistency with the
Dan Gohman
2009-09-25
1
-2
/
+2
[next]