Fariborz Jahanian
|
eeb7fae063
|
Print ObjC methods of ObjC classes.
llvm-svn: 50779
|
2008-05-06 23:14:25 +00:00 |
Anton Korobeynikov
|
f5d2c3b45a
|
Use target triple in tests, not 'realign-stack=0' option. Per request.
llvm-svn: 50778
|
2008-05-06 23:09:29 +00:00 |
Ted Kremenek
|
aec1811c6c
|
Don't report leaks for autoreleased objects.
llvm-svn: 50777
|
2008-05-06 23:07:13 +00:00 |
Anton Korobeynikov
|
09cfb1cf2d
|
If weak GlobalVariable was bitcast'ed to different type during linking
we will need to strip all casts for intializer lookup.
llvm-svn: 50776
|
2008-05-06 22:52:54 +00:00 |
Anton Korobeynikov
|
82c02b28f3
|
Make StripPointerCast a common function (should we mak it method of Value instead?)
llvm-svn: 50775
|
2008-05-06 22:52:30 +00:00 |
Steve Naroff
|
ac81a5aad5
|
Fix <rdar://problem/5888515> clang ObjC rewriter: Use objc.h for declarations instead of putting them in the preamble?
llvm-svn: 50774
|
2008-05-06 22:45:19 +00:00 |
Ted Kremenek
|
aa63ca9272
|
Added "DisplayHint" to PathDiagnosticPiece to provide a hint for the
PathDiagnosticClient of where to display a string (beyond just the SourceLocation).
llvm-svn: 50773
|
2008-05-06 21:33:07 +00:00 |
Ted Kremenek
|
767d0742c7
|
More comments.
"#if 0" out some assumptions when auto-generating method summaries.
llvm-svn: 50772
|
2008-05-06 21:26:51 +00:00 |
Owen Anderson
|
ec9d8558d5
|
Testcase for r50770.
llvm-svn: 50771
|
2008-05-06 21:01:34 +00:00 |
Owen Anderson
|
0e1ab4a9be
|
We need to update PHIs containing the exiting block, not the exit block. We really should come up with better names for these.
llvm-svn: 50770
|
2008-05-06 20:55:16 +00:00 |
Devang Patel
|
243d5cd283
|
Fix PR2101 - Codegen crash during bitfield initialization.
llvm-svn: 50769
|
2008-05-06 19:57:59 +00:00 |
Gordon Henriksen
|
6ea927b1d7
|
Improve documentation.
llvm-svn: 50768
|
2008-05-06 19:17:01 +00:00 |
Steve Naroff
|
13e74879b0
|
Fix <rdar://problem/5881225> clang ObjC Rewriter: Protocol structure defined twice when two interfaces use it in same file
llvm-svn: 50767
|
2008-05-06 18:26:51 +00:00 |
Mikhail Glushenkov
|
eeac27e38c
|
Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.
llvm-svn: 50766
|
2008-05-06 18:18:58 +00:00 |
Mikhail Glushenkov
|
5e9d6a3dd8
|
Add new edge property combinator: weight.
llvm-svn: 50765
|
2008-05-06 18:18:20 +00:00 |
Mikhail Glushenkov
|
bfc8954a65
|
Add a help string for the -c option
llvm-svn: 50764
|
2008-05-06 18:17:42 +00:00 |
Mikhail Glushenkov
|
7e415c4c18
|
Update documentation to reflect the current state of affairs.
llvm-svn: 50763
|
2008-05-06 18:17:19 +00:00 |
Mikhail Glushenkov
|
0ca372a6be
|
Some cosmetic changes (change some comments, move code around a bit).
llvm-svn: 50762
|
2008-05-06 18:16:52 +00:00 |
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 |