summaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-2/+2
2011-08-18Fixed compilation warning on Linux by fixing the type of a return value.John Criswell1-1/+1
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola1-0/+2
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola1-1/+1
2011-07-25Fix typo.Nick Lewycky1-1/+1
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-4/+1
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-2/+1
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng1-1/+1
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-4/+7
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-1/+4
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-0/+1
2011-07-11Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich1-0/+1
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-2/+2
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng1-1/+1
2011-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner1-8/+6
2011-03-22Add a lto_codegen_compile_to_file to avoid producing a file, reading it toRafael Espindola1-43/+52
2011-03-22We don't need a null terminator for the output file.Rafael Espindola1-1/+4
2011-03-18Use lazy parsing in LTO. Unfortunately this is only a 3% time saving forRafael Espindola1-0/+4
2011-03-02Add a special streamer to libLTO that just records symbols definitions andRafael Espindola1-33/+75
2011-02-24Switch LTO to use MC. This takes the linking of libxul.so from about 7m toRafael Espindola1-119/+31
2011-02-20Fix some memory leaks and avoid looking in the hash tables twice.Rafael Espindola1-3/+4
2011-02-12Preserve aliases if needed.Rafael Espindola1-0/+8
2011-02-12Fix a silly bug I introduced when dropping std::string.Rafael Espindola1-0/+2
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola1-2/+5
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-3/+3
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola1-1/+1
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola1-1/+1
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola1-1/+1
2010-12-09More code not compiled by CMake. :(.Michael J. Spencer1-2/+6
2010-12-06Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel1-1/+1
2010-12-03Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel1-1/+1
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer1-3/+3
2010-10-07This file needs ToolOutputFile.h too.Dan Gohman1-0/+1
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman1-12/+13
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman1-4/+11
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola1-1/+6
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola1-0/+13
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman1-4/+2
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman1-1/+3
2010-05-11The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling1-2/+3
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands1-14/+0
2010-04-27r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling1-1/+1
2010-04-17Fix more -Wcast-qual warnings.Dan Gohman1-1/+1
2010-03-24Trim #includes.Dan Gohman1-4/+0
2010-03-12give Mangler access to TargetData.Chris Lattner1-1/+1
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner1-42/+44
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner1-8/+5
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner1-2/+0
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner1-2/+2