Age | Commit message (Expand) | Author |
2007-03-20 | Fix a nasty memory leak, caused by my revamp of the value symbol table. | Chris Lattner |
2007-03-05 | Unbreak VC++ build. | Jeff Cohen |
2007-02-15 | rewrite Value::takeName to take advantage of the new symtab stuff. This | Chris Lattner |
2007-02-15 | Add a new Value::getNameStr method, which is preferred over getName. | Chris Lattner |
2007-02-13 | add a setName variant that takes a null-terminated string. This can be | Chris Lattner |
2007-02-12 | Add new setName accessor which doesn't require creating a string. | Chris Lattner |
2007-02-12 | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner |
2007-02-11 | fix uninitialized variable | Chris Lattner |
2007-02-11 | add an optimization for the case where the src has no name | Chris Lattner |
2007-02-11 | add a helper method: Value::takeName | Chris Lattner |
2007-02-07 | eliminate ValueSymbolTable::rename, it has no advantage over using remove+ins... | Chris Lattner |
2007-02-05 | For PR411: | Reid Spencer |
2007-01-06 | For PR411: | Reid Spencer |
2006-11-17 | Removed iostream #includes. Replaced std::cerr with DOUT. | Bill Wendling |
2005-10-04 | Change the signature of replaceUsesOfWithOnConstant. The bool was always | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-06 | This fixes PR531, a crash when running the CBE on a bytecode file. | Chris Lattner |
2005-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
2005-02-23 | new method | Chris Lattner |
2005-02-05 | Initialize new field. | Chris Lattner |
2005-02-01 | Updates for new use list changes. | Chris Lattner |
2004-10-15 | Add a space between the type and name of value when printing error message | Misha Brukman |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-07-25 | Use name.empty() instead of testing against equality with the empty | Alkis Evlogimenos |
2004-07-25 | Disallow creation of named values of type void. | Alkis Evlogimenos |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-07 | Fix regressions in these testcases: | Chris Lattner |
2004-07-06 | Find bugs sooner rather than later. In this case, don't allow the creation | Chris Lattner |
2004-07-04 | - #include <iostream> since its not in Value.h any more. | Reid Spencer |
2004-06-27 | User ctor is now inline | Chris Lattner |
2004-06-26 | Instancevar was renamed | Chris Lattner |
2003-11-21 | Finegrainify namespacification | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-05 | If we're not checking, don't check! | Chris Lattner |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-16 | Completely rewrite support for the Value::use_* list. Now, all operations on | Chris Lattner |
2003-10-06 | Users can never be null | Chris Lattner |
2003-10-02 | There is no reason for Value to be an AbstractTypeUser. This just makes things | Chris Lattner |
2003-08-29 | Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.ll | Chris Lattner |
2003-08-29 | Refactor code to make it useful outside of Constants.cpp | Chris Lattner |
2003-06-24 | Make assertion more descriptive | Chris Lattner |
2003-02-13 | This speeds up processing LLVM a _lot_, 17% in the case of loading and destro... | Chris Lattner |
2002-10-09 | - Make Value::replaceAllUsesWith work with constants correctly. This fixes | Chris Lattner |
2002-10-09 | - Remove Value::use_remove | Chris Lattner |
2002-10-08 | Fix NASTY N^2 behavior that was causing the gzip benchmark to take forever to | Chris Lattner |
2002-09-08 | Enable "garbage detection" of LLVM objects. Now users should be obnoxious | Chris Lattner |
2002-07-24 | *** empty log message *** | Chris Lattner |
2002-06-30 | *** empty log message *** | Chris Lattner |
2002-06-25 | changes for 64bit gcc | Anand Shukla |
2002-04-28 | The contents of the SymTabValue class have been incorporated into the | Chris Lattner |