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
/
ARM.h
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-03-15
Adding an A15 specific optimization pass for interactions between S/D/Q regis...
Silviu Baranga
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-07
ARM: Fix a few copy-paste errors.
Jim Grosbach
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-27
[arm-fast-isel] Add support for ELF PIC.
Jush Lu
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-02-19
comment fix ARM.h
Jia Liu
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2011-09-29
Delete NEONMoveFix, now unused.
Jakob Stoklund Olesen
2011-09-29
Move to ISelLowering.
Bill Wendling
2011-09-27
This is the start of the new SjLj EH preparation pass, which will replace the
Bill Wendling
2011-07-25
Code clean up.
Evan Cheng
2011-07-23
Sink ARM mc routines into MCTargetDesc.
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-06-22
Add missing header.
Jim Grosbach
2011-06-22
Move ARMMachObjectWriter to its own file.
Jim Grosbach
2010-12-05
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-01
Move the ARMAsmPrinter class defintiion into a header file.
Jim Grosbach
2010-11-14
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
Chris Lattner
2010-11-14
even more simplifications. ARM MCInstLowering is now just
Chris Lattner
2010-09-30
I added a new file ARMAsmBackend which stubs out in similar ways to
Jason W Kim
2010-09-17
Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!
Jim Grosbach
2010-09-15
Factor out basic enums and hleper functions from ARM.h for cleaner sharing
Jim Grosbach
2010-09-13
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
Bob Wilson
2010-08-24
Add comments for what the condition code symbols mean.
Bill Wendling
2010-08-12
Cleaned up the for-disassembly-only entries in the arm instruction table so that
Johnny Chen
2010-07-24
Hook in GlobalMerge pass
Anton Korobeynikov
2010-07-02
Remove early IT block formation. It's not used.
Evan Cheng
2010-06-16
Remove the hidden "neon-reg-sequence" option. The reg sequences are working
Bob Wilson
2010-06-09
Thumb2 IT blocks are fairly expensive. When there are multiple selects using
Evan Cheng
2010-05-05
Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE.
Evan Cheng
2010-04-07
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
Some initial version of global merger
Anton Korobeynikov
2010-02-02
tidy some targets.
Chris Lattner
2010-02-02
remove dead code.
Chris Lattner
2009-12-02
Factor the stack alignment calculations out into a target independent pass.
Jim Grosbach
2009-11-15
Detect need for autoalignment of the stack earlier to catch spills more
Jim Grosbach
2009-11-06
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-03
Turn neon reg-reg moves fixup code into separate pass. This should reduce the...
Anton Korobeynikov
2009-09-28
Pass the optimization level when constructing the ARM instruction selector.
Bob Wilson
2009-08-11
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-08
Code refactoring. No functionality change.
Evan Cheng
2009-08-05
Add a new pre-allocation pass to assign adjacent registers for Neon instructions
Bob Wilson
2009-08-05
Remove a redundant declaration.
Bob Wilson
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-18
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
[next]