Mikhail Glushenkov
|
260d83068b
|
Move test files around a bit - fixes the reported number of test cases.
llvm-svn: 50761
|
2008-05-06 18:16:20 +00:00 |
Mikhail Glushenkov
|
de7fad129d
|
Refactoring: split the function CompilationGraph::Build() into two parts.
llvm-svn: 50760
|
2008-05-06 18:15:35 +00:00 |
Mikhail Glushenkov
|
a02084cff7
|
Use edge weights to choose the right linker based on input language names.
llvm-svn: 50759
|
2008-05-06 18:15:12 +00:00 |
Fariborz Jahanian
|
6a70e2019b
|
Test was accidently nullified in previous check-in.
llvm-svn: 50758
|
2008-05-06 18:14:26 +00:00 |
Mikhail Glushenkov
|
1b056e9e5a
|
Add weights to graph edges. Choose between edges based on their weight.
llvm-svn: 50757
|
2008-05-06 18:14:24 +00:00 |
Mikhail Glushenkov
|
3a2f5c423e
|
Remove the UnpackValues() function.
llvm-svn: 50756
|
2008-05-06 18:13:45 +00:00 |
Mikhail Glushenkov
|
7f6ed20009
|
Add a --linker command-line option, make all tests pass.
llvm-svn: 50755
|
2008-05-06 18:13:00 +00:00 |
Mikhail Glushenkov
|
20c18c344b
|
Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.
llvm-svn: 50754
|
2008-05-06 18:12:03 +00:00 |
Ted Kremenek
|
10427bdbb9
|
Experiment with not converting bug names to lower case.
llvm-svn: 50753
|
2008-05-06 18:11:36 +00:00 |
Mikhail Glushenkov
|
7f417b08cf
|
Add two (currently failing) tests.
llvm-svn: 50752
|
2008-05-06 18:11:21 +00:00 |
Ted Kremenek
|
8bcc1bd3d5
|
More refactorings in GeneratePathDiagnostic: use ExecutionContinues to display
"Execution continues..." message, which does a better job at handling corner cases.
llvm-svn: 50751
|
2008-05-06 18:11:09 +00:00 |
Mikhail Glushenkov
|
fc905c64ab
|
Add -x option (like in gcc).
llvm-svn: 50750
|
2008-05-06 18:10:53 +00:00 |
Mikhail Glushenkov
|
baacf0d692
|
Take object file as input and handle files with the same name correctly.
llvm-svn: 50749
|
2008-05-06 18:10:20 +00:00 |
Mikhail Glushenkov
|
1002d5f33f
|
Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitter
llvm-svn: 50748
|
2008-05-06 18:09:29 +00:00 |
Fariborz Jahanian
|
09367d68ff
|
Patch to refactor setter/getter names of property attributes into Selector
(was IdentifierInfo * before). This will make method declartations whole
lot easier.
llvm-svn: 50747
|
2008-05-06 18:09:04 +00:00 |
Mikhail Glushenkov
|
d4918dd32c
|
Add output redirection, rename namespace llvmcc to namespace llvmc.
llvm-svn: 50746
|
2008-05-06 18:08:59 +00:00 |
Mikhail Glushenkov
|
2eb0268fab
|
Make AutoGenerated.inc depend also on Tools.td and Common.td
llvm-svn: 50745
|
2008-05-06 18:08:12 +00:00 |
Mikhail Glushenkov
|
73d866efda
|
Utilize topological sort in CompilationGraph::Build().
This makes more interesting graph topologies possible. Currently all tests pass,
but more testing is needed.
llvm-svn: 50744
|
2008-05-06 18:07:48 +00:00 |
Mikhail Glushenkov
|
7701512231
|
Add TopologicalSort method to CompilationGraph.
llvm-svn: 50743
|
2008-05-06 18:07:14 +00:00 |
Mikhail Glushenkov
|
af932f0d96
|
Do not require positional arguments when we're only printing out the graph.
llvm-svn: 50742
|
2008-05-06 17:44:16 +00:00 |
Mikhail Glushenkov
|
0620d0ca47
|
Make ChooseEdge more generic and use it to choose between different toolchains.
llvm-svn: 50741
|
2008-05-06 17:28:03 +00:00 |
Mikhail Glushenkov
|
891c14d1f1
|
Remove unnecessary argument from PassThroughGraph
llvm-svn: 50740
|
2008-05-06 17:27:37 +00:00 |
Mikhail Glushenkov
|
7ed45e2261
|
Small output formatting fix.
llvm-svn: 50739
|
2008-05-06 17:27:15 +00:00 |
Mikhail Glushenkov
|
2709e1a2c9
|
Add inward edge counters to Nodes; Associate JoinLists with JoinTools.
llvm-svn: 50738
|
2008-05-06 17:26:53 +00:00 |
Mikhail Glushenkov
|
ee81aa3812
|
Enhancements for --view-graph
llvm-svn: 50737
|
2008-05-06 17:26:14 +00:00 |
Mikhail Glushenkov
|
be23113e93
|
Split the Build function into two parts.
llvm-svn: 50736
|
2008-05-06 17:25:51 +00:00 |
Mikhail Glushenkov
|
af15882a5a
|
Make llvmc return 1 when the compilation fails.
llvm-svn: 50735
|
2008-05-06 17:25:23 +00:00 |
Mikhail Glushenkov
|
07597594b2
|
First small tests for llvmc2.
llvm-svn: 50734
|
2008-05-06 17:24:54 +00:00 |
Mikhail Glushenkov
|
baa0b592d0
|
Return const char* instead of std::string in Tool classes
llvm-svn: 50733
|
2008-05-06 17:24:26 +00:00 |
Mikhail Glushenkov
|
6ec1761ef6
|
Add an ability to choose between different edges based on edge properties.
llvm-svn: 50732
|
2008-05-06 17:23:50 +00:00 |
Mikhail Glushenkov
|
1c41c6d734
|
Refactoring: extract method.
llvm-svn: 50731
|
2008-05-06 17:23:14 +00:00 |
Mikhail Glushenkov
|
59eb254092
|
Add new edge properties: parameter_equals, element_in_list, and.
llvm-svn: 50730
|
2008-05-06 17:22:47 +00:00 |
Mikhail Glushenkov
|
681df41f2c
|
Implemented switch_on edge property.
llvm-svn: 50729
|
2008-05-06 17:22:03 +00:00 |
Mikhail Glushenkov
|
39a9335241
|
Cosmetic change: if( -> if (
llvm-svn: 50728
|
2008-05-06 16:37:33 +00:00 |
Mikhail Glushenkov
|
abd7cc7238
|
Remove ExampleWithOpt.td: this file was merged with Example.td.
llvm-svn: 50727
|
2008-05-06 16:37:12 +00:00 |
Mikhail Glushenkov
|
251280ce0b
|
More work on edge properties. Use Edge classes instead of strings in CompilationGraph.
llvm-svn: 50726
|
2008-05-06 16:36:50 +00:00 |
Mikhail Glushenkov
|
459df48de7
|
Ongoing work: add an edge typechecker, rudimentary support for edge properties.
llvm-svn: 50725
|
2008-05-06 16:36:06 +00:00 |
Mikhail Glushenkov
|
adcb08d1b3
|
Convert internal representation to use DAG. This gives us more flexibility and enables future improvements.
llvm-svn: 50724
|
2008-05-06 16:35:25 +00:00 |
Mikhail Glushenkov
|
8190616359
|
Small const-correctness fix
llvm-svn: 50723
|
2008-05-06 16:34:39 +00:00 |
Mikhail Glushenkov
|
a8276c5323
|
Code reorg
llvm-svn: 50722
|
2008-05-06 16:34:12 +00:00 |
Ted Kremenek
|
cb2e636606
|
Generate "stop" summaries for selectors involving receivers whose type is not NSxxxx.
llvm-svn: 50721
|
2008-05-06 15:44:25 +00:00 |
Duncan Sands
|
bceec3a9ef
|
Testcase for PR2292.
llvm-svn: 50718
|
2008-05-06 14:56:40 +00:00 |
Bill Wendling
|
557ecd8670
|
Remove tar ball from installed directory.
llvm-svn: 50717
|
2008-05-06 08:33:07 +00:00 |
Evan Cheng
|
ef3faa1b1c
|
Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux.
llvm-svn: 50716
|
2008-05-06 07:23:50 +00:00 |
Ted Kremenek
|
68f463b88e
|
Use strncmp correctly.
llvm-svn: 50715
|
2008-05-06 06:17:42 +00:00 |
Ted Kremenek
|
5f478e9a0a
|
Make string comparison legible and remove buffer overrun introduced by typo.
llvm-svn: 50714
|
2008-05-06 06:09:09 +00:00 |
Devang Patel
|
7ffc3c9a95
|
Fix typo.
llvm-svn: 50713
|
2008-05-06 05:40:11 +00:00 |
Ted Kremenek
|
2f08fedec1
|
String comparison cleanups.
Added test case.
llvm-svn: 50711
|
2008-05-06 04:28:05 +00:00 |
Ted Kremenek
|
041d02201f
|
Fix logic error in string processing.
llvm-svn: 50710
|
2008-05-06 04:21:38 +00:00 |
Ted Kremenek
|
c9f4948bba
|
Remove assertion.
llvm-svn: 50709
|
2008-05-06 04:21:10 +00:00 |