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
...
*
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
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-8
/
+5
*
LLVMBuild.txt: Reformat.
NAKAMURA Takumi
2014-04-10
2
-2
/
+2
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
3
-6
/
+6
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
2
-24
/
+1
*
Add const to a method I missed in the previous commit.
Rafael Espindola
2014-03-28
1
-7
/
+4
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+3
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-8
/
+4
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-3
/
+1
*
[Sparc] Add support for decoding 'swap' instruction.
Venkatraman Govindaraju
2014-03-09
2
-1
/
+37
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
3
-16
/
+13
[prev]
[next]