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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
2015-01-08
2
-0
/
+17
*
Fix large stack alignment codegen for ARM and Thumb2 targets
Kristof Beyls
2015-01-08
2
-22
/
+84
*
R600/SI: Remove SIISelLowering::legalizeOperands()
Tom Stellard
2015-01-08
2
-176
/
+1
*
[X86] Don't try to generate direct calls to TLS globals
Michael Kuperstein
2015-01-08
1
-1
/
+2
*
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LE...
Craig Topper
2015-01-08
4
-4
/
+14
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
15
-136
/
+190
*
X86: VZeroUpperInserter: shortcut should not trigger if we have any function ...
Matthias Braun
2015-01-08
1
-8
/
+12
*
R600/SI: Commute instructions to enable more folding opportunities
Tom Stellard
2015-01-07
2
-19
/
+51
*
R600/SI: Only fold immediates that have one use
Tom Stellard
2015-01-07
1
-1
/
+8
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
6
-84
/
+45
*
R600/SI: Remove VReg_32 register class
Tom Stellard
2015-01-07
13
-154
/
+152
*
[Hexagon] Fix 225372 USR register is not fully complete. Removing Uses = [US...
Colin LeMahieu
2015-01-07
1
-12
/
+12
*
[Hexagon] Adding floating point classification and creation.
Colin LeMahieu
2015-01-07
1
-0
/
+45
*
R600/SI: Add a V_MOV_B64 pseudo instruction
Tom Stellard
2015-01-07
3
-0
/
+38
*
[Hexagon] Adding encodings for v5 floating point instructions.
Colin LeMahieu
2015-01-07
1
-0
/
+326
*
[Hexagon] Adding encoding for popcount, fastcorner, dword asr with rounding.
Colin LeMahieu
2015-01-07
2
-1
/
+62
*
R600/SI: Teach SIFoldOperands to split 64-bit constants when folding
Tom Stellard
2015-01-07
3
-25
/
+51
*
[X86] Fix 512->256 typo in comments. NFC.
Ahmed Bougacha
2015-01-07
1
-2
/
+2
*
X86: Allow the stack probe size to be configurable per function
David Majnemer
2015-01-07
1
-3
/
+9
*
R600/SI: Refactor SIFoldOperands to simplify immediate folding
Tom Stellard
2015-01-07
1
-25
/
+54
*
[X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
2015-01-07
1
-6
/
+19
*
Fix regression in r225266.
Asiri Rathnayake
2015-01-07
1
-1
/
+1
*
[X86] Merge a switch statement inside a default case of another switch statem...
Craig Topper
2015-01-07
1
-160
/
+155
*
[X86] Don't mark the shift by 1 instructions as isConvertibleToThreeAddress. ...
Craig Topper
2015-01-07
1
-1
/
+1
*
[X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
2015-01-07
3
-18
/
+1
*
Revert r225165 and r225169
Karthik Bhat
2015-01-07
1
-39
/
+0
*
R600/SI: Add check for amdgcn triple forgotten in r225276.
Tom Stellard
2015-01-07
1
-2
/
+3
*
[PowerPC] Transform a README.txt entry into a FIXME
Hal Finkel
2015-01-07
2
-14
/
+9
*
Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
2015-01-06
6
-8
/
+30
*
R600/SI: Add combine for isinfinite pattern
Matt Arsenault
2015-01-06
2
-0
/
+57
*
R600/SI: Pattern match isinf to v_cmp_class instructions
Matt Arsenault
2015-01-06
2
-0
/
+34
*
R600/SI: Add basic DAG combines for fp_class
Matt Arsenault
2015-01-06
2
-1
/
+50
*
R600/SI: Add class intrinsic
Matt Arsenault
2015-01-06
7
-5
/
+82
*
[PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
2015-01-06
3
-41
/
+142
*
[Hexagon] Adding compound jump encodings.
Colin LeMahieu
2015-01-06
2
-0
/
+266
*
R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
2015-01-06
1
-1
/
+5
*
R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
2015-01-06
1
-0
/
+23
*
[Hexagon] Adding encoding for misc v4 instructions: boundscheck, tlbmatch, dc...
Colin LeMahieu
2015-01-06
3
-1
/
+101
*
[Hexagon] Adding encoding information for absolute address loads.
Colin LeMahieu
2015-01-06
1
-124
/
+186
*
R600/SI: Add a stub GCNTargetMachine
Tom Stellard
2015-01-06
8
-1
/
+46
*
R600/SI: Remove MachineFunction dump from AsmPrinter
Tom Stellard
2015-01-06
1
-17
/
+12
*
[Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Us...
Colin LeMahieu
2015-01-06
1
-2
/
+2
*
[Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
2015-01-06
5
-239
/
+347
*
[ARM] Cleanup so_imm* tblgen defintions
Asiri Rathnayake
2015-01-06
2
-109
/
+43
*
[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
2015-01-06
4
-7
/
+40
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
5
-126
/
+78
*
[PowerPC] Remove old README.txt entry regarding struct passing
Hal Finkel
2015-01-06
1
-8
/
+0
*
X86: Don't make illegal GOTTPOFF relocations
David Majnemer
2015-01-06
2
-0
/
+17
*
[PowerPC] Add some missing names in getTargetNodeName
Hal Finkel
2015-01-06
1
-0
/
+7
*
[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
Hal Finkel
2015-01-06
2
-30
/
+74
[next]