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
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+3
*
Use the integrated assembler by default on SPARC.
Brad Smith
2015-01-14
1
-2
/
+1
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-3
/
+6
*
Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
2015-01-05
1
-1
/
+2
*
Use the integrated assembler by default on 32-bit PowerPC and SPARC
Brad Smith
2015-01-05
1
-2
/
+1
*
Minor cleanup to all the switches after MatchInstructionImpl in all the AsmPa...
Craig Topper
2015-01-03
1
-4
/
+1
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
This reverts commit r224043 and r224042.
Rafael Espindola
2014-12-11
1
-2
/
+6
*
[CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
2014-12-11
1
-6
/
+2
*
Target triple OS detection tidyup. NFC
Simon Pilgrim
2014-11-29
1
-2
/
+1
*
Add out of line virtual destructors to all LLVMTargetMachine subclasses
Reid Kleckner
2014-11-20
2
-0
/
+3
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
3
-1
/
+7
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-11
/
+7
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-35
/
+22
*
Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
2014-10-16
1
-0
/
+7
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-4
/
+2
*
Cache TargetLowering on SelectionDAGISel and update previous
Eric Christopher
2014-10-08
1
-7
/
+5
*
[MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT is
Lang Hames
2014-09-23
1
-56
/
+0
*
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...
Aaron Ballman
2014-09-18
1
-1
/
+0
*
Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...
Aaron Ballman
2014-09-18
1
-0
/
+1
*
Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
2014-09-15
2
-7
/
+0
*
Provide an implementation of getNoopForMachoTarget for SPARC.
Brad Smith
2014-09-11
2
-0
/
+7
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
9
-696
/
+2
*
JIT support has been added awhile ago.
Brad Smith
2014-08-30
1
-2
/
+0
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-4
/
+4
*
Remove HasLEB128.
Rafael Espindola
2014-08-15
1
-1
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
18
-36
/
+36
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
2
-3
/
+5
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
9
-2
/
+696
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
9
-696
/
+2
*
Fix a whole bunch of binary literals which were the wrong size. All were bei...
Pete Cooper
2014-08-07
2
-18
/
+18
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-16
/
+16
*
Remove a virtual function from TargetMachine. NFC.
Rafael Espindola
2014-08-05
1
-1
/
+4
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
2
-12
/
+6
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
9
-54
/
+53
*
[SDAG] Allow the legalizer to delete an illegally typed intermediate
Chandler Carruth
2014-08-02
1
-3
/
+4
*
Add a non-const subtarget returning function to the target machine
Eric Christopher
2014-08-01
1
-1
/
+4
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-1
/
+1
*
Prune dependency to MC from each target disassembler.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Update library dependencies.
NAKAMURA Takumi
2014-07-24
1
-1
/
+1
*
Use the integrated assembler by default on OpenBSD.
Brad Smith
2014-07-10
1
-1
/
+2
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-2
/
+2
*
Move the various Subtarget dependent members down to the subtarget
Eric Christopher
2014-06-26
4
-65
/
+81
*
Have SparcSelectionDAGInfo take a DataLayout to initialize since
Eric Christopher
2014-06-26
3
-5
/
+5
*
Remove the storage and use of the subtarget out of the sparc frame
Eric Christopher
2014-06-26
2
-9
/
+11
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
2
-2
/
+2
*
Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
2014-06-25
2
-32
/
+4
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
3
-3
/
+3
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
4
-4
/
+5
[next]