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
*
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
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-82
/
+69
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-1
/
+1
*
Fix some misplaced spaces around 'override'
Hans Wennborg
2014-05-24
1
-1
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-14
/
+7
*
TableGen: fix operand counting for aliases
Tim Northover
2014-05-16
1
-0
/
+1
*
Sparc: disable printing of jmp/call aliases (C++ does it)
Tim Northover
2014-05-16
1
-4
/
+4
*
Sparc: disable printing on longer "brX,pt" aliases
Tim Northover
2014-05-16
1
-2
/
+2
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-2
/
+0
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
2
-9
/
+9
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-0
/
+2
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-2
/
+5
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-4
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
19
-155
/
+157
*
None of these targets actually define their own CFI_INSTRUCTION
Eric Christopher
2014-04-29
1
-3
/
+6
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
4
-6
/
+6
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-4
/
+4
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-19
/
+11
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
10
-38
/
+38
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
9
-10
/
+18
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
4
-10
/
+8
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
[next]