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
/
CodeGen
/
GlobalISel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GlobalISel] IRTranslator: Translate the intrinsics ignored by CodeGen
Volkan Keles
2019-06-07
1
-0
/
+5
*
[MIPS GlobalISel] Select floor and ceil
Petar Avramovic
2019-06-06
1
-1
/
+9
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-2
/
+2
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-1
/
+4
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-4
/
+1
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-1
/
+4
*
Revert "[X86] Use 'llvm_unreachable' instead of nullptr in unreachable code to"
Pengfei Wang
2019-05-29
1
-3
/
+1
*
[X86] Use 'llvm_unreachable' instead of nullptr in unreachable code to
Pengfei Wang
2019-05-29
1
-1
/
+3
*
GlobalISel: support swifterror attribute on AArch64.
Tim Northover
2019-05-24
2
-17
/
+86
*
AMDGPU/GlobalISel: Legality for integer min/max
Matt Arsenault
2019-05-23
1
-1
/
+13
*
GlobalISel: Implement lower for S64->S32 [SU]ITOFP
Matt Arsenault
2019-05-17
1
-0
/
+121
*
GlobalISel: Define integer min/max instructions
Matt Arsenault
2019-05-17
1
-1
/
+5
*
AMDGPU/GlobalISel: Legalize G_FCOPYSIGN
Matt Arsenault
2019-05-17
1
-0
/
+1
*
[GlobalISel] Fix -Wsign-compare on 32-bit -DLLVM_ENABLE_ASSERTIONS=on builds
Fangrui Song
2019-05-17
1
-1
/
+2
*
GlobalISel: Add DstOp version of buildIntrinsic
Matt Arsenault
2019-05-16
1
-0
/
+12
*
GlobalISel: Add buildFConstant for APFloat
Matt Arsenault
2019-05-16
1
-0
/
+7
*
GlobalISel: Fix indentation
Matt Arsenault
2019-05-16
1
-1
/
+1
*
GlobalISel: Add G_FCOPYSIGN
Matt Arsenault
2019-05-16
1
-0
/
+2
*
[IRTranslator] Don't hardcode GEP index type
Diana Picus
2019-05-14
1
-2
/
+8
*
[IRTranslator] Use the alloc size instead of the store size when translating ...
Quentin Colombet
2019-05-03
1
-1
/
+1
*
[globalisel] Improve Legalizer debug output
Daniel Sanders
2019-04-29
2
-6
/
+62
*
[GlobalISel] Fix inserting copies in the right position for reg definitions
Marcello Maggioni
2019-04-26
2
-12
/
+38
*
[GlobalISel][AArch64] Legalize G_FNEARBYINT
Jessica Paquette
2019-04-25
1
-0
/
+2
*
[GlobalISel] Add IRTranslator support for G_FNEARBYINT
Jessica Paquette
2019-04-25
1
-0
/
+2
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-3
/
+3
*
[AArch64][GlobalISel] Legalize G_INTRINSIC_ROUND
Jessica Paquette
2019-04-23
1
-0
/
+1
*
[AArch64][GlobalISel] Legalize G_INTRINSIC_TRUNC
Jessica Paquette
2019-04-23
1
-0
/
+1
*
GlobalISel: Legalize scalar G_EXTRACT sources
Matt Arsenault
2019-04-22
1
-0
/
+7
*
Revert r358800. Breaks Obsequi from the test suite.
Amara Emerson
2019-04-20
1
-95
/
+4
*
Revert "Revert "[GlobalISel] Add legalization support for non-power-2 loads a...
Amara Emerson
2019-04-19
1
-4
/
+95
*
[GlobalISel][AArch64] Legalize + select G_FRINT
Jessica Paquette
2019-04-19
1
-0
/
+2
*
[GlobalISel] Add IRTranslator support for G_FRINT
Jessica Paquette
2019-04-19
1
-0
/
+2
*
Revert "[GlobalISel] Add legalization support for non-power-2 loads and stores"
Amara Emerson
2019-04-19
1
-95
/
+4
*
[GlobalISel][AArch64] Legalize vector G_FPOW
Jessica Paquette
2019-04-19
1
-0
/
+1
*
[NFC] FMF propagation for GlobalIsel
Michael Berg
2019-04-18
2
-8
/
+8
*
[GISel]:IRTranslator: Prefer a buidInstr form that allows CSE of cast instruc...
Aditya Nandakumar
2019-04-18
1
-1
/
+1
*
Add a getSizeInBits() accessor to MachineMemOperand. NFC.
Amara Emerson
2019-04-17
1
-5
/
+5
*
[GlobalISel] Add legalization support for non-power-2 loads and stores
Amara Emerson
2019-04-17
1
-3
/
+94
*
Change some llvm::{lower,upper}_bound to llvm::bsearch. NFC
Fangrui Song
2019-04-17
1
-4
/
+2
*
[AArch64][GlobalISel] Don't do extending loads combine for non-pow-2 types.
Amara Emerson
2019-04-15
1
-0
/
+5
*
[GlobalISel] Enable CSE in the IRTranslator & legalizer for -O0 with constant...
Amara Emerson
2019-04-15
4
-14
/
+13
*
[GlobalISel] Introduce a CSEConfigBase class to allow targets to define their...
Amara Emerson
2019-04-15
3
-8
/
+18
*
[AArch64][GlobalISel] Enable copy elision in the pre-legalizer combine and fi...
Amara Emerson
2019-04-13
1
-0
/
+1
*
[GlobalISel] Fix a crash when handling an invalid MVT during call lowering.
Amara Emerson
2019-04-12
1
-1
/
+1
*
Use llvm::upper_bound. NFC
Fangrui Song
2019-04-12
1
-3
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-2
/
+1
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-1
/
+2
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-2
/
+1
*
[AArch64][GlobalISel] Scalarize vector SDIV.
Amara Emerson
2019-04-10
1
-0
/
+1
*
GlobalISel: Move computeValueLLTs
Matt Arsenault
2019-04-10
1
-30
/
+0
[next]