- Jun 24, 2009
-
-
Chris Lattner authored
llvm-svn: 74101
-
Ted Kremenek authored
llvm-svn: 74100
-
Anders Carlsson authored
llvm-svn: 74099
-
Ted Kremenek authored
llvm-svn: 74098
-
Chris Lattner authored
llvm-svn: 74097
-
Chris Lattner authored
a bunch of code from all the targets, and eliminates nondeterministic ordering of directives being emitted in the output. llvm-svn: 74096
-
Ted Kremenek authored
llvm-svn: 74095
-
Chris Lattner authored
llvm-svn: 74094
-
Chris Lattner authored
gv and hiddengv stub printing. llvm-svn: 74093
-
Chris Lattner authored
llvm-svn: 74092
-
Chris Lattner authored
llvm-svn: 74091
-
Chris Lattner authored
decorateName like other stuff instead of special casing _. Also, stick it into GVStubs and let the normal stub printer print the stub instead of doing it manually. llvm-svn: 74090
-
Chris Lattner authored
llvm-svn: 74089
-
Chris Lattner authored
llvm-svn: 74087
-
Anders Carlsson authored
llvm-svn: 74086
-
Owen Anderson authored
llvm-svn: 74085
-
Owen Anderson authored
Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. Update other uses in the codebase for this change. llvm-svn: 74084
-
Chris Lattner authored
llvm-svn: 74083
-
Dale Johannesen authored
llvm-svn: 74082
-
Daniel Dunbar authored
reintroduce them later. Also, don't require MCSection* when creating a symbol. llvm-svn: 74081
-
Fariborz Jahanian authored
llvm-svn: 74080
-
Douglas Gregor authored
Implement matching of function templates, so that one can declare overloaded function templates. C++ [temp.over.link] paragraphs 4-8. llvm-svn: 74079
-
Daniel Dunbar authored
llvm-svn: 74077
-
Daniel Dunbar authored
llvm-svn: 74076
-
Dan Gohman authored
llvm-svn: 74074
-
Dan Gohman authored
computations in loops with multiple exits. Adjust the testcase for PR4436 so that the relevant portion isn't optimized away. llvm-svn: 74073
-
Dan Gohman authored
terminator, instead of after the last phi. This fixes a bug exposed by ScalarEvolution analyzing more kinds of loops. This fixes PR4436. llvm-svn: 74072
-
Duncan Sands authored
llvm-svn: 74071
-
Duncan Sands authored
place to note major API changes (I've noted the getABITypeSize -> getAllocSize change). llvm-svn: 74070
-
Evan Cheng authored
llvm-svn: 74068
-
Chris Lattner authored
llvm-svn: 74067
-
Chris Lattner authored
llvm-svn: 74066
-
Chris Lattner authored
llvm-svn: 74065
-
Chris Lattner authored
llvm-svn: 74064
-
Chris Lattner authored
llvm-svn: 74062
-
Dan Gohman authored
and tidy up a few other formatting issues. llvm-svn: 74060
-
Dan Gohman authored
llvm-svn: 74059
-
Chris Lattner authored
things like: .section __TEXT,__cstring,cstring_literals llvm-svn: 74058
-
Chris Lattner authored
This is suboptimal in several aspects, see the commented out assertion. I need to talk to Daniel about this. llvm-svn: 74057
-
Lang Hames authored
Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), removed old TODO comments. llvm-svn: 74054
-