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