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
/
opt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Debug Info: In DIBuilder, the context field of subprogram is updated to use
Manman Ren
2013-10-10
1
-1
/
+1
*
Test commit. Remove whitespace from otherwise empty lines.
Greg Bedwell
2013-10-09
1
-2
/
+2
*
Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...
Craig Topper
2013-09-18
1
-0
/
+1
*
Debug Info: Use DIScopeRef for DIType::getContext.
Manman Ren
2013-09-09
1
-1
/
+7
*
Disable unrolling in the loop vectorizer when disabled in the pass manager
Hal Finkel
2013-08-28
1
-3
/
+9
*
Remove logic that decides whether to vectorize or not depending on O-levels
Arnold Schwaighofer
2013-08-13
1
-0
/
+2
*
Use function attributes to indicate that we don't want to realign the stack.
Bill Wendling
2013-08-01
1
-1
/
+0
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-0
/
+3
*
Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.
Bill Wendling
2013-07-25
1
-1
/
+0
*
Recommit r186217 with testcase fix:
Bill Wendling
2013-07-22
1
-1
/
+0
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-2
/
+2
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
1
-0
/
+1
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
1
-1
/
+0
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+5
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-2
/
+2
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-2
/
+2
*
Remove the simplify-libcalls pass (finally)
Meador Inge
2013-06-20
1
-2
/
+0
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
1
-0
/
+1
*
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
1
-16
/
+14
*
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
1
-14
/
+16
*
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
1
-16
/
+13
*
If we've specified a triple on the command line then go ahead
Eric Christopher
2013-04-14
1
-13
/
+16
*
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
1
-2
/
+2
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-0
/
+1
*
Manually update the dependencies in the Makefiles. It turns out that all
Chandler Carruth
2013-03-26
1
-1
/
+1
*
Split out the IRReader header and the utility functions it provides into
Chandler Carruth
2013-03-26
3
-3
/
+4
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
4
-3
/
+4
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+1
*
Added -view-callgraph module pass.
Andrew Trick
2013-01-11
1
-72
/
+1
*
Fix #includes after my last commit.
Jakub Staszak
2013-01-10
1
-1
/
+1
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-5
/
+3
*
Convert the TargetTransformInfo from an immutable pass with dynamic
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
4
-6
/
+6
*
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Make opt grab the triple from the module and use it to initialize the target ...
Nadav Rotem
2013-01-01
1
-8
/
+8
*
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
NAKAMURA Takumi
2012-12-11
1
-0
/
+1
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
4
-26
/
+26
*
One more step towards making doInitialization and doFinalization useful for
Pedro Artigas
2012-11-29
1
-2
/
+0
*
Revert r168635 "Step towards implementation of pass manager with doInitializa...
Owen Anderson
2012-11-27
1
-0
/
+2
*
Step towards implementation of pass manager with doInitialization and doFinal...
Owen Anderson
2012-11-26
1
-2
/
+0
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+2
*
Opt does not need to initialize the Asm printer/parser
Nadav Rotem
2012-10-24
1
-2
/
+0
*
Opt needs to initialize the different targets.
Nadav Rotem
2012-10-24
1
-0
/
+6
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
4
-3
/
+81
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
4
-81
/
+3
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
4
-3
/
+81
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-6
/
+6
*
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-09-01
1
-4
/
+0
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
[next]