index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2010-12-05
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-11-17
tidy up
Chris Lattner
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-11
Revert the accidental commit I made reverting the previous commit.
Eric Christopher
2010-11-11
Revert this temporarily.
Eric Christopher
2010-10-03
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-09-30
I added a new file ARMAsmBackend which stubs out in similar ways to
Jason W Kim
2010-09-28
Resolve this GCC warning:
Nick Lewycky
2010-09-27
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-13
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
Bob Wilson
2010-08-11
Report error if codegen tries to instantiate a ARM target when the cpu does s...
Evan Cheng
2010-08-09
Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...
Evan Cheng
2010-08-09
Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...
Evan Cheng
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-25
Add missing ARM and Thumb data layout info for vector types.
Bob Wilson
2010-06-24
Oops. IT block formation pass needs to be run at any optimization level.
Evan Cheng
2010-06-18
Move ARM if-conversion before post-ra scheduling.
Evan Cheng
2010-06-18
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-16
Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...
Evan Cheng
2010-06-09
Typo.
Evan Cheng
2010-06-09
Thumb2 IT blocks are fairly expensive. When there are multiple selects using
Evan Cheng
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-04-07
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.
Anton Korobeynikov
2010-04-07
Some initial version of global merger
Anton Korobeynikov
2010-03-20
TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects.
Daniel Dunbar
2010-02-02
remove dead code.
Chris Lattner
2010-02-02
eliminate all the dead addSimpleCodeEmitter implementations.
Chris Lattner
2010-01-19
For aligned load/store instructions, it's only required to know whether a
Jim Grosbach
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-07
indicate what the native integer types for the target are.
Chris Lattner
2009-11-06
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-11-03
Move subtarget check upper for NEON reg-reg fixup pass.
Anton Korobeynikov
2009-11-03
Turn neon reg-reg moves fixup code into separate pass. This should reduce the...
Anton Korobeynikov
2009-10-28
Revert r85346 change to control tail merging by CodeGenOpt::Level.
Bob Wilson
2009-10-27
Record CodeGen optimization level in the BranchFolding pass so that we can
Bob Wilson
2009-10-22
Revert 84843. Evan, this was breaking some of the if-conversion tests.
Bob Wilson
2009-10-22
Move if-conversion before post-regalloc scheduling so the predicated instruct...
Evan Cheng
2009-10-22
Trim include.
Evan Cheng
2009-10-02
Move load / store multiple before post-alloc scheduling.
Evan Cheng
2009-09-30
Add a option which would move ld/st multiple pass before post-alloc scheduling.
Evan Cheng
2009-09-28
Pass the optimization level when constructing the ARM instruction selector.
Bob Wilson
2009-09-27
Enable pre-regalloc load / store multiple pass for Thumb2.
Evan Cheng
2009-09-26
Really remove this option.
Evan Cheng
2009-09-26
Remove a couple of unused command line options.
Evan Cheng
2009-09-14
trivial whitespace cleanup
Jim Grosbach
2009-08-22
rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin.
Chris Lattner
[prev]
[next]