aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-311-2/+2
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+2
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+3
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-041-66/+58
* Move comment to the correct place.Bill Wendling2011-11-041-2/+0
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-041-19/+16
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-041-8/+7
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-081-0/+2
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-081-4/+10
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+2
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-3/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-3/+1
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-2/+1
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+3
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-0/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-1/+2
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-111-0/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-4/+6
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+4
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-2/+3
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-291-1/+1
* Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier2011-06-281-6/+6
* PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad2011-06-281-1/+1
* Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier2011-06-271-6/+6
* Remove some unnecessary uses of c_str().Jay Foad2011-06-211-6/+6
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-1/+1
* Remove unused argument.Rafael Espindola2011-04-211-4/+2
* Fix typo in comment.Nick Lewycky2011-04-211-1/+1
* Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola2011-03-181-8/+23
* Simplify the computation of undefined symbols. Instead of walkingRafael Espindola2011-03-181-44/+2
* tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi2011-03-181-1/+0
* Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola2011-03-171-9/+2
* Add support in the LTO library for loading an object from the middleRafael Espindola2011-03-171-2/+11
* Add a special streamer to libLTO that just records symbols definitions andRafael Espindola2011-03-021-36/+232
* Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola2011-02-201-32/+49
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-111-2/+5
* Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola2011-02-081-0/+11
* Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola2011-02-011-0/+4
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-8/+6
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+1
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-1/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+1
* More code not compiled by CMake. :(.Michael J. Spencer2010-12-091-3/+8