index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMBaseInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: optimizeSelect has to consider the previous register class
Matthias Braun
2013-10-04
1
-4
/
+9
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
1
-69
/
+2
*
IfConverter: Use TargetSchedule for instruction latencies
Arnold Schwaighofer
2013-09-30
1
-0
/
+18
*
Fix spelling.
Robert Wilhelm
2013-09-14
1
-1
/
+1
*
[ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Joey Gouly
2013-09-09
1
-4
/
+78
*
Let t2LDRBi8 and t2LDRBi12 have same Base Pointer
Renato Golin
2013-08-14
1
-1
/
+14
*
Refactor AnalyzeBranch on ARM. The previous version did not always analyze
Lang Hames
2013-07-19
1
-88
/
+67
*
Related to r181161 - Indirect branches may not be the last branch in a basic
Lang Hames
2013-07-16
1
-0
/
+7
*
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-12
1
-0
/
+3
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-10
/
+0
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-2
/
+1
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-2
/
+1
*
ARMInstrInfo: Improve isSwiftFastImmShift
Arnold Schwaighofer
2013-06-05
1
-0
/
+2
*
Revert series of sched model patches until I figure out what is going on.
Arnold Schwaighofer
2013-06-04
1
-2
/
+0
*
ARMInstrInfo: Improve isSwiftFastImmShift
Arnold Schwaighofer
2013-06-04
1
-0
/
+2
*
ARM AnalyzeBranch should conservatively return true when it sees a predicated
Evan Cheng
2013-05-05
1
-3
/
+9
*
ARM: Use ldrd/strd to spill 64-bit pairs when available.
Tim Northover
2013-04-21
1
-17
/
+38
*
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Tim Northover
2013-04-20
1
-1
/
+1
*
ARM scheduler model: Swift has varying latencies, uops for simple ALU ops
Arnold Schwaighofer
2013-04-05
1
-0
/
+12
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
1
-7
/
+5
*
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-15
1
-1
/
+1
*
Radar numbers don't belong in source code.
Evan Cheng
2013-02-21
1
-2
/
+0
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-2
/
+3
*
MachineInstrBuilderize ARM.
Jakob Stoklund Olesen
2012-12-20
1
-3
/
+4
*
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
1
-3
/
+4
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-28
1
-5
/
+5
*
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
1
-0
/
+6
*
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
1
-0
/
+19
*
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
1
-12
/
+0
*
whitespace
Andrew Trick
2012-10-10
1
-3
/
+3
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Add LLVM support for Swift.
Bob Wilson
2012-09-29
1
-9
/
+458
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-1
/
+1
*
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-18
1
-13
/
+56
*
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-14
1
-0
/
+31
*
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-13
1
-13
/
+13
*
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-10
1
-2
/
+8
*
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
1
-56
/
+31
*
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-05
1
-6
/
+6
*
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-09-01
1
-12
/
+48
*
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-30
1
-2
/
+71
*
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
1
-45
/
+53
*
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
1
-4
/
+3
*
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
1
-0
/
+13
*
cleanup
Andrew Trick
2012-08-29
1
-21
/
+19
*
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-28
1
-10
/
+10
*
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
1
-10
/
+10
[next]