aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-06-08Workaround or a VS miscompilation bugChris 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 TmpInstruction ctor that doesn't take a MCFI.Brian Gaeke
2004-06-08Fix a link error using VS8.0Chris Lattner
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-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-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
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-05Include cerrno.Alkis Evlogimenos
2004-06-05Remove an unused variable.Chris Lattner
2004-06-05Add missing #includeChris Lattner
2004-06-05Work around VS bugChris 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
2004-06-04* No more CachedWriter::setStream()Misha Brukman
2004-06-04Fix up some spacing & fix a typo in an assertion in cpValue2Value.Brian Gaeke
2004-06-04Ugh, apparently there is no common ground here.Chris Lattner
2004-06-04Don't send random junk to CachedWriter's. Also remove a cast that could beChris Lattner
2004-06-04Squish a warningChris Lattner
2004-06-04This file is obsoleteChris Lattner
2004-06-03* Verify function prototypes, not just functions with bodies.Chris Lattner
2004-06-03Add new internal-global-symbol mapping info pass... may its life be shortBrian Gaeke
2004-06-03Expand head-of-file comment.Brian Gaeke
2004-06-03Add new mapping info pass, when EmitMappingInfo is on.Brian Gaeke
2004-06-03Fix big mistake in my last checkin... the big question is, how did I everBrian Gaeke
2004-06-03Add decl. for new mapping info pass factory method.Brian Gaeke
2004-06-03Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke
2004-06-02<alloca.h> on cygwin pulls in a ton of stuff (macros and function protos)Chris Lattner
2004-06-02Oops, this was not to go inChris Lattner
2004-06-02Adjust to the new TargetMachine interfaceChris Lattner
2004-06-02Adjust to new TargetMachine interfaceChris Lattner
2004-06-02Inline findOptimalStorageSize into it's caller, both of which are sparc specificChris Lattner
2004-06-02Adjust to new TM interfaceChris Lattner
2004-06-02Method has been inlined into all callersChris Lattner
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-06-02Stubs are no longer neededChris Lattner
2004-06-02Adjust to new TM interfacesChris Lattner
2004-06-02Finegrainify namespacificationChris Lattner
2004-06-02Fix a trivial but blatant bugChris Lattner
2004-06-02Implement the new CopyFile functionChris Lattner