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
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
1
-0
/
+1
*
Add explicit keywords.
Dan Gohman
2009-02-18
1
-1
/
+1
*
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
1
-22
/
+4
*
Remove non-DebugLoc versions of buildMI from Sparc.
Dale Johannesen
2009-02-13
5
-13
/
+21
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
1
-2
/
+4
*
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-02-12
1
-26
/
+45
*
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
1
-1
/
+1
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
2
-2
/
+2
*
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
1
-4
/
+6
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
1
-3
/
+3
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
1
-6
/
+10
*
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
1
-3
/
+4
*
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
1
-6
/
+8
*
Remove non-DebugLoc forms of CopyToReg and CopyFromReg.
Dale Johannesen
2009-02-04
1
-8
/
+11
*
Remove non-DebugLoc versions of getLoad and getStore.
Dale Johannesen
2009-02-04
1
-23
/
+29
*
Remove non-DebugLoc forms of the exotic forms
Dale Johannesen
2009-02-04
1
-22
/
+22
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
2
-2
/
+4
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
2
-5
/
+8
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-6
/
+8
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-1
/
+1
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
2
-5
/
+5
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
2
-1
/
+1
*
Don't make use of an illegal type (i64) when
Duncan Sands
2008-12-12
1
-5
/
+31
*
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
2
-11
/
+11
*
There are no longer any places that require a
Duncan Sands
2008-12-01
1
-2
/
+2
*
Move target independent td files from lib/Target/ to include/llvm/Target so t...
Evan Cheng
2008-11-24
1
-1
/
+1
*
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
2
-4
/
+6
*
Adds extern "C" ints to the .cpp files that use RegisterTarget, as
Oscar Fuentes
2008-11-15
1
-0
/
+8
*
CMake: corrected split of Alpha and Sparc AsmPrinters.
Oscar Fuentes
2008-11-11
1
-2
/
+1
*
Separate sparc asmprinter. This should unbreak the native build
Anton Korobeynikov
2008-11-11
4
-1
/
+27
*
Eliminate the ISel priority queue, which used the topological order for a
Dan Gohman
2008-11-05
1
-4
/
+0
*
Have TableGen emit setSubgraphColor calls under control of a -gen-debug
David Greene
2008-10-27
1
-1
/
+1
*
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-18
2
-0
/
+8
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
2
-3
/
+3
*
Rename LoadX to LoadExt.
Evan Cheng
2008-10-14
1
-2
/
+2
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-1
/
+1
*
Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as
Chris Lattner
2008-10-11
2
-6
/
+5
*
Fix a thinko and unbreak sparc default CC
Anton Korobeynikov
2008-10-10
1
-2
/
+2
*
Extend set of return registers on sparc until someone will implement MRV supp...
Anton Korobeynikov
2008-10-10
1
-3
/
+3
*
Ignore extra 'r' modifier for now
Anton Korobeynikov
2008-10-10
1
-2
/
+9
*
Use expand for smul_lohi for now
Anton Korobeynikov
2008-10-10
1
-0
/
+1
*
Add rudimentary support for 'r' register operand
Anton Korobeynikov
2008-10-10
2
-11
/
+70
*
Cleanup
Anton Korobeynikov
2008-10-10
1
-83
/
+82
*
Add rudimentary asmprinter support for printing inline asm operands for sparc.
Anton Korobeynikov
2008-10-10
1
-2
/
+31
*
Add dummy 'm' inline asm constraint handler for Sparc. I'm not sure, whether ...
Anton Korobeynikov
2008-10-10
1
-0
/
+26
*
Cleanup
Anton Korobeynikov
2008-10-10
1
-12
/
+12
*
Avoid creating two TargetLowering objects for each target.
Dan Gohman
2008-10-03
4
-7
/
+11
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
3
-20
/
+20
*
Rename isWeakForLinker to mayBeOverridden. Use it
Duncan Sands
2008-09-29
1
-1
/
+1
[next]