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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LTO expect common and weak to be represented differently.
Dale Johannesen
2008-05-23
1
-11
/
+1
*
Rename -no-lazy to -disable-lazy-compilation.
Evan Cheng
2008-05-21
1
-1
/
+1
*
Add CommonLinkage, in a way that preserves the
Dale Johannesen
2008-05-16
1
-0
/
+3
*
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-05-16
2
-1
/
+4
*
Re-enable tail duplication pass (now with default threshold down to 1 instruc...
Evan Cheng
2008-05-16
1
-0
/
+1
*
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-15
1
-7
/
+11
*
Remove tail duplication pass.
Evan Cheng
2008-05-15
1
-1
/
+0
*
Recover nestedloop regression reported by nightly tester.
Devang Patel
2008-05-14
1
-0
/
+2
*
Do not run instruction combiner in middle of loop optimization passes.
Devang Patel
2008-05-14
1
-1
/
+0
*
Filter option names to escape symbols not allowed as C++ identifiers.
Mikhail Glushenkov
2008-05-12
1
-3
/
+3
*
Make it possible to choose between different compilation graph definitions at...
Mikhail Glushenkov
2008-05-12
1
-1
/
+2
*
Fix some error messages; Make LLVMC pass through the exit code of a failed tool.
Mikhail Glushenkov
2008-05-12
3
-9
/
+47
*
Re-enable loop deletion by default.
Owen Anderson
2008-05-10
1
-0
/
+1
*
Rename Example.td to Graph.td.
Mikhail Glushenkov
2008-05-09
2
-1
/
+1
*
use doxygen comments for makeBuffer()
Nick Kledzik
2008-05-09
1
-4
/
+4
*
Reapply 50867: A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-09
1
-1
/
+2
*
<rdar://problem/5917641> use getMemBufferCopy if supplied buffer is not alrea...
Nick Kledzik
2008-05-09
2
-4
/
+20
*
Revertin 50867 since it was breaking the build.
Tanya Lattner
2008-05-08
1
-2
/
+1
*
Add -E and -S options
Mikhail Glushenkov
2008-05-08
1
-0
/
+5
*
A small refactoring (extract method) + some comment fixes.
Mikhail Glushenkov
2008-05-08
1
-1
/
+2
*
Use Doxygen-style comments.
Mikhail Glushenkov
2008-05-07
6
-47
/
+61
*
Disable loop deletion until the release branch.
Owen Anderson
2008-05-06
1
-1
/
+0
*
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
2
-4
/
+17
*
Add new edge property combinator: weight.
Mikhail Glushenkov
2008-05-06
2
-5
/
+15
*
Add a help string for the -c option
Mikhail Glushenkov
2008-05-06
1
-1
/
+2
*
Update documentation to reflect the current state of affairs.
Mikhail Glushenkov
2008-05-06
1
-61
/
+157
*
Some cosmetic changes (change some comments, move code around a bit).
Mikhail Glushenkov
2008-05-06
2
-43
/
+44
*
Refactoring: split the function CompilationGraph::Build() into two parts.
Mikhail Glushenkov
2008-05-06
2
-10
/
+22
*
Use edge weights to choose the right linker based on input language names.
Mikhail Glushenkov
2008-05-06
4
-15
/
+43
*
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
2
-23
/
+23
*
Remove the UnpackValues() function.
Mikhail Glushenkov
2008-05-06
3
-27
/
+1
*
Add a --linker command-line option, make all tests pass.
Mikhail Glushenkov
2008-05-06
2
-14
/
+20
*
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
1
-1
/
+1
*
Add -x option (like in gcc).
Mikhail Glushenkov
2008-05-06
5
-22
/
+93
*
Take object file as input and handle files with the same name correctly.
Mikhail Glushenkov
2008-05-06
5
-47
/
+59
*
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
9
-27
/
+47
*
Make AutoGenerated.inc depend also on Tools.td and Common.td
Mikhail Glushenkov
2008-05-06
1
-2
/
+2
*
Utilize topological sort in CompilationGraph::Build().
Mikhail Glushenkov
2008-05-06
3
-9
/
+44
*
Add TopologicalSort method to CompilationGraph.
Mikhail Glushenkov
2008-05-06
4
-38
/
+78
*
Do not require positional arguments when we're only printing out the graph.
Mikhail Glushenkov
2008-05-06
1
-3
/
+13
*
Make ChooseEdge more generic and use it to choose between different toolchains.
Mikhail Glushenkov
2008-05-06
2
-38
/
+56
*
Remove unnecessary argument from PassThroughGraph
Mikhail Glushenkov
2008-05-06
2
-5
/
+8
*
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
3
-38
/
+58
*
Enhancements for --view-graph
Mikhail Glushenkov
2008-05-06
1
-7
/
+21
*
Split the Build function into two parts.
Mikhail Glushenkov
2008-05-06
2
-43
/
+65
*
Make llvmc return 1 when the compilation fails.
Mikhail Glushenkov
2008-05-06
1
-0
/
+1
*
Return const char* instead of std::string in Tool classes
Mikhail Glushenkov
2008-05-06
1
-4
/
+4
*
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
4
-14
/
+42
*
Add new edge properties: parameter_equals, element_in_list, and.
Mikhail Glushenkov
2008-05-06
3
-6
/
+9
*
Implemented switch_on edge property.
Mikhail Glushenkov
2008-05-06
1
-0
/
+1
[next]