| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 1 | -1/+1 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 1 | -1/+1 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 1 | -1/+1 |
* | More code not compiled by CMake. :(. | Michael J. Spencer | 2010-12-09 | 1 | -3/+8 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 1 | -3/+3 |
* | Record sysbols created by aliases. Fixes PR8414. | Rafael Espindola | 2010-10-20 | 1 | -0/+9 |
* | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling | 2010-10-06 | 1 | -9/+4 |
* | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling | 2010-09-27 | 1 | -8/+8 |
* | The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK | Bill Wendling | 2010-09-27 | 1 | -1/+3 |
* | lto: Fix an inverted conditional which prevented the addition of symbols scraped | Daniel Dunbar | 2010-08-11 | 1 | -1/+1 |
* | lto: Fix gratuitous memory leaks. | Daniel Dunbar | 2010-08-11 | 1 | -3/+3 |
* | lto: Reduce nesting. | Daniel Dunbar | 2010-08-10 | 1 | -56/+57 |
* | LTOModule.cpp: Fix numerous style issues. | Daniel Dunbar | 2010-08-10 | 1 | -413/+390 |
* | Make it possible to set the target triple and expose that with an option in the | Rafael Espindola | 2010-08-09 | 1 | -0/+5 |
* | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling | 2010-05-11 | 1 | -2/+3 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -7/+7 |
* | give Mangler access to TargetData. | Chris Lattner | 2010-03-12 | 1 | -1/+1 |
* | make the mangler take an MCContext instead of an MAI. | Chris Lattner | 2010-03-12 | 1 | -2/+4 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -6/+4 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 1 | -1/+1 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | remove calls to dead methods. | Chris Lattner | 2010-01-16 | 1 | -8/+0 |
* | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner | 2010-01-16 | 1 | -2/+2 |
* | Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret... | Viktor Kutuzov | 2009-11-18 | 1 | -22/+3 |
* | pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) | Gabor Greif | 2009-09-23 | 1 | -41/+41 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | No really, it's unused. | Daniel Dunbar | 2009-08-04 | 1 | -1/+1 |
* | Remove now unused arguments from TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-08-03 | 1 | -4/+1 |
* | Pass target triple string in to TargetMachine constructor. | Daniel Dunbar | 2009-08-03 | 1 | -4/+10 |
* | Remove memory corruption bug. string.c_str() was returning a temporary that was | Nick Lewycky | 2009-07-28 | 1 | -2/+2 |
* | Fix libLTO: | Nick Lewycky | 2009-07-26 | 1 | -2/+7 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -3/+4 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -3/+2 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -2/+0 |
* | Kill off last uses of TargetMachineRegistry class. | Daniel Dunbar | 2009-07-16 | 1 | -2/+2 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -3/+3 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -3/+3 |
* | Switch some obvious clients to using the new TargetRegistry. | Daniel Dunbar | 2009-07-15 | 1 | -3/+3 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Don't create undefined symbols for aliases. | Nick Lewycky | 2009-07-09 | 1 | -2/+5 |
* | Maintain the old LTO API, by using the global context. | Owen Anderson | 2009-07-02 | 1 | -7/+4 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -3/+3 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -4/+6 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -6/+11 |
* | update comments about .objc_ symbols being generated | Nick Kledzik | 2009-06-01 | 1 | -2/+20 |