index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lto
/
LTOCodeGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-1
/
+1
*
remove unnecessary space
Shuxin Yang
2013-07-23
1
-1
/
+1
*
Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
Shuxin Yang
2013-07-22
1
-0
/
+32
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+1
*
Don't run internalize if we're outputing bit-code and not an object file.
Bill Wendling
2013-07-08
1
-2
/
+4
*
Use sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
1
-1
/
+1
*
Don't use PathV1.h in LTOCodeGenerator.cpp
Rafael Espindola
2013-06-17
1
-17
/
+14
*
Don't use PathV1.h in Signals.h.
Rafael Espindola
2013-06-13
1
-1
/
+2
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
The command line options need to be processed before we create the TargetMach...
Bill Wendling
2013-05-23
1
-9
/
+8
*
Last batch of cleanups to Linker.h.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Don't construct or delete a module on the Linker.
Rafael Espindola
2013-05-04
1
-1
/
+2
*
Remove unused members and constructor arguments.
Rafael Espindola
2013-05-04
1
-1
/
+1
*
Don't produce an empty llvm.compiler.used in LTO.
Rafael Espindola
2013-04-24
1
-19
/
+19
*
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-29
1
-0
/
+5
*
Make LTO codegen use a PassManager, rather than a FunctionPassManager, for the
Lang Hames
2013-03-13
1
-13
/
+5
*
Add the -disable-opt option to LTO. This adds:
Bill Wendling
2013-02-28
1
-1
/
+7
*
LTO: Also init TTI for codegen passes.
Nadav Rotem
2013-01-15
1
-0
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-3
/
+1
*
Fix another place where we build the TTI pass to the new interface.
Chandler Carruth
2013-01-05
1
-2
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
*
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
1
-0
/
+1
*
Revert r169656.
Bill Wendling
2012-12-10
1
-9
/
+3
*
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-10
1
-1
/
+6
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
1
-3
/
+5
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-16
/
+16
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-4
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+4
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-4
/
+0
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+4
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-0
/
+2
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-2
/
+0
*
LTO also needs to initialize the TargetTransform infrastructure.
Nadav Rotem
2012-10-15
1
-0
/
+2
*
Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>
Bob Wilson
2012-10-12
1
-6
/
+14
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Explicitly erase the file from disk if something bad happened. <rdar://proble...
Bill Wendling
2012-09-06
1
-1
/
+5
*
Remove some coding violations. No functionality change.
Bill Wendling
2012-08-08
1
-9
/
+10
*
Reduce indentation by early exiting.
Bill Wendling
2012-08-06
1
-34
/
+34
*
Add a way to grab the target options from the LTO command line.
Bill Wendling
2012-08-06
1
-2
/
+5
*
Reinstate -O3 for LTO.
David Blaikie
2012-05-30
1
-3
/
+3
*
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-16
1
-3
/
+5
*
Revert the 'EnableInitializing' flag. There is debate on whether we should ru...
Bill Wendling
2012-04-09
1
-11
/
+0
*
Apply the scope restrictions after parsing the command line options. There ma...
Bill Wendling
2012-04-09
1
-3
/
+3
*
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-09
1
-2
/
+3
*
The internalize pass can be dangerous for LTO.
Bill Wendling
2012-04-05
1
-2
/
+13
*
Add an option to turn off the expensive GVN load PRE part of GVN.
Bill Wendling
2012-04-02
1
-1
/
+5
*
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
1
-8
/
+0
*
Trim headers.
Bill Wendling
2012-03-31
1
-7
/
+0
[next]