- Jul 04, 2004
-
-
Reid Spencer authored
modify types (it never should). Clean up some comments. llvm-svn: 14594
-
Reid Spencer authored
the Type base class no longer derives from Value. llvm-svn: 14593
-
Reid Spencer authored
removed the TypeTyID and TypeTy members so that the notion of the "Type Type" is no longer present in LLVM. Various other adjustments resulting from these changes were also made. llvm-svn: 14592
-
Alkis Evlogimenos authored
llvm-svn: 14590
-
Alkis Evlogimenos authored
llvm-svn: 14589
-
- Jul 03, 2004
-
-
Chris Lattner authored
llvm-svn: 14588
-
Chris Lattner authored
llvm-svn: 14587
-
Chris Lattner authored
llvm-svn: 14586
-
Chris Lattner authored
llvm-svn: 14585
-
Chris Lattner authored
llvm-svn: 14584
-
- Jul 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 14583
-
Chris Lattner authored
llvm-svn: 14582
-
Misha Brukman authored
llvm-svn: 14581
-
Misha Brukman authored
* Mention the HTML/man page output from single POD source file llvm-svn: 14580
-
Misha Brukman authored
* Make links in SEE ALSO section of manpages short without "the ... manpage" llvm-svn: 14579
-
Misha Brukman authored
llvm-svn: 14578
-
Misha Brukman authored
* Updated llvm-abcd to llvm-bcanalyzer llvm-svn: 14577
-
Misha Brukman authored
llvm-svn: 14576
-
Misha Brukman authored
llvm-svn: 14575
-
Misha Brukman authored
llvm-svn: 14574
-
Misha Brukman authored
llvm-svn: 14573
-
Brian Gaeke authored
llvm-svn: 14570
-
Reid Spencer authored
llvm-svn: 14569
-
Brian Gaeke authored
llvm-svn: 14568
-
Chris Lattner authored
don't exist, we don't have to pretend to handle them. llvm-svn: 14567
-
Chris Lattner authored
Also, while noone's looking, add support for constant expressions. Wait, I said not to look! llvm-svn: 14566
-
Chris Lattner authored
llvm-svn: 14565
-
Chris Lattner authored
llvm-svn: 14564
-
Chris Lattner authored
pass is required to paper over problems in the code generator (primarily live variables and its clients) which doesn't really have any well defined semantics for unreachable code. The proper solution to this problem is to have instruction selectors not select blocks that are unreachable. Until we have a instruction selection framework available for use, however, we can't expect all instruction selector writers to do this. Until then, this pass should be used. llvm-svn: 14563
-
Chris Lattner authored
llvm-svn: 14562
-
Chris Lattner authored
llvm-svn: 14561
-
Brian Gaeke authored
llvm-svn: 14560
-
Brian Gaeke authored
Also, the RETURN instructions are not used in the sparcv9 backend. llvm-svn: 14559
-
Brian Gaeke authored
When in doubt, stamp it out!! llvm-svn: 14558
-
Reid Spencer authored
llvm-svn: 14557
-
Reid Spencer authored
llvm-svn: 14556
-
Reid Spencer authored
llvm-svn: 14555
-
- Jul 01, 2004
-
-
Misha Brukman authored
* Also leave space for spilling integer registers (this should be calculated) llvm-svn: 14554
-
Misha Brukman authored
* Use the SetCC handling code in the format of Brian's V8 * Add FIXMEs where calls to functions are being made without adding them to the Module first... they cause missing symbols at assembly-time. llvm-svn: 14553
-
Misha Brukman authored
llvm-svn: 14552
-