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
/
ARM
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Replace ARMISD::FMIN/FMAX with the shiny new ISD::FMINNAN/FMAXNAN.
James Molloy
2015-08-11
1
-4
/
+10
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Fix unused variable warning introduced in r244314
Silviu Baranga
2015-08-07
1
-2
/
+4
*
[ARM] Update ReconstructShuffle to handle mismatched types
Silviu Baranga
2015-08-07
1
-92
/
+154
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-3
/
+2
*
ARM: support windows division routines
Saleem Abdulrasool
2015-08-04
1
-0
/
+5
*
ARM: make Darwin libcall registration table driven (NFC)
Saleem Abdulrasool
2015-08-04
1
-71
/
+65
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-3
/
+3
*
[ARM] Lower modulo operation to generate __aeabi_divmod on Android
Sumanth Gundapaneni
2015-07-31
1
-3
/
+4
*
fix memcpy/memset/memmove lowering when optimizing for size
Sanjay Patel
2015-07-30
1
-3
/
+3
*
Implement target independent TLS compatible with glibc's emutls.c.
Chih-Hung Hsieh
2015-07-28
1
-0
/
+2
*
[ARM] - Fix lowering of shufflevectors in AArch32
Luke Cheeseman
2015-07-24
1
-38
/
+127
*
When lowering vector shifts a check is performed to see if the value to shift by
Luke Cheeseman
2015-07-24
1
-4
/
+8
*
[ARM] Use [SU]ABSDIFF nodes instead of intrinsics for VABD/VABA
James Molloy
2015-07-17
1
-0
/
+14
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
1
-5
/
+17
*
ARM: Fix cttz expansion on vector types.
Logan Chien
2015-07-13
1
-2
/
+98
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-2
/
+2
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-19
/
+23
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-3
/
+3
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-67
/
+72
*
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
Mehdi Amini
2015-07-08
1
-8
/
+10
*
[ARM] Define a subtarget feature and use it to decide whether long calls should
Akira Hatanaka
2015-07-07
1
-6
/
+1
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-3
/
+3
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-5
/
+3
*
[ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.
Hao Liu
2015-06-26
1
-0
/
+161
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[ARM] Look through concat when lowering in-place shuffles (VZIP, ..)
Ahmed Bougacha
2015-06-19
1
-0
/
+38
*
[ARM] Factor out two-result shuffle matching. NFCI.
Ahmed Bougacha
2015-06-19
1
-26
/
+35
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-2
/
+7
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-7
/
+2
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-2
/
+5
*
Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."
Peter Collingbourne
2015-06-05
1
-52
/
+0
*
Re-commit of r238201 with fix for building with shared libraries.
Luke Cheeseman
2015-06-01
1
-1
/
+47
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-1
/
+2
*
Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM.
Peter Collingbourne
2015-05-28
1
-0
/
+52
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
1
-47
/
+1
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
1
-1
/
+47
*
Test Commit
Luke Cheeseman
2015-05-26
1
-1
/
+0
*
ARM: Fix comment and make it slightly more readable
Matthias Braun
2015-05-20
1
-7
/
+7
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-5
/
+5
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-45
/
+2
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-2
/
+45
*
Re-apply r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
2015-05-14
1
-3
/
+0
*
ARM: remove custom jump table UID
Tim Northover
2015-05-13
1
-22
/
+11
*
Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it is causing failures in S...
Silviu Baranga
2015-05-13
1
-0
/
+3
*
[AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
2015-05-13
1
-3
/
+0
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-6
/
+10
*
ScheduleDAGInstrs: In functions with tail calls PseudoSourceValues are not no...
Arnold Schwaighofer
2015-05-08
1
-1
/
+3
[prev]
[next]