- Jun 26, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74218
-
- Jun 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74208
-
Mikhail Glushenkov authored
llvm-svn: 74191
-
Jeffrey Yasskin authored
emitted or the machine code for a function is freed. Chris mentioned that we may also want a notification when a stub is emitted, but that'll be a future change. I intend to use this to tell oprofile where functions are emitted and what lines correspond to what addresses. llvm-svn: 74157
-
Mikhail Glushenkov authored
Factor out common preprocessor-related bits to Makefile.rules. llvm-svn: 74153
-
Daniel Dunbar authored
- Includes some DG tests in test/MC/AsmParser, which are rather primitive since we don't have a -verify mode yet. llvm-svn: 74139
-
- Jun 24, 2009
-
-
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: 74065
-
Chris Lattner authored
llvm-svn: 74062
-
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
-
Chris Lattner authored
llvm-svn: 74039
-
Chris Lattner authored
std::strings. llvm-svn: 74036
-
Daniel Dunbar authored
- Lives inside new library lib/MC (LLVMMC.a) llvm-svn: 74013
-
- Jun 23, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 74001
-
Mikhail Glushenkov authored
Chris recently broke llvmc with his Makefile changes (r75379). That patch made the global change .o -> .a, which caused built-in llvmc plugins to stop working since plugin initialization in llvmc is based on static variables not referenced from the main executable. This patch implements auto-generated forced references to the plugin libraries. llvm-svn: 74000
-
Chris Lattner authored
llvm-svn: 73982
-
Douglas Gregor authored
llvm-svn: 73979
-
Chris Lattner authored
llvm-svn: 73950
-
Chris Lattner authored
llvm-svn: 73929
-
- Jun 22, 2009
-
-
Bob Wilson authored
llvm-svn: 73889
-
Duncan Sands authored
llvm-svn: 73879
-
Chris Lattner authored
like "(4+5)(%eax)". llvm-svn: 73878
-
Chris Lattner authored
all of health and voronoi (ignoring directives). We only get 409 lines into 176.gcc though because we don't have binary operators yet: Parsing 176.gcc.llc.s:409: unexpected token in operand list movsbl _arityvec+1(,%edi,8), %eax ^ llvm-svn: 73877
-
Chris Lattner authored
llvm-svn: 73876
-
Chris Lattner authored
llvm-svn: 73875
-
Chris Lattner authored
llvm-svn: 73867
-
- Jun 21, 2009
-
-
Chris Lattner authored
llvm-svn: 73861
-
Chris Lattner authored
llvm-svn: 73860
-
Chris Lattner authored
print its error message when it returns an asmtok::Error token. Compute a proper error code for llvm-mc in 'lex' mode. Add new -as-lex option to enable lexing mode (vs parsing mode). llvm-svn: 73859
-
Chris Lattner authored
llvm-svn: 73858
-
Chris Lattner authored
llvm-svn: 73857
-
Chris Lattner authored
without errors. llvm-svn: 73855
-
Chris Lattner authored
llvm-svn: 73849
-
Chris Lattner authored
llvm-svn: 73848
-
Chris Lattner authored
llvm-svn: 73846
-
- Jun 19, 2009
-
-
Chris Lattner authored
llvm-svn: 73739
-
Chris Lattner authored
llvm-svn: 73733
-
Chris Lattner authored
to be a test driver of other components in the system, which will develop over time. llvm-svn: 73732
-
- Jun 17, 2009
-
-
Chris Lattner authored
llvm-svn: 73611
-