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
/
include
/
llvm
/
Target
/
TargetMachine.h
Age
Commit message (
Expand
)
Author
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-01-09
For some LLVM-as-library uses it is convenient to create a
David Tweed
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2012-12-11
llvm/Target/TargetMachine.h: Remove two dependent headers.
NAKAMURA Takumi
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-10-28
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
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-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-07-02
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-04-08
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-03-25
Prune some includes and forward declarations.
Craig Topper
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
2012-01-12
Move Sched::Preference out of TargetMachine.h where it is not referenced.
Evan Cheng
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
TargetMachine: document unnamed bool argument
Dylan Noblesmith
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-10-24
Delete the Latency scheduling preference.
Dan Gohman
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
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-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-04-30
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-03-28
Integrated-As: Add support for setting the AllowTemporaryLabels flag via
Daniel Dunbar
2011-03-21
Fix unused param warning.
Eric Christopher
2011-03-18
Beginnings of MC-JIT code generation.
Jim Grosbach
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-10-16
Whitespace!
Michael J. Spencer
2010-09-27
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-24
Add hook to insert late LLVM=>LLVM passes just before isel
Anton Korobeynikov
2010-07-24
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-07-22
Warnings patrol.
Eric Christopher
2010-07-22
Initial modifications to MCAssembler and TargetMachine for the MCJIT.
Reid Kleckner
2010-05-26
MC: Add TargetMachine support for setting the value of MCRelaxAll with
Daniel Dunbar
2010-05-20
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-11
Remove the "WantsWholeFile" concept, as it's no longer needed. CBE
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-16
Add a getSelectionDAGInfo member to TargetMachine.
Dan Gohman
2010-04-13
add llvm codegen support for -ffunction-sections and -fdata-sections,
Chris Lattner
[next]