oota-llvm.git
2004-06-05 Chris LattnerDon't #include <unistd.h> directly, go through the...
2004-06-05 Chris LattnerAdd missing #include
2004-06-05 Chris LattnerWork around VS bug
2004-06-05 Chris LattnerWarning foo
2004-06-05 Chris LattnerAs much as I dislike doing this, it's the only fix...
2004-06-05 Chris LattnerRemove unused var
2004-06-04 Chris LattnerSquelch a warning
2004-06-04 Chris LattnerDelete some unreachable code
2004-06-04 Misha Brukman* No more CachedWriter::setStream()
2004-06-04 Misha BrukmanRevert ostream back to reference: the only user (llvm...
2004-06-04 Chris LattnerAdd some constants for VC
2004-06-04 Brian GaekeFix up some spacing & fix a typo in an assertion in...
2004-06-04 Chris LattnerUgh, apparently there is no common ground here.
2004-06-04 Chris LattnerFix a *really* dumb warning on VC
2004-06-04 Chris LattnerFix more warnings
2004-06-04 Chris LattnerRemove support for printing strings from the cached...
2004-06-04 Chris LattnerDon't send random junk to CachedWriter's. Also remove...
2004-06-04 Chris LattnerGCC doesn't like prefix form of cast with two identifie...
2004-06-04 Chris LattnerSquish a warning
2004-06-04 Chris LattnerSilence a warning
2004-06-04 Chris LattnerAdd ssize_t for VC++
2004-06-04 Chris Lattner<io.h> provides read/write/open/...
2004-06-04 Chris LattnerVisual C has something resembling a stat function,...
2004-06-04 Chris LattnerMake this work on VC++, pull the HAVE_ALLOCA_H case...
2004-06-04 Chris LattnerAdd more needed typedefs
2004-06-04 Chris LattnerAdd explicit casts to silence warnings. There is no...
2004-06-04 Chris LattnerMake this work with VC++
2004-06-04 Chris LattnerFix a nasty bug that caused areAliases to always return...
2004-06-04 Misha BrukmanEmit a more sensible error message if no subclasses...
2004-06-04 Misha BrukmanClarify documentation and use correct doxygen comment...
2004-06-04 Chris LattnerFix extraneous tag
2004-06-04 Chris LattnerNew doc
2004-06-04 Chris LattnerFix PR356: [doc] lib/Target/X86/README.txt needs update
2004-06-04 Chris LattnerThis file is obsolete
2004-06-04 Brian GaekeHonor DISABLE_CBE, etc., even when doing the "running...
2004-06-03 Misha BrukmanFix broken internal link; add stub for missing subsection.
2004-06-03 Misha BrukmanFix broken internal link.
2004-06-03 Misha BrukmanGCSE has suddenly become a struct, not a class; fix...
2004-06-03 Misha BrukmanFix more broken links as a result of the llvm namespace.
2004-06-03 Misha BrukmanFix broken internal links.
2004-06-03 Misha BrukmanFix broken links as a result of the llvm namespace.
2004-06-03 Chris LattnerFix some broken links
2004-06-03 Chris LattnerCQ bug implemented
2004-06-03 Chris LattnerThe prototype for ParseCommandLineOptions changed at...
2004-06-03 Brian GaekeAllow script to set configure args.
2004-06-03 Chris LattnerAdjust argument to match destination data type
2004-06-03 Chris LattnerDon't use identifiers that start with an _
2004-06-03 Chris LattnerOnly use the non-standards-compliant std::distance...
2004-06-03 Misha BrukmanSpecify div type "doc_text" to get proper indentation...
2004-06-03 Misha BrukmanAdd a hyphen.
2004-06-03 Misha BrukmanProperly close the footer paragraph.
2004-06-03 Misha BrukmanWrap long lines.
2004-06-03 Misha BrukmanFix case of doxygen directive \p.
2004-06-03 Chris Lattner* Verify function prototypes, not just functions with...
2004-06-03 Brian GaekeAdd new internal-global-symbol mapping info pass.....
2004-06-03 Brian GaekeExpand head-of-file comment.
2004-06-03 Brian GaekeAdd new mapping info pass, when EmitMappingInfo is on.
2004-06-03 Brian GaekeFix big mistake in my last checkin... the big question...
2004-06-03 Brian GaekeAdd decl. for new mapping info pass factory method.
2004-06-03 Chris LattnerAdd -disable-codegen option to disable LLC and JIT...
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerRecognize cygwin
2004-06-02 Chris Lattner<alloca.h> on cygwin pulls in a ton of stuff (macros...
2004-06-02 Brian GaekeAnother pod
2004-06-02 Brian GaekeThe llvm-dis.html page was a little out of date, but...
2004-06-02 Chris LattnerUpdate to include llc on x86 and other systems
2004-06-02 Brian GaekeTasty, tasty pods...
2004-06-02 Chris LattnerThe -q option is gone
2004-06-02 Chris LattnerThe --enable-correct-eh-support option is meaningless...
2004-06-02 Chris Lattnercygwin apparently doesn't have widechar support. But...
2004-06-02 Chris LattnerAdd a link to the code gen document
2004-06-02 Brian GaekeHere's another pod.
2004-06-02 Brian GaekeLook, it's a gccas pod.
2004-06-02 Chris LattnerAdd a note about the V9 backend.
2004-06-02 Chris LattnerOops, this was not to go in
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-06-02 Chris LattnerInline findOptimalStorageSize into it's caller, both...
2004-06-02 Chris LattnerAdjust to new TM interface
2004-06-02 Chris LattnerMethod has been inlined into all callers
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-06-02 Chris LattnerStubs are no longer needed
2004-06-02 Chris LattnerDelete the V9 specific findOptimalStorageSize method...
2004-06-02 Chris LattnerAdjust to new TM interfaces
2004-06-02 Chris LattnerFinegrainify namespacification
2004-06-02 Chris LattnerFix a trivial but blatant bug
2004-06-02 Chris LattnerMake gccld copy the llvm-stub program to be the executi...
2004-06-02 Chris LattnerImplement the new CopyFile function
2004-06-02 Chris LattnerAdd a new CopyFile function
2004-06-02 Misha BrukmanFix a double negation (in grammar).
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-06-02 Chris LattnerRefactor a bit of code into a function, no functionalit...
2004-06-02 Misha BrukmanFix spelling, trim empty space, tighten up function...
2004-06-02 Chris LattnerNo really cygwin, we LIKE .exe'ness.
2004-06-01 Chris LattnerBuild the llvm-stub directory
2004-06-01 Chris LattnerInitial checkin of a stub executable that can be used...
2004-06-01 Chris LattnerOn win32, process.h provides some of the traditional...
2004-06-01 Chris LattnerBug fixed
2004-06-01 Chris LattnerImplement PR315: abort, don't warn, when missing extern...
2004-06-01 Brian GaekeAdd spiff
next