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
*
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
*
Fix typo.
Matthias Braun
2015-05-07
1
-1
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+6
*
[ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math...
Artyom Skrobov
2015-05-06
1
-25
/
+100
*
Don't always apply kill flag in thumb2 ABS pseudo expansion.
Pete Cooper
2015-04-30
1
-1
/
+2
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-223
/
+251
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-251
/
+223
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-223
/
+251
*
Cleanup, remove unused return value
Matthias Braun
2015-04-28
1
-4
/
+2
*
[ARM] make vminnm/vmaxnm work with ?le, ?ge and no-nans-fp-math
Scott Douglass
2015-04-08
1
-9
/
+18
*
Use movw/movt instead of constant pool loads to lower byval parameter copies
Derek Schuff
2015-03-26
1
-5
/
+9
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
[ARM] Remove target-specific ITOFP/FPTOI nodes
James Molloy
2015-03-23
1
-44
/
+8
*
[ARM] Align stack objects passed to memory intrinsics
John Brawn
2015-03-18
1
-0
/
+15
*
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
2015-03-12
1
-1
/
+1
[next]