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
/
tools
/
lto
/
LTOCodeGenerator.cpp
Age
Commit message (
Expand
)
Author
2013-03-29
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-13
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-02-28
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-01-15
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-05
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2012-12-11
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-10
Revert r169656.
Bill Wendling
2012-12-10
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-29
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-27
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-26
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
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-15
LTO also needs to initialize the TargetTransform infrastructure.
Nadav Rotem
2012-10-12
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-06
Explicitly erase the file from disk if something bad happened. <rdar://proble...
Bill Wendling
2012-08-08
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-06
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-05-30
Reinstate -O3 for LTO.
David Blaikie
2012-04-16
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-09
Revert the 'EnableInitializing' flag. There is debate on whether we should ru...
Bill Wendling
2012-04-09
Apply the scope restrictions after parsing the command line options. There ma...
Bill Wendling
2012-04-09
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-05
The internalize pass can be dangerous for LTO.
Bill Wendling
2012-04-02
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-03-31
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
Trim headers.
Bill Wendling
2012-03-31
Indent according to LLVM's style guide.
Bill Wendling
2012-03-31
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
These strings aren't 'const char *' but 'char *'.
Bill Wendling
2012-03-31
Cleanup whitespace.
Bill Wendling
2012-03-31
Free the codegen options when deleting LTO code generator object.
Bill Wendling
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-05
Now that the linker supports lazily materialising globals, don't
Peter Collingbourne
2011-11-01
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-18
Fixed compilation warning on Linux by fixing the type of a return value.
John Criswell
2011-08-02
Move methods in PassManagerBuilder offline.
Rafael Espindola
2011-08-02
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-07-25
Fix typo.
Nick Lewycky
2011-07-22
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
[next]