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
*
Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807
Stephen Hines
2013-08-07
1
-9
/
+10
|
\
|
*
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
*
|
Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612
Stephen Hines
2013-06-12
1
-0
/
+1
|
\
\
|
|
/
|
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
1
-0
/
+1
*
|
Merge remote-tracking branch 'upstream/master' into merge-20130502
Stephen Hines
2013-05-02
4
-6
/
+8
|
\
\
|
|
/
|
*
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
*
|
Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226
Stephen Hines
2013-03-05
5
-76
/
+6
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'upstream/master' into merge-llvm
Stephen Hines
2013-01-21
7
-35
/
+116
|
\
\
|
|
/
|
*
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
*
|
Merge branch 'upstream' into merge-2012_09_10
Stephen Hines
2012-09-10
1
-4
/
+0
|
\
\
|
|
/
|
*
Code cleanup: tools/opt/opt.cpp
Logan Chien
2012-09-01
1
-4
/
+0
*
|
Merge with LLVM upstream r160668 (Jul 24th 2012)
Shih-wei Liao
2012-08-03
1
-13
/
+42
|
\
\
|
|
/
[next]