2012-11-15 |
Owen Anderson | Add doInitialization and doFinalization methods to... |
blob | commitdiff | raw |
2012-10-18 |
Nadav Rotem | Reapply the TargerTransformInfo changes, minus the... |
blob | commitdiff | raw | diff to current |
2012-10-18 |
Bob Wilson | Temporarily revert the TargetTransform changes. |
blob | commitdiff | raw | diff to current |
2012-10-15 |
Nadav Rotem | LTO also needs to initialize the TargetTransform infras... |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Bob Wilson | Set default CPU for Darwin targets with LTO. <rdar... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2012-09-06 |
Bill Wendling | Explicitly erase the file from disk if something bad... |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Bill Wendling | Remove some coding violations. No functionality change. |
blob | commitdiff | raw | diff to current |
2012-08-06 |
Bill Wendling | Reduce indentation by early exiting. |
blob | commitdiff | raw | diff to current |
2012-08-06 |
Bill Wendling | Add a way to grab the target options from the LTO comma... |
blob | commitdiff | raw | diff to current |
2012-05-30 |
David Blaikie | Reinstate -O3 for LTO. |
blob | commitdiff | raw | diff to current |
2012-04-16 |
Rafael Espindola | Remove lto_codegen_set_whole_program_optimization.... |
blob | commitdiff | raw | diff to current |
2012-04-09 |
Bill Wendling | Revert the 'EnableInitializing' flag. There is debate... |
blob | commitdiff | raw | diff to current |
2012-04-09 |
Bill Wendling | Apply the scope restrictions after parsing the command... |
blob | commitdiff | raw | diff to current |
2012-04-09 |
Bill Wendling | Add a hook to turn on the internalize pass through... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Bill Wendling | The internalize pass can be dangerous for LTO. |
blob | commitdiff | raw | diff to current |
2012-04-02 |
Bill Wendling | Add an option to turn off the expensive GVN load PRE... |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Move trivial functions into the class definition. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Trim headers. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Indent according to LLVM's style guide. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Cleanup whitespace and trim some of the #includes. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | These strings aren't 'const char *' but 'char *'. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Cleanup whitespace. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Bill Wendling | Free the codegen options when deleting LTO code generat... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetO... |
blob | commitdiff | raw | diff to current |
2011-11-05 |
Peter Collingbourne | Now that the linker supports lazily materialising globa... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
Sebastian Pop | rename getHostTriple into getDefaultTargetTriple |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
blob | commitdiff | raw | diff to current |
2011-08-18 |
John Criswell | Fixed compilation warning on Linux by fixing the type... |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Rafael Espindola | Move methods in PassManagerBuilder offline. |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Nick Lewycky | Fix typo. |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
blob | commitdiff | raw | diff to current |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
blob | commitdiff | raw | diff to current |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Cameron Zwarich | Fix LTO after the recent MC subtarget refactoring. |
blob | commitdiff | raw | diff to current |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Evan Cheng | Sink SubtargetFeature and TargetInstrItineraries (renam... |
blob | commitdiff | raw | diff to current |
2011-05-22 |
Chris Lattner | switch bugpoint and liblto to PassManagerBuilder. |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Rafael Espindola | Add a lto_codegen_compile_to_file to avoid producing... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Rafael Espindola | We don't need a null terminator for the output file. |
blob | commitdiff | raw | diff to current |
2011-03-18 |
Rafael Espindola | Use lazy parsing in LTO. Unfortunately this is only... |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Rafael Espindola | Add a special streamer to libLTO that just records... |
blob | commitdiff | raw | diff to current |
2011-02-24 |
Rafael Espindola | Switch LTO to use MC. This takes the linking of libxul... |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Rafael Espindola | Fix some memory leaks and avoid looking in the hash... |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Rafael Espindola | Preserve aliases if needed. |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Rafael Espindola | Fix a silly bug I introduced when dropping std::string. |
blob | commitdiff | raw | diff to current |
2011-02-11 |
Rafael Espindola | Remove std::string version of getNameWithPrefix. |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
blob | commitdiff | raw | diff to current |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
blob | commitdiff | raw | diff to current |
2010-12-09 |
Michael J. Spencer | More code not compiled by CMake. :(. |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Devang Patel | Do not try luck by using given name to create temporary... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Devang Patel | Do not try luck by using given name to create temporary... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
blob | commitdiff | raw | diff to current |
2010-10-07 |
Dan Gohman | This file needs ToolOutputFile.h too. |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
blob | commitdiff | raw | diff to current |
2010-08-11 |
Rafael Espindola | Make it possible to set the cpu used for codegen. |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Rafael Espindola | Make it possible to set the flags passed to the assembler. |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
blob | commitdiff | raw | diff to current |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Bill Wendling | The getDefaultSubtargetFeatures method of SubtargetFeat... |
blob | commitdiff | raw | diff to current |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Bill Wendling | r98363 deleted a '!' when cleaning up whitespace. This... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Dan Gohman | Fix more -Wcast-qual warnings. |
blob | commitdiff | raw | diff to current |
2010-03-24 |
Dan Gohman | Trim #includes. |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Chris Lattner | give Mangler access to TargetData. |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Chris Lattner | make the mangler take an MCContext instead of an MAI. |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Chris Lattner | remove dead code, we're requesting TargetMachine::Assem... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
blob | commitdiff | raw | diff to current |
2010-01-17 |
Chris Lattner | now that mangler is in libtarget, it can use MCAsmInfo... |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | remove use of getMangledName. |
blob | commitdiff | raw | diff to current |
2010-01-16 |
Chris Lattner | switch liblto to use the new getNameWithPrefix() method... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef... |
blob | commitdiff | raw | diff to current |
2009-11-25 |
Viktor Kutuzov | Rollback changes r89516: Added two SubtargetFeatures... |
blob | commitdiff | raw | diff to current |
2009-11-21 |
Viktor Kutuzov | Added two SubtargetFeatures::AddFeatures methods, which... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Viktor Kutuzov | Added getDefaultSubtargetFeatures method to SubtargetFe... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Viktor Kutuzov | Added getArchNameForAssembler method to the Triple... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Delete some unnecessary flushes. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Dan Gohman | Simplify this code so that it doesn't depend on raw_ost... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Jim Grosbach | SjLj based exception handling unwinding support. This... |
blob | commitdiff | raw | diff to current |
next |