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