aboutsummaryrefslogtreecommitdiff
path: root/tools/lto/LTOCodeGenerator.cpp
AgeCommit message (Expand)Author
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-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-25Fix typo.Nick Lewycky
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-11Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich
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-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner
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-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
2011-02-12Fix a silly bug I introduced when dropping std::string.Rafael Espindola
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-09More code not compiled by CMake. :(.Michael J. Spencer
2010-12-06Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-12-03Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-10-07This file needs ToolOutputFile.h too.Dan Gohman
2010-09-01Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman
2010-08-20Convert tools to use tool_output_file, and introduce errorDan Gohman
2010-08-11Make it possible to set the cpu used for codegen.Rafael Espindola
2010-08-10Make it possible to set the flags passed to the assembler.Rafael Espindola
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman
2010-05-11The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2010-04-27r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling
2010-04-17Fix more -Wcast-qual warnings.Dan Gohman
2010-03-24Trim #includes.Dan Gohman
2010-03-12give Mangler access to TargetData.Chris Lattner
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner