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
/
ARMTargetMachine.h
Age
Commit message (
Expand
)
Author
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Adding simple cast cost to ARM
Renato Golin
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-07
ARM: Copy-paste error.
Jim Grosbach
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-11
Replace TargetLowering::isIntImmLegal() with
Evan Cheng
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-23
Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'
Derek Schuff
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-03
Added TargetPassConfig. The first little step toward configuring codegen passes.
Andrew Trick
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-07
Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-10-03
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-09-27
Hard to imagine there are still people using inferior compilers.
Daniel Dunbar
2010-09-27
Odd additional stub framework for the ARM MC ELF emission.
Rafael Espindola
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-24
Hook in GlobalMerge pass
Anton Korobeynikov
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
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-03-19
Remove a memory leak from ThumbTargetMachine.
Jeffrey Yasskin
2010-02-02
remove dead code.
Chris Lattner
2010-02-02
eliminate all the dead addSimpleCodeEmitter implementations.
Chris Lattner
2009-10-25
of -> or
Jim Grosbach
2009-09-30
Add a option which would move ld/st multiple pass before post-alloc scheduling.
Evan Cheng
2009-08-12
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-02
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-07-15
Lift addAssemblyEmitter into LLVMTargetMachine.
Daniel Dunbar
2009-07-15
Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.
Daniel Dunbar
2009-07-15
Remove old style hacks to register AsmPrinter into TargetMachine.
Daniel Dunbar
[next]