oota-llvm.git
2004-06-10 Reid SpencerImplement detailed function level data collection and...
2004-06-10 Reid SpencerAdjust prototypes to new Handler interface.
2004-06-10 Reid SpencerMake the parser deal with functions instead of just...
2004-06-10 Reid SpencerClean up documentation and naming of variables.
2004-06-10 Misha BrukmanRemove extra space.
2004-06-10 Reid SpencerDoxygenize a comment.
2004-06-10 Reid SpencerMade detailed output the default and changed -details...
2004-06-10 Reid SpencerImplemented the bulk of the functionality. Cleaned...
2004-06-10 Brian GaekeAllow dates with slashes in them in $DateRE.
2004-06-10 Chris LattnerFix the prolog epilog code inserter to match the docume...
2004-06-10 Chris LattnerFix the fixed stack offset, patch contributed by Vladim...
2004-06-10 Chris LattnerFix a bug in my checkin from last night that caused...
2004-06-10 Chris LattnerMore minor cleanups
2004-06-10 Chris LattnerEliminate many occurrances of Instruction::
2004-06-10 Chris LattnerShare some code
2004-06-10 Chris LattnerAdd new BinaryOperator::createAdd/Sub/... methods to...
2004-06-09 Chris LattnerTolerate more errors
2004-06-09 Brian GaekeEncode %fsr correctly; don't fail an assertion.
2004-06-09 Brian GaekeFix encoding of ST*FSR instructions.
2004-06-09 Brian GaekeFix assertion failure message to have the right method...
2004-06-09 Chris LattnerMake the asmwriter much more tolerant of errors (which...
2004-06-09 Reid SpencerColumnized the compilation statistics for easier reading.
2004-06-09 Chris LattnerFix the really bizarre stuff that happened last night...
2004-06-09 Reid SpencerMade it possible for the printInfoComment method to...
2004-06-09 John CriswellFix for PR#366. We use getClassB() so that we can...
2004-06-09 Chris LattnerImplement InstCombine/select.ll:test15*
2004-06-09 Chris LattnerMore instcombine testcases
2004-06-09 Reid SpencerCleanup alignment of output.
2004-06-09 Reid SpencerAdd some new fields for bytecode analysis.
2004-06-09 Reid SpencerImplement analysis output. Don't dump function details...
2004-06-09 Reid SpencerImplement some rudimentary analysis.
2004-06-09 Reid SpencerClean up indentation of file body output.
2004-06-09 Reid SpencerMove parsing details to Parser.cpp.
2004-06-09 Reid SpencerBring some things out of header files that belong only...
2004-06-09 Chris LattnerBe more careful about the order we put stuff onto the...
2004-06-09 Chris LattnerNew testcase that is important for the Java FE
2004-06-09 Reid SpencerCleaned up a dead header file to prevent duplicate...
2004-06-09 Chris LattnerImplement select.ll:test14*
2004-06-09 Chris LattnerNew testcase for the instruction combiner that happen...
2004-06-09 Chris LattnerMinor tweaks
2004-06-09 Reid SpencerRegularize title of Regression Test section. Clean...
2004-06-09 Chris LattnerBug fixed
2004-06-08 Chris LattnerWorkaround or a VS miscompilation bug
2004-06-08 Chris LattnerI checked and no clients expect this to return null...
2004-06-08 Chris LattnerDon't grab the condition of unconditional branches!
2004-06-08 Brian GaekeFix a minor bug in the map - since this pass adds a...
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-08 Brian GaekeExplicitly specify libtool tag "CXX" so that if you...
2004-06-08 Chris LattnerFix a link error using VS8.0
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-06-08 Misha BrukmanFix case of doxygen directive `\p': it's lowercase.
2004-06-08 Reid Spencer* Fix indentation of Regression Test Results by making...
2004-06-08 Reid SpencerPut in a place holder for describing the differences...
2004-06-08 Reid SpencerAdd a note about llvm-abcd, the Analysis of ByteCode...
2004-06-08 Chris LattnerOoh, that fixed the annoying warning!!
2004-06-08 Chris LattnerBug fixed
2004-06-08 Chris LattnerNew testcase for PR355
2004-06-08 Chris LattnerTestcase for PR355
2004-06-08 Chris LattnerAdd documentation to the TargetFrameInfo class, contrib...
2004-06-08 Reid SpencerClean up the documentation.
2004-06-08 Reid SpencerClean up documentation and make it possible for the...
2004-06-08 Reid SpencerFix the bug that was preventing the parser from working...
2004-06-08 Reid SpencerMake it #include Parser.h instead of AnalyzerInternals...
2004-06-08 Reid SpencerAdjust what's included to compensate for changes in...
2004-06-08 Reid SpencerMerged BytecodeHandler.h into Parser.h since the parser...
2004-06-07 Chris LattnerFix PR361.
2004-06-07 Chris LattnerNew testcase for PR361
2004-06-07 Chris LattnerMake all of this functionality work directly on win32...
2004-06-07 Chris LattnerImplement getTimeRecord natively in Win32, properly...
2004-06-07 Chris LattnerEliminate more traces of the -c option
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-07 John CriswellAdded checks for mkstemp and getrusage.
2004-06-05 Chris LattnerAdd some notes so I can throw away one of my many todo...
2004-06-05 Chris LattnerFix GCC warning
2004-06-05 Chris LattnerFix GCC warnings
2004-06-05 Reid SpencerFix a few typos, spellos, grammaros.
2004-06-05 Reid SpencerAdd "work in progress" warning.
2004-06-05 Alkis EvlogimenosInclude cerrno.
2004-06-05 Chris LattnerRemove an unused variable.
2004-06-05 Chris LattnerMacros are baaad.
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
next