index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMBaseInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-11
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-10
Fix ARM LDMIA MI.
JF Bastien
2013-05-05
ARM AnalyzeBranch should conservatively return true when it sees a predicated
Evan Cheng
2013-04-21
ARM: Use ldrd/strd to spill 64-bit pairs when available.
Tim Northover
2013-04-20
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
Tim Northover
2013-04-05
ARM scheduler model: Swift has varying latencies, uops for simple ALU ops
Arnold Schwaighofer
2013-03-27
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-02-21
Radar numbers don't belong in source code.
Evan Cheng
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-20
MachineInstrBuilderize ARM.
Jakob Stoklund Olesen
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-10-26
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-10
misched: Use the TargetSchedModel interface wherever possible.
Andrew Trick
2012-10-10
whitespace
Andrew Trick
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-14
Implement getNumLDMAddresses and expose through ARMBaseInstrInfo.
Andrew Trick
2012-09-13
This patch introduces A15 as a target in LLVM.
Silviu Baranga
2012-09-10
Don't attempt to use flags from predicated instructions.
Jakob Stoklund Olesen
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
2012-09-01
Limit domain conversion to cases where it won't break dep chains.
Tim Northover
2012-08-30
Add support for moving pure S-register to NEON pipeline if desired
Tim Northover
2012-08-29
Refactor setExecutionDomain to be clearer about what it's doing and more robust.
Tim Northover
2012-08-29
Cleanup sloppy code. Jakob's review.
Andrew Trick
2012-08-29
Fix ARM vector copies of overlapping register tuples.
Andrew Trick
2012-08-29
cleanup
Andrew Trick
2012-08-28
Revert r162713: "Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ...
Jakob Stoklund Olesen
2012-08-27
Add ATOMIC_LDR* pseudo-instructions to model atomic_load on ARM.
Jakob Stoklund Olesen
2012-08-27
Make sure we add the predicate after all of the registers are added.
Bill Wendling
[next]