- 6956645 Make the asmwriter much more tolerant of errors (which are common when working by Chris Lattner · 20 years ago
- 389174b Columnized the compilation statistics for easier reading. by Reid Spencer · 20 years ago
- ff2c64c Fix the really bizarre stuff that happened last night in the tester by Chris Lattner · 20 years ago
- fc621e2 Made it possible for the printInfoComment method to invoke getSlot in by Reid Spencer · 20 years ago
- 6b5bd58 Fix for PR#366. We use getClassB() so that we can handle cast instructions by John Criswell · 20 years ago
- 457dd82 Implement InstCombine/select.ll:test15* by Chris Lattner · 20 years ago
- 9e28f18 More instcombine testcases by Chris Lattner · 20 years ago
- 525f228 Cleanup alignment of output. by Reid Spencer · 20 years ago
- 4502b37 Add some new fields for bytecode analysis. by Reid Spencer · 20 years ago
- edc3b58 Implement analysis output. Don't dump function details unless requested. by Reid Spencer · 20 years ago
- 649ee57 Implement some rudimentary analysis. by Reid Spencer · 20 years ago
- 0545b3e Clean up indentation of file body output. by Reid Spencer · 20 years ago
- a670c41 Move parsing details to Parser.cpp. by Reid Spencer · 20 years ago
- 926572c Bring some things out of header files that belong only in this file. by Reid Spencer · 20 years ago
- f523d06 Be more careful about the order we put stuff onto the worklist. This allow us to by Chris Lattner · 20 years ago
- 16ea43b New testcase that is important for the Java FE by Chris Lattner · 20 years ago
- 6269ded Cleaned up a dead header file to prevent duplicate definition warnings by Reid Spencer · 20 years ago
- 2be51ae Implement select.ll:test14* by Chris Lattner · 20 years ago
- 4561db2 New testcase for the instruction combiner that happen often in the Java FE by Chris Lattner · 20 years ago
- aab3aff Minor tweaks by Chris Lattner · 20 years ago
- 1a8c917 Regularize title of Regression Test section. Clean up some blank space. by Reid Spencer · 20 years ago
- 24738a7 Bug fixed by Chris Lattner · 20 years ago
- 2a50201 Workaround or a VS miscompilation bug by Chris Lattner · 20 years ago
- 97baedc I checked and no clients expect this to return null for unconditional branches by Chris Lattner · 20 years ago
- 47c31a8 Don't grab the condition of unconditional branches! This fixes PR363 by Chris Lattner · 20 years ago
- 8e6e7c9 Fix a minor bug in the map - since this pass adds a global symbol, it must be by Brian Gaeke · 20 years ago
- 0bbcd6b Add a forwarding method pop_front() that allows you to delete instructions by Brian Gaeke · 20 years ago
- 777a1cd Add a TmpInstruction ctor that doesn't take a MCFI. by Brian Gaeke · 20 years ago
- 10c508b Explicitly specify libtool tag "CXX" so that if you setenv CXX to something by Brian Gaeke · 20 years ago
- 82d5590 Fix a link error using VS8.0 by Chris Lattner · 20 years ago
- 85b0195 Apparently a particular vendor compiler uses the struct/class tag to MANGLE by Chris Lattner · 20 years ago
- ef39012 Fix case of doxygen directive `\p': it's lowercase. by Misha Brukman · 20 years ago
- f5d0af3 * Fix indentation of Regression Test Results by making sure the by Reid Spencer · 20 years ago
- 7c76d33 Put in a place holder for describing the differences in bytecode format by Reid Spencer · 20 years ago
- 624c543 Add a note about llvm-abcd, the Analysis of ByteCode Dumper by Reid Spencer · 20 years ago
- ea95551 Ooh, that fixed the annoying warning!! by Chris Lattner · 20 years ago
- 11eaf53 Bug fixed by Chris Lattner · 20 years ago
- 2917ca8 New testcase for PR355 by Chris Lattner · 20 years ago
- 72b08c9 Testcase for PR355 by Chris Lattner · 20 years ago
- c07c0df Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus by Chris Lattner · 20 years ago
- 96684ef Clean up the documentation. by Reid Spencer · 20 years ago
- 381022b Clean up documentation and make it possible for the BytecodeAnalyzer to by Reid Spencer · 20 years ago
- 5e8868d Fix the bug that was preventing the parser from working on all bytecode by Reid Spencer · 20 years ago
- b7041b0 Make it #include Parser.h instead of AnalyzerInternals.h since it only by Reid Spencer · 20 years ago
- aee4f5b Adjust what's included to compensate for changes in Parser.h by Reid Spencer · 20 years ago
- 29dba0c Merged BytecodeHandler.h into Parser.h since the parser and the handler by Reid Spencer · 20 years ago
- 40416e4 Fix PR361. Dominance properties don't hold in unreachable code by Chris Lattner · 20 years ago
- 9919101 New testcase for PR361 by Chris Lattner · 20 years ago
- fa5fe7c Make all of this functionality work directly on win32. Properly conditionalize by Chris Lattner · 20 years ago
- b4db5f3 Implement getTimeRecord natively in Win32, properly conditionalize the by Chris Lattner · 20 years ago
- a822160 Eliminate more traces of the -c option by Chris Lattner · 20 years ago
- dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 20 years ago
- d662156 Added checks for mkstemp and getrusage. by John Criswell · 20 years ago
- c7ca32b Add some notes so I can throw away one of my many todo lists. by Chris Lattner · 20 years ago
- c70a509 Fix GCC warning by Chris Lattner · 20 years ago
- 9bf2a92 Fix GCC warnings by Chris Lattner · 20 years ago
- bdbcb8a Fix a few typos, spellos, grammaros. by Reid Spencer · 20 years ago
- c0a2af1 Add "work in progress" warning. by Reid Spencer · 20 years ago
- 8868e84 Include cerrno. by Alkis Evlogimenos · 20 years ago
- f0a3e6c Remove an unused variable. by Chris Lattner · 20 years ago
- 5df5a42 Macros are baaad. by Chris Lattner · 20 years ago
- 49b007b Don't #include <unistd.h> directly, go through the config files by Chris Lattner · 20 years ago
- 8e72749 Add missing #include by Chris Lattner · 20 years ago
- ed965e9 Work around VS bug by Chris Lattner · 20 years ago
- 96698a5 Warning foo by Chris Lattner · 20 years ago
- f878218 As much as I dislike doing this, it's the only fix for VC8.0 that I can come by Chris Lattner · 20 years ago
- e1cacce Remove unused var by Chris Lattner · 20 years ago
- 54e3e8f Squelch a warning by Chris Lattner · 20 years ago
- 20924bc Delete some unreachable code by Chris Lattner · 20 years ago
- 40c732c * No more CachedWriter::setStream() by Misha Brukman · 20 years ago
- acc9076 Revert ostream back to reference: the only user (llvm-tv) no longer needs it. by Misha Brukman · 20 years ago
- bc2de3c Add some constants for VC by Chris Lattner · 20 years ago
- e7c7761 Fix up some spacing & fix a typo in an assertion in cpValue2Value. by Brian Gaeke · 20 years ago
- d9a98de Ugh, apparently there is no common ground here. by Chris Lattner · 20 years ago
- 775b08d Fix a *really* dumb warning on VC by Chris Lattner · 20 years ago
- 43714d1 Fix more warnings by Chris Lattner · 20 years ago
- fb04197 Remove support for printing strings from the cached writer by Chris Lattner · 20 years ago
- 24527fd Don't send random junk to CachedWriter's. Also remove a cast that could be by Chris Lattner · 20 years ago
- 63d64a8 GCC doesn't like prefix form of cast with two identifiers I guess. by Chris Lattner · 20 years ago
- 071f2f1 Squish a warning by Chris Lattner · 20 years ago
- c285da7 Silence a warning by Chris Lattner · 20 years ago
- 745feac Add ssize_t for VC++ by Chris Lattner · 20 years ago
- 5811862 <io.h> provides read/write/open/... by Chris Lattner · 20 years ago
- a833fca Visual C has something resembling a stat function, but it doesn't provide S_ISREG by Chris Lattner · 20 years ago
- 44eaf9b Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating by Chris Lattner · 20 years ago
- d1e89d6 Add more needed typedefs by Chris Lattner · 20 years ago
- 2908ca7 Add explicit casts to silence warnings. There is no need to use snprintf here. by Chris Lattner · 20 years ago
- 6549b82 Make this work with VC++ by Chris Lattner · 20 years ago
- 4f02562 Fix a nasty bug that caused areAliases to always return false. by Chris Lattner · 20 years ago
- bebdb20 Emit a more sensible error message if no subclasses of Target are defined. by Misha Brukman · 20 years ago
- a7afa37 Clarify documentation and use correct doxygen comment form /// vs. // . by Misha Brukman · 20 years ago
- 0ccf549 Fix extraneous tag by Chris Lattner · 20 years ago
- 00f19b62 New doc by Chris Lattner · 20 years ago
- ec94f80 Fix PR356: [doc] lib/Target/X86/README.txt needs update by Chris Lattner · 20 years ago
- 994d7ae This file is obsolete by Chris Lattner · 20 years ago
- 8566854 Honor DISABLE_CBE, etc., even when doing the "running tests" (i.e., Olden) by Brian Gaeke · 20 years ago
- 4fcfaa5 Fix broken internal link; add stub for missing subsection. by Misha Brukman · 20 years ago
- 179bf4b Fix broken internal link. by Misha Brukman · 20 years ago
- d15516e GCSE has suddenly become a struct, not a class; fix broken link. by Misha Brukman · 20 years ago
- 31ca1de Fix more broken links as a result of the llvm namespace. by Misha Brukman · 20 years ago