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
/
lib
/
Target
/
MSP430
/
MSP430ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-6
/
+1
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+3
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-20
/
+19
*
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
*
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
1
-4
/
+4
*
eliminate the last DOUTs from the targets.
Chris Lattner
2009-08-23
1
-19
/
+9
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-15
/
+15
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-15
/
+15
*
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
1
-0
/
+2
*
Restore minor deletion.
Mike Stump
2009-05-04
1
-2
/
+0
*
Update due to mainline API change
Anton Korobeynikov
2009-05-03
1
-4
/
+5
*
Add 8bit shifts
Anton Korobeynikov
2009-05-03
1
-1
/
+8
*
Properly handle ExternalSymbol's
Anton Korobeynikov
2009-05-03
1
-0
/
+3
*
Small tweaking
Anton Korobeynikov
2009-05-03
1
-2
/
+2
*
Proper handle loading of effective address of stack slot stuff
Anton Korobeynikov
2009-05-03
1
-9
/
+15
*
Match frame indexes
Anton Korobeynikov
2009-05-03
1
-9
/
+11
[next]