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
...
*
[x86] enable machine combiner reassociations for scalar double-precision mult...
Sanjay Patel
2015-07-09
1
-1
/
+3
*
[x86] enable machine combiner reassociations for scalar double-precision adds
Sanjay Patel
2015-07-09
1
-0
/
+2
*
[WinEH] Give up on using CSRs across 32-bit invokes for now
Reid Kleckner
2015-07-09
1
-2
/
+17
*
AMDGPU: Add helper function for implicit parameter offsets.
Tom Stellard
2015-07-09
4
-4
/
+28
*
Unbreak WebAssembly build
JF Bastien
2015-07-09
4
-26
/
+6
*
AMDGPU/R600: Return correct chain when lowering loads
Matt Arsenault
2015-07-09
1
-8
/
+2
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
10
-15
/
+42
*
AMDGPU/SI: The SIShrinkInstructions pass should only fold immediates with one...
Tom Stellard
2015-07-09
1
-1
/
+1
*
AMDGPU/SI: Fix crash on physical registers in SIInstrInfo::isOperandLegal()
Tom Stellard
2015-07-09
1
-1
/
+4
*
[Hexagon] Add missing preamble to a source file
Krzysztof Parzyszek
2015-07-09
1
-0
/
+9
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
14
-15
/
+17
*
Reapply fixed r241790: Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
1
-1
/
+1
*
[Hexagon] Add support for atomic RMW operations
Krzysztof Parzyszek
2015-07-09
3
-1
/
+59
*
[AArch64] Select SBFIZ or UBFIZ instead of left + right shifts
Arnaud A. de Grandmaison
2015-07-09
1
-20
/
+16
*
[ARM] Thumb1 3 to 2 operand convertion for commutative operations
Scott Douglass
2015-07-09
1
-3
/
+21
*
[ARM] Don't be overzealous converting Thumb1 3 to 2 operands
Scott Douglass
2015-07-09
1
-0
/
+5
*
[ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2
Scott Douglass
2015-07-09
1
-2
/
+12
*
[ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)
Scott Douglass
2015-07-09
1
-42
/
+45
*
Add support for nest attribute to AArch64 backend
Renato Golin
2015-07-09
1
-0
/
+5
*
Revert r241790: Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
1
-1
/
+1
*
Fix shift legalization and lowering for big constants.
Pawel Bylica
2015-07-09
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
40
-294
/
+27
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
14
-111
/
+119
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
20
-51
/
+50
*
Make getByValTypeAlignment() taking DataLayout as an argument
Mehdi Amini
2015-07-09
4
-5
/
+9
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
15
-24
/
+38
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
54
-815
/
+928
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
14
-125
/
+37
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
7
-48
/
+50
*
[x86] enable machine combiner reassociations for scalar single-precision mult...
Sanjay Patel
2015-07-08
1
-2
/
+4
*
Add missing dependency to Hexagon target.
Diego Novillo
2015-07-08
1
-0
/
+1
*
[Win64] Only treat some functions as having the Win64 convention
Reid Kleckner
2015-07-08
1
-2
/
+20
*
[Hexagon] Implement commoning of GetElementPtr instructions
Krzysztof Parzyszek
2015-07-08
3
-0
/
+1340
*
[SEH] Ensure that empty __except blocks have their own BB
Reid Kleckner
2015-07-08
1
-0
/
+5
*
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
Duncan P. N. Exon Smith
2015-07-08
1
-4
/
+4
*
Cosmetic cleanups - NFC
Eli Bendersky
2015-07-08
2
-6
/
+3
*
[SPARC] Cleanup handling of the Y/ASR registers.
James Y Knight
2015-07-08
4
-13
/
+22
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
Revert 241681: causes Windows builds to fail
Krzysztof Parzyszek
2015-07-08
3
-1604
/
+1
*
[Hexagon] Generate "insert" instructions more aggressively
Krzysztof Parzyszek
2015-07-08
3
-1
/
+1604
*
[X86][SSE] Added (V)ROUNDSD + (V)ROUNDSS stack folding support
Simon Pilgrim
2015-07-08
1
-4
/
+8
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
2
-10
/
+12
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
5
-32
/
+93
*
[WinEH] Add localaddress intrinsic instead of using frameaddress
Reid Kleckner
2015-07-07
1
-0
/
+13
*
Add more nvcasts
Arnold Schwaighofer
2015-07-07
1
-0
/
+8
*
[WebAssembly] Set the scheduling preference.
Dan Gohman
2015-07-07
1
-0
/
+2
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
5
-11
/
+11
*
fix typo; NFC
Sanjay Patel
2015-07-07
1
-1
/
+1
*
Add a pattern for a nvcast from v2f64 -> v4f32
Arnold Schwaighofer
2015-07-07
1
-0
/
+1
*
Use default member initializers to deduplicate code in X86MachineFunctionInfo...
Reid Kleckner
2015-07-07
1
-50
/
+19
[prev]
[next]