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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
9
-43
/
+42
*
Testcase for r50770.
Owen Anderson
2008-05-06
1
-0
/
+109
*
We need to update PHIs containing the exiting block, not the exit block. We ...
Owen Anderson
2008-05-06
1
-3
/
+8
*
Improve documentation.
Gordon Henriksen
2008-05-06
1
-1
/
+2
*
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
Mikhail Glushenkov
2008-05-06
3
-6
/
+18
*
Add new edge property combinator: weight.
Mikhail Glushenkov
2008-05-06
3
-60
/
+100
*
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
*
Move test files around a bit - fixes the reported number of test cases.
Mikhail Glushenkov
2008-05-06
5
-2
/
+2
*
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
7
-42
/
+94
*
Add weights to graph edges. Choose between edges based on their weight.
Mikhail Glushenkov
2008-05-06
3
-37
/
+32
*
Remove the UnpackValues() function.
Mikhail Glushenkov
2008-05-06
4
-30
/
+4
*
Add a --linker command-line option, make all tests pass.
Mikhail Glushenkov
2008-05-06
5
-22
/
+29
*
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
Mikhail Glushenkov
2008-05-06
4
-14
/
+14
*
Add two (currently failing) tests.
Mikhail Glushenkov
2008-05-06
4
-0
/
+45
*
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
7
-49
/
+60
*
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
Mikhail Glushenkov
2008-05-06
3
-6
/
+6
*
Add output redirection, rename namespace llvmcc to namespace llvmc.
Mikhail Glushenkov
2008-05-06
10
-32
/
+52
*
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
*
Small output formatting fix.
Mikhail Glushenkov
2008-05-06
1
-1
/
+1
*
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
Mikhail Glushenkov
2008-05-06
4
-40
/
+64
*
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
*
First small tests for llvmc2.
Mikhail Glushenkov
2008-05-06
4
-0
/
+34
*
Return const char* instead of std::string in Tool classes
Mikhail Glushenkov
2008-05-06
2
-8
/
+8
*
Add an ability to choose between different edges based on edge properties.
Mikhail Glushenkov
2008-05-06
4
-14
/
+42
*
Refactoring: extract method.
Mikhail Glushenkov
2008-05-06
1
-38
/
+58
*
Add new edge properties: parameter_equals, element_in_list, and.
Mikhail Glushenkov
2008-05-06
4
-28
/
+80
*
Implemented switch_on edge property.
Mikhail Glushenkov
2008-05-06
2
-16
/
+54
*
Cosmetic change: if( -> if (
Mikhail Glushenkov
2008-05-06
1
-5
/
+5
*
Remove ExampleWithOpt.td: this file was merged with Example.td.
Mikhail Glushenkov
2008-05-06
1
-30
/
+0
*
More work on edge properties. Use Edge classes instead of strings in Compilat...
Mikhail Glushenkov
2008-05-06
6
-48
/
+69
*
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
Mikhail Glushenkov
2008-05-06
5
-104
/
+205
*
Convert internal representation to use DAG. This gives us more flexibility an...
Mikhail Glushenkov
2008-05-06
7
-80
/
+405
*
Small const-correctness fix
Mikhail Glushenkov
2008-05-06
2
-2
/
+2
*
Code reorg
Mikhail Glushenkov
2008-05-06
13
-157
/
+190
*
Testcase for PR2292.
Duncan Sands
2008-05-06
1
-0
/
+4
*
Remove tar ball from installed directory.
Bill Wendling
2008-05-06
1
-0
/
+5
*
Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.
Evan Cheng
2008-05-06
1
-3
/
+3
*
Fix typo.
Devang Patel
2008-05-06
1
-1
/
+1
*
Fix typo and indentation.
Nick Lewycky
2008-05-06
1
-2
/
+2
[prev]
[next]