Age | Commit message (Expand) | Author |
2004-06-08 | Workaround or a VS miscompilation bug | Chris Lattner |
2004-06-08 | Don't grab the condition of unconditional branches! | Chris Lattner |
2004-06-08 | Fix a minor bug in the map - since this pass adds a global symbol, it must be | Brian Gaeke |
2004-06-08 | Add a TmpInstruction ctor that doesn't take a MCFI. | Brian Gaeke |
2004-06-08 | Fix a link error using VS8.0 | Chris Lattner |
2004-06-08 | Fix the bug that was preventing the parser from working on all bytecode | Reid Spencer |
2004-06-08 | Make it #include Parser.h instead of AnalyzerInternals.h since it only | Reid Spencer |
2004-06-08 | Adjust what's included to compensate for changes in Parser.h | Reid Spencer |
2004-06-08 | Merged BytecodeHandler.h into Parser.h since the parser and the handler | Reid Spencer |
2004-06-07 | Fix PR361. | Chris Lattner |
2004-06-07 | Make all of this functionality work directly on win32. Properly conditionalize | Chris Lattner |
2004-06-07 | Implement getTimeRecord natively in Win32, properly conditionalize the | Chris Lattner |
2004-06-07 | Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool | Reid Spencer |
2004-06-05 | Add some notes so I can throw away one of my many todo lists. | Chris Lattner |
2004-06-05 | Fix GCC warning | Chris Lattner |
2004-06-05 | Fix GCC warnings | Chris Lattner |
2004-06-05 | Include cerrno. | Alkis Evlogimenos |
2004-06-05 | Remove an unused variable. | Chris Lattner |
2004-06-05 | Add missing #include | Chris Lattner |
2004-06-05 | Work around VS bug | Chris Lattner |
2004-06-05 | As much as I dislike doing this, it's the only fix for VC8.0 that I can come | Chris Lattner |
2004-06-05 | Remove unused var | Chris Lattner |
2004-06-04 | Squelch a warning | Chris Lattner |
2004-06-04 | Delete some unreachable code | Chris Lattner |
2004-06-04 | * No more CachedWriter::setStream() | Misha Brukman |
2004-06-04 | Fix up some spacing & fix a typo in an assertion in cpValue2Value. | Brian Gaeke |
2004-06-04 | Ugh, apparently there is no common ground here. | Chris Lattner |
2004-06-04 | Don't send random junk to CachedWriter's. Also remove a cast that could be | Chris Lattner |
2004-06-04 | Squish a warning | Chris Lattner |
2004-06-04 | This file is obsolete | Chris Lattner |
2004-06-03 | * Verify function prototypes, not just functions with bodies. | Chris Lattner |
2004-06-03 | Add new internal-global-symbol mapping info pass... may its life be short | Brian Gaeke |
2004-06-03 | Expand head-of-file comment. | Brian Gaeke |
2004-06-03 | Add new mapping info pass, when EmitMappingInfo is on. | Brian Gaeke |
2004-06-03 | Fix big mistake in my last checkin... the big question is, how did I ever | Brian Gaeke |
2004-06-03 | Add decl. for new mapping info pass factory method. | Brian Gaeke |
2004-06-03 | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke |
2004-06-02 | <alloca.h> on cygwin pulls in a ton of stuff (macros and function protos) | Chris Lattner |
2004-06-02 | Oops, this was not to go in | Chris Lattner |
2004-06-02 | Adjust to the new TargetMachine interface | Chris Lattner |
2004-06-02 | Adjust to new TargetMachine interface | Chris Lattner |
2004-06-02 | Inline findOptimalStorageSize into it's caller, both of which are sparc specific | Chris Lattner |
2004-06-02 | Adjust to new TM interface | Chris Lattner |
2004-06-02 | Method has been inlined into all callers | Chris Lattner |
2004-06-02 | Convert to the new TargetMachine interface. | Chris Lattner |
2004-06-02 | Stubs are no longer needed | Chris Lattner |
2004-06-02 | Adjust to new TM interfaces | Chris Lattner |
2004-06-02 | Finegrainify namespacification | Chris Lattner |
2004-06-02 | Fix a trivial but blatant bug | Chris Lattner |
2004-06-02 | Implement the new CopyFile function | Chris Lattner |