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
...
*
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 some unnecessary forward declarations and put a couple more
Eric Christopher
2015-03-12
1
-4
/
+0
*
Remove the need to cache the subtarget in the Sparc TargetRegisterInfo
Eric Christopher
2015-03-12
4
-12
/
+11
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-8
/
+5
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
3
-9
/
+13
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
2
-2
/
+0
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
2
-6
/
+10
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-3
/
+3
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-1
/
+1
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
8
-51
/
+37
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
5
-33
/
+33
*
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
[prev]
[next]