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
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
5
-27
/
+225
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
16
-364
/
+981
*
Merge remote-tracking branch 'upstream/release_34' into merge-20140211
Stephen Hines
2014-02-11
1
-5
/
+32
|
\
|
*
Merging r196294:
Bill Wendling
2013-12-07
1
-2
/
+14
|
*
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
*
|
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
[next]