- Jul 01, 2009
-
-
Owen Anderson authored
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools. Patches for Clang and LLVM-GCC to follow. llvm-svn: 74614
-
Sanjiv Gupta authored
Executables will be at InstallDir/bin directory. Std header files will be at InstallDir/include, libs will be at InstallDir/lib. Define hooks for these and use them in the options for various tools. llvm-svn: 74611
-
Daniel Dunbar authored
llvm-svn: 74607
-
Daniel Dunbar authored
llvm-svn: 74598
-
Daniel Dunbar authored
llvm-svn: 74596
-
Chris Lattner authored
llvm-svn: 74595
-
Daniel Dunbar authored
llvm-svn: 74594
-
Daniel Dunbar authored
llvm-svn: 74573
-
Daniel Dunbar authored
immediates. llvm-svn: 74568
-
Daniel Dunbar authored
allowed to be undefined when the expression is seen, we cannot enforce the same-section requirement until the entire assembly file has been seen. llvm-svn: 74565
-
- Jun 30, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74529
-
Douglas Gregor authored
llvm-svn: 74527
-
Daniel Dunbar authored
llvm-svn: 74498
-
Daniel Dunbar authored
legally negate an MCValue. llvm-svn: 74497
-
Daniel Dunbar authored
llvm-svn: 74496
-
Daniel Dunbar authored
- Don't print "Parsing" in front of every message. - Take additional "type" argument which is prepended to the message (with ": ") if given. - Update clients to print errors (warnings) as: <filename>:<line number>: error(warning): ... llvm-svn: 74489
-
Daniel Dunbar authored
llvm-svn: 74487
-
Mikhail Glushenkov authored
llvm-svn: 74484
-
Mikhail Glushenkov authored
llvm-svn: 74483
-
Daniel Dunbar authored
llvm-svn: 74478
-
Daniel Dunbar authored
- For example, we diagnose errors on: -- a: a = 10 -- - For now we reject code like: -- .long a a = 10 -- which "as" accepts (on Darwin). llvm-svn: 74476
-
Daniel Dunbar authored
llvm-svn: 74463
-
- Jun 29, 2009
-
-
Daniel Dunbar authored
llvm-svn: 74462
-
Daniel Dunbar authored
llvm-svn: 74457
-
Daniel Dunbar authored
module support to build). llvm-svn: 74456
-
Daniel Dunbar authored
(missed files). llvm-svn: 74450
-
Daniel Dunbar authored
llvm-svn: 74448
-
- Jun 26, 2009
-
-
Evan Cheng authored
llvm-svn: 74281
-
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
-