aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-09Minor tweaksChris Lattner
2004-06-09Regularize title of Regression Test section. Clean up some blank space.Reid Spencer
2004-06-09Bug fixedChris Lattner
2004-06-08Workaround or a VS miscompilation bugChris Lattner
2004-06-08I checked and no clients expect this to return null for unconditional branchesChris Lattner
2004-06-08Don't grab the condition of unconditional branches!Chris Lattner
2004-06-08Fix a minor bug in the map - since this pass adds a global symbol, it must beBrian Gaeke
2004-06-08Add a forwarding method pop_front() that allows you to delete instructionsBrian Gaeke
2004-06-08Add a TmpInstruction ctor that doesn't take a MCFI.Brian Gaeke
2004-06-08Explicitly specify libtool tag "CXX" so that if you setenv CXX to somethingBrian Gaeke
2004-06-08Fix a link error using VS8.0Chris Lattner
2004-06-08Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner
2004-06-08Fix case of doxygen directive `\p': it's lowercase.Misha Brukman
2004-06-08* Fix indentation of Regression Test Results by making sure theReid Spencer
2004-06-08Put in a place holder for describing the differences in bytecode formatReid Spencer
2004-06-08Add a note about llvm-abcd, the Analysis of ByteCode DumperReid Spencer
2004-06-08Ooh, that fixed the annoying warning!!Chris Lattner
2004-06-08Bug fixedChris Lattner
2004-06-08New testcase for PR355Chris Lattner
2004-06-08Testcase for PR355Chris Lattner
2004-06-08Add documentation to the TargetFrameInfo class, contributed by Vladimir PrusChris Lattner
2004-06-08Clean up the documentation.Reid Spencer
2004-06-08Clean up documentation and make it possible for the BytecodeAnalyzer toReid Spencer
2004-06-08Fix the bug that was preventing the parser from working on all bytecodeReid Spencer
2004-06-08Make it #include Parser.h instead of AnalyzerInternals.h since it onlyReid Spencer
2004-06-08Adjust what's included to compensate for changes in Parser.hReid Spencer
2004-06-08Merged BytecodeHandler.h into Parser.h since the parser and the handlerReid Spencer
2004-06-07Fix PR361.Chris Lattner
2004-06-07New testcase for PR361Chris Lattner
2004-06-07Make all of this functionality work directly on win32. Properly conditionalizeChris Lattner
2004-06-07Implement getTimeRecord natively in Win32, properly conditionalize theChris Lattner
2004-06-07Eliminate more traces of the -c optionChris Lattner
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-05Add some notes so I can throw away one of my many todo lists.Chris Lattner
2004-06-05Fix GCC warningChris Lattner
2004-06-05Fix GCC warningsChris Lattner
2004-06-05Fix a few typos, spellos, grammaros.Reid Spencer
2004-06-05Add "work in progress" warning.Reid Spencer
2004-06-05Include cerrno.Alkis Evlogimenos
2004-06-05Remove an unused variable.Chris Lattner
2004-06-05Macros are baaad.Chris Lattner
2004-06-05Don't #include <unistd.h> directly, go through the config filesChris Lattner
2004-06-05Add missing #includeChris Lattner
2004-06-05Work around VS bugChris Lattner
2004-06-05Warning fooChris Lattner
2004-06-05As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner
2004-06-05Remove unused varChris Lattner
2004-06-04Squelch a warningChris Lattner
2004-06-04Delete some unreachable codeChris Lattner