aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-10Share some codeChris Lattner
2004-06-10Add new BinaryOperator::createAdd/Sub/... methods to avoid having to typeChris Lattner
2004-06-09Tolerate more errorsChris Lattner
2004-06-09Encode %fsr correctly; don't fail an assertion.Brian Gaeke
2004-06-09Fix encoding of ST*FSR instructions.Brian Gaeke
2004-06-09Fix assertion failure message to have the right method name.Brian Gaeke
2004-06-09Make the asmwriter much more tolerant of errors (which are common when workingChris Lattner
2004-06-09Columnized the compilation statistics for easier reading.Reid Spencer
2004-06-09Fix the really bizarre stuff that happened last night in the testerChris Lattner
2004-06-09Made it possible for the printInfoComment method to invoke getSlot inReid Spencer
2004-06-09Fix for PR#366. We use getClassB() so that we can handle cast instructionsJohn Criswell
2004-06-09Implement InstCombine/select.ll:test15*Chris Lattner
2004-06-09More instcombine testcasesChris Lattner
2004-06-09Cleanup alignment of output.Reid Spencer
2004-06-09Add some new fields for bytecode analysis.Reid Spencer
2004-06-09Implement analysis output. Don't dump function details unless requested.Reid Spencer
2004-06-09Implement some rudimentary analysis.Reid Spencer
2004-06-09Clean up indentation of file body output.Reid Spencer
2004-06-09Move parsing details to Parser.cpp.Reid Spencer
2004-06-09Bring some things out of header files that belong only in this file.Reid Spencer
2004-06-09Be more careful about the order we put stuff onto the worklist. This allow u...Chris Lattner
2004-06-09New testcase that is important for the Java FEChris Lattner
2004-06-09Cleaned up a dead header file to prevent duplicate definition warningsReid Spencer
2004-06-09Implement select.ll:test14*Chris Lattner
2004-06-09New testcase for the instruction combiner that happen often in the Java FEChris Lattner
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