aboutsummaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2011-09-08lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin
2011-09-08lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-18Fixed compilation warning on Linux by fixing the type of a return value.John Criswell
2011-08-16Remove unused Target argument from AsmParser construction methods.Jim Grosbach
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Fix typo.Nick Lewycky
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-07-11Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-28Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier
2011-06-28PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad
2011-06-27Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier
2011-06-21Remove some unnecessary uses of c_str().Jay Foad
2011-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-21Remove unused argument.Rafael Espindola
2011-04-21Fix typo in comment.Nick Lewycky
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-01Update CMakeLists.txtDevang Patel
2011-03-29Expoert c interface for disassembler.Devang Patel
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola
2011-03-22We don't need a null terminator for the output file.Rafael Espindola
2011-03-18Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola
2011-03-18Simplify the computation of undefined symbols. Instead of walkingRafael Espindola
2011-03-18tools/lto/LTOModule.cpp: Eliminate an unused variable.NAKAMURA Takumi
2011-03-17Use RequiresNullTerminator to create buffers without a null terminatorRafael Espindola
2011-03-17Add support in the LTO library for loading an object from the middleRafael Espindola
2011-03-12Build LTO as a static library too.Oscar Fuentes
2011-03-12Build LTO as a static library too.Oscar Fuentes
2011-03-12Update link components for llvm-dis and LTO.Oscar Fuentes
2011-03-11Add LTO and gold plugin to the CMake build. Linux-only, support forOscar Fuentes
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola
2011-02-24Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola
2011-02-20Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola
2011-02-12Preserve aliases if needed.Rafael Espindola