summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-04
* Move comment to the correct place.Bill Wendling2011-11-04
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-04
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-04
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-08
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-08
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier2011-06-28
* PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad2011-06-28
* Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier2011-06-27
* Remove some unnecessary uses of c_str().Jay Foad2011-06-21
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Remove unused argument.Rafael Espindola2011-04-21
* Fix typo in comment.Nick Lewycky2011-04-21
* Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola2011-03-18
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-18
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-18
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-17
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-17
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-02
* Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola2011-02-20
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-08
* Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola2011-02-01
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* More code not compiled by CMake. :(.Michael J. Spencer2010-12-09
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Record sysbols created by aliases. Fixes PR8414.Rafael Espindola2010-10-20
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06