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
Age
Commit message (
Expand
)
Author
2012-10-10
whitespace
Andrew Trick
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
In parseMSRMaskOperand, add an explicit check for the operand being an identi...
Craig Topper
2012-10-09
Remove some dead code from ARMAsmPrinter. Add virtual and LLVM_OVERRIDE to th...
Craig Topper
2012-10-08
Enable predicated sandboxed load/store for ARM
David Sehr
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-05
[ms-inline asm] Add a few typedefs to simplify future changes.
Chad Rosier
2012-10-04
ARM: Add ldr r9 mode for TLS
David Sehr
2012-10-04
ARM: locate user-defined text sections next to default text.
Jim Grosbach
2012-10-03
Remove a localmod that may have disabled an ARMLoadStore
Jan Voung
2012-10-03
Add methods which query for the specific attribute instead of using the
Bill Wendling
2012-10-01
[ms-inline asm] Add the convertToMapAndConstraints() function that is used to
Chad Rosier
2012-10-01
MachO: direct-to-object attribute for data-in-code markers.
Jim Grosbach
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Fix ordering of operands on lowering of atomicrmw min/max nodes on ARM.
James Molloy
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-24
Rather then have a wrapper function, have tblgen instantiate the implementation.
Chad Rosier
2012-09-22
ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable]
NAKAMURA Takumi
2012-09-22
Whitespace.
NAKAMURA Takumi
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-21
[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
Chad Rosier
2012-09-21
Add comment.
Chad Rosier
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
Cortex-A9 latency fixes (w/ -schedmodel only).
Andrew Trick
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
Tidy up. Whitespace.
Jim Grosbach
2012-09-21
Tidy up. Formatting.
Jim Grosbach
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-20
Change enum type in a static table to uint8_t instead. Saves about 700 hundre...
Craig Topper
2012-09-19
Merge commit '020aba0c3b6092e353e133446cb6453f95f0d61b'
Derek Schuff
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-18
MOVi16 (movw) is only legal on cpus with V6T2 support. rdar://12300648
Evan Cheng
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-18
More domain conversion; convert VFP VMOVS to NEON instructions in more cases ...
James Molloy
2012-09-18
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-09-17
Revert r164061-r164067. Most of the new subtarget emitter.
Andrew Trick
2012-09-17
TableGen subtarget emitter. Initialize MCSubtargetInfo with the new machine m...
Andrew Trick
2012-09-17
Removed the VMLxForwarding feature for the Cortex-A15 target.
Silviu Baranga
[prev]
[next]