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
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ARM] Add mrrc/mrrc2 co-processor intrinsics
Ranjeet Singh
2016-06-13
1
-0
/
+28
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+7
*
[Thumb] Select a BIC instead of AND if the immediate can be encoded more opti...
James Molloy
2016-06-09
1
-1
/
+40
*
[Thumb-1] Add optimized constant materialization for integers [256..512)
James Molloy
2016-06-07
1
-0
/
+1
*
[ARM] Add additional matching for UBFX instructions
Oliver Stannard
2016-06-01
1
-0
/
+21
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-5
/
+7
*
SDAG: Implement Select instead of SelectImpl in ARMDAGToDAGISel
Justin Bogner
2016-05-12
1
-258
/
+347
*
SDAG: Clean up dangling nodes in ARMISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-1
/
+7
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-3
/
+2
*
ARM: Use a Handle to track SDNodes in case they're CSE'd. NFC
Justin Bogner
2016-05-05
1
-4
/
+2
*
ARM: use a pseudo-instruction for cmpxchg at -O0.
Tim Northover
2016-04-18
1
-0
/
+33
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction selection
Sam Parker
2016-04-08
1
-0
/
+138
*
ARM: support TLS for WoA
Saleem Abdulrasool
2016-02-03
1
-0
/
+5
*
ARM: don't mangle DAG constant if it has more than one use
Tim Northover
2016-01-29
1
-2
/
+2
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-7
/
+32
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-32
/
+7
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-7
/
+32
*
[ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-1
/
+1
*
ARM: support TLS accesses on Darwin platforms
Tim Northover
2016-01-07
1
-5
/
+10
*
ARM: don't use a deleted node as the BaseReg in complex pattern.
Tim Northover
2015-12-09
1
-1
/
+4
*
[ARM] Handle the inline asm constraint type 'o'
James Molloy
2015-10-26
1
-0
/
+1
*
ARM: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-2
/
+2
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-4
/
+4
*
[ARM] Extract shifts out of multiply-by-constant
John Brawn
2015-09-14
1
-19
/
+111
*
[ADT] Switch a bunch of places in LLVM that were doing single-character
Chandler Carruth
2015-09-10
1
-2
/
+2
*
[ARM] Get rid of SelectT2ShifterOperandReg, NFC
John Brawn
2015-09-07
1
-25
/
+1
*
[ARM] Reorganise and simplify thumb-1 load/store selection
John Brawn
2015-08-13
1
-93
/
+6
*
ARMISelDAGToDAG.cpp had this self-contradictory code:
Artyom Skrobov
2015-08-05
1
-5
/
+5
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-16
/
+31
*
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] Fix r238921. We must handle Constraint_i too.
Daniel Sanders
2015-06-03
1
-0
/
+4
*
[arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory ...
Daniel Sanders
2015-06-03
1
-7
/
+19
*
Re-commit of r238201 with fix for building with shared libraries.
Luke Cheeseman
2015-06-01
1
-0
/
+428
*
Revert "Re-commit changes in r237579 with fix for bug breaking windows builds."
Diego Novillo
2015-05-26
1
-428
/
+0
*
Re-commit changes in r237579 with fix for bug breaking windows builds.
Luke Cheeseman
2015-05-26
1
-0
/
+428
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-423
/
+0
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-0
/
+423
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-143
/
+161
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-161
/
+143
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-143
/
+161
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-3
/
+4
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-4
/
+3
*
Add infrastructure for support of multiple memory constraints.
Daniel Sanders
2015-03-12
1
-3
/
+4
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-1
/
+1
*
Improve handling of stack accesses in Thumb-1
Renato Golin
2015-02-25
1
-0
/
+15
*
Get the cached subtarget off the MachineFunction rather than
Eric Christopher
2015-02-20
1
-1
/
+1
*
[ARM] Re-re-apply VLD1/VST1 base-update combine.
Ahmed Bougacha
2015-02-19
1
-5
/
+11
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-1
/
+1
[prev]
[next]