2004-06-09 |
Chris Lattner | Minor tweaks |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Reid Spencer | Regularize title of Regression Test section. Clean... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Workaround or a VS miscompilation bug |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | I checked and no clients expect this to return null... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Don't grab the condition of unconditional branches! |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brian Gaeke | Fix a minor bug in the map - since this pass adds a... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brian Gaeke | Add a forwarding method pop_front() that allows you... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brian Gaeke | Add a TmpInstruction ctor that doesn't take a MCFI. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brian Gaeke | Explicitly specify libtool tag "CXX" so that if you... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Fix a link error using VS8.0 |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Apparently a particular vendor compiler uses the struct... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Misha Brukman | Fix case of doxygen directive `\p': it's lowercase. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | * Fix indentation of Regression Test Results by making... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Put in a place holder for describing the differences... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Add a note about llvm-abcd, the Analysis of ByteCode... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Ooh, that fixed the annoying warning!! |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | New testcase for PR355 |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Testcase for PR355 |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Chris Lattner | Add documentation to the TargetFrameInfo class, contrib... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Clean up the documentation. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Clean up documentation and make it possible for the... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Fix the bug that was preventing the parser from working... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Make it #include Parser.h instead of AnalyzerInternals... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Adjust what's included to compensate for changes in... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Reid Spencer | Merged BytecodeHandler.h into Parser.h since the parser... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Chris Lattner | Fix PR361. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Chris Lattner | New testcase for PR361 |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Chris Lattner | Make all of this functionality work directly on win32... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Chris Lattner | Implement getTimeRecord natively in Win32, properly... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Chris Lattner | Eliminate more traces of the -c option |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Reid Spencer | Commit For New Tool: llvm-abcd (Analysis of ByteCode... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
John Criswell | Added checks for mkstemp and getrusage. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Add some notes so I can throw away one of my many todo... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Fix GCC warning |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Fix GCC warnings |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Reid Spencer | Fix a few typos, spellos, grammaros. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Reid Spencer | Add "work in progress" warning. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Alkis Evlogimenos | Include cerrno. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Remove an unused variable. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Macros are baaad. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Don't #include <unistd.h> directly, go through the... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Add missing #include |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Work around VS bug |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Warning foo |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | As much as I dislike doing this, it's the only fix... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Chris Lattner | Remove unused var |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Squelch a warning |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Delete some unreachable code |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Misha Brukman | * No more CachedWriter::setStream() |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Misha Brukman | Revert ostream back to reference: the only user (llvm... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Add some constants for VC |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Brian Gaeke | Fix up some spacing & fix a typo in an assertion in... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Ugh, apparently there is no common ground here. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Fix a *really* dumb warning on VC |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Fix more warnings |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Remove support for printing strings from the cached... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Don't send random junk to CachedWriter's. Also remove... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | GCC doesn't like prefix form of cast with two identifie... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Squish a warning |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Silence a warning |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Add ssize_t for VC++ |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | <io.h> provides read/write/open/... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Visual C has something resembling a stat function,... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Make this work on VC++, pull the HAVE_ALLOCA_H case... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Add more needed typedefs |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Add explicit casts to silence warnings. There is no... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Make this work with VC++ |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Fix a nasty bug that caused areAliases to always return... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Misha Brukman | Emit a more sensible error message if no subclasses... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Misha Brukman | Clarify documentation and use correct doxygen comment... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Fix extraneous tag |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | New doc |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | Fix PR356: [doc] lib/Target/X86/README.txt needs update |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Chris Lattner | This file is obsolete |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Brian Gaeke | Honor DISABLE_CBE, etc., even when doing the "running... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal link; add stub for missing subsection. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal link. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | GCSE has suddenly become a struct, not a class; fix... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix more broken links as a result of the llvm namespace. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken internal links. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix broken links as a result of the llvm namespace. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Fix some broken links |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | CQ bug implemented |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | The prototype for ParseCommandLineOptions changed at... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Allow script to set configure args. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Adjust argument to match destination data type |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Don't use identifiers that start with an _ |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | Only use the non-standards-compliant std::distance... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Specify div type "doc_text" to get proper indentation... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Add a hyphen. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Properly close the footer paragraph. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Wrap long lines. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Misha Brukman | Fix case of doxygen directive \p. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Chris Lattner | * Verify function prototypes, not just functions with... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Add new internal-global-symbol mapping info pass..... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Expand head-of-file comment. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Add new mapping info pass, when EmitMappingInfo is on. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Brian Gaeke | Fix big mistake in my last checkin... the big question... |
commit | commitdiff | tree | snapshot |
next |