2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-08-26 |
Devang Patel | Fix prototypes. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | lto_codegen_set_gcc_path was removed. |
tree | commitdiff |
2010-08-25 |
Dan Gohman | Fix a few missing entries in lto.exports. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
tree | commitdiff |
2010-08-11 |
Rafael Espindola | Make it possible to set the cpu used for codegen. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix an inverted conditional which prevented the... |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix gratuitous memory leaks. |
tree | commitdiff |
2010-08-10 |
Daniel Dunbar | lto: Reduce nesting. |
tree | commitdiff |
2010-08-10 |
Daniel Dunbar | LTOModule.cpp: Fix numerous style issues. |
tree | commitdiff |
2010-08-10 |
Rafael Espindola | Make it possible to set the flags passed to the assembler. |
tree | commitdiff |
2010-08-09 |
Rafael Espindola | Make it possible to set the target triple and expose... |
tree | commitdiff |
2010-07-31 |
Daniel Dunbar | build: Don't pass -avoid-version or -no-undefined on... |
tree | commitdiff |
2010-07-16 |
Daniel Dunbar | build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia... |
tree | commitdiff |
2010-05-27 |
Dan Gohman | Eliminate some unnessary Path::exists() calls. |
tree | commitdiff |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
tree | commitdiff |
2010-05-11 |
Bill Wendling | The getDefaultSubtargetFeatures method of SubtargetFeat... |
tree | commitdiff |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
tree | commitdiff |
2010-04-27 |
Bill Wendling | r98363 deleted a '!' when cleaning up whitespace. This... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Fix more -Wcast-qual warnings. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Make the export files absolute paths, and change Makefi... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Generalize the EXPORTED_SYMBOL_FILE concept in the... |
tree | commitdiff |
2010-04-05 |
Chris Lattner | stringref-ize the MemoryBuffer::get apis. This requires |
tree | commitdiff |
2010-03-24 |
Dan Gohman | Trim #includes. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | give Mangler access to TargetData. |
tree | commitdiff |
2010-03-12 |
Chris Lattner | make the mangler take an MCContext instead of an MAI. |
tree | commitdiff |
2010-02-03 |
Chris Lattner | change addPassesToEmitFile to return true on failure... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | Remove a bunch of stuff around the edges of the ELF... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType... |
tree | commitdiff |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except |
tree | commitdiff |
2010-02-02 |
Chris Lattner | remove dead code, we're requesting TargetMachine::Assem... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-17 |
Chris Lattner | now that mangler is in libtarget, it can use MCAsmInfo... |
tree | commitdiff |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove calls to dead methods. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | remove use of getMangledName. |
tree | commitdiff |
2010-01-16 |
Chris Lattner | switch liblto to use the new getNameWithPrefix() method... |
tree | commitdiff |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
tree | commitdiff |
2010-01-11 |
Benjamin Kramer | Reimplement getToken and SplitString as "StringRef... |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix another -Wmismatched-tags warning |
tree | commitdiff |
2009-12-23 |
Douglas Gregor | Fix struct/class mismatch for LTOModule and LTOCodeGene... |
tree | commitdiff |
2009-11-25 |
Viktor Kutuzov | Rollback changes r89516: Added two SubtargetFeatures... |
tree | commitdiff |
2009-11-21 |
Viktor Kutuzov | Added two SubtargetFeatures::AddFeatures methods, which... |
tree | commitdiff |
2009-11-18 |
Viktor Kutuzov | Added getDefaultSubtargetFeatures method to SubtargetFe... |
tree | commitdiff |
2009-11-17 |
Viktor Kutuzov | Added getArchNameForAssembler method to the Triple... |
tree | commitdiff |
2009-09-23 |
Gabor Greif | pretty mechanical changes to match coding guidelines... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Delete some unnecessary flushes. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Make LLVM command-line tools overwrite their output... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Prune #includes from llvm/Linker.h and llvm/System... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the ostream version of CheckBitcodeOutputToCo... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | eliminate the std::ostream forms of the bitcode writing... |
tree | commitdiff |
2009-08-23 |
Chris Lattner | Change raw_fd_ostream to take flags as an optional... |
tree | commitdiff |
2009-08-22 |
Chris Lattner | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. |
tree | commitdiff |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Simplify this code so that it doesn't depend on raw_ost... |
tree | commitdiff |
2009-08-11 |
Jim Grosbach | SjLj based exception handling unwinding support. This... |
tree | commitdiff |
2009-08-04 |
Daniel Dunbar | No really, it's unused. |
tree | commitdiff |
2009-08-03 |
Nick Lewycky | Remove the GCC path from libLTO. This has been superced... |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Remove now unused arguments from TargetRegistry::lookup... |
tree | commitdiff |
2009-08-03 |
Daniel Dunbar | Pass target triple string in to TargetMachine constructor. |
tree | commitdiff |
2009-07-28 |
Nick Lewycky | Remove memory corruption bug. string.c_str() was return... |
tree | commitdiff |
2009-07-26 |
Nick Lewycky | Fix libLTO: |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Remove Value::getName{Start,End}, the last of the old... |
tree | commitdiff |
2009-07-26 |
Daniel Dunbar | Add TargetRegistry::lookupTarget. |
tree | commitdiff |
2009-07-23 |
Daniel Dunbar | Convert StringMap to using StringRef for its APIs. |
tree | commitdiff |
2009-07-22 |
Daniel Dunbar | Switch some clients to Value::getName(), and other... |
tree | commitdiff |
2009-07-16 |
Dan Gohman | Convert more tools code from cerr and cout to errs... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Kill off last uses of TargetMachineRegistry class. |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Reapply TargetRegistry refactoring commits. |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a Force option to raw_fd_ostream to specify whether... |
tree | commitdiff |
2009-07-15 |
Stuart Hastings | Revert 75762, 75763, 75766..75769, 75772..75775, 75778... |
tree | commitdiff |
2009-07-15 |
Daniel Dunbar | Switch some obvious clients to using the new TargetRegi... |
tree | commitdiff |
2009-07-14 |
David Greene | Have asm printers use formatted_raw_ostream directly... |
tree | commitdiff |
2009-07-14 |
Chris Lattner | Reapply my previous asmprinter changes now with more... |
tree | commitdiff |
2009-07-14 |
Daniel Dunbar | Revert r7561{9,8,7,6}, which depend on r75610. |
tree | commitdiff |
2009-07-14 |
Chris Lattner | rename getValueName -> getMangledName |
tree | commitdiff |
2009-07-13 |
Owen Anderson | As Chris pointed out, this doesn't actually need an... |
tree | commitdiff |
2009-07-13 |
Owen Anderson | Begin the painful process of tearing apart the rat... |
tree | commitdiff |
2009-07-09 |
Nick Lewycky | Don't create undefined symbols for aliases. |
tree | commitdiff |
2009-07-06 |
Bruno Cardoso Lopes | Add the Object Code Emitter class. Original patch by... |
tree | commitdiff |
2009-07-03 |
Duncan Sands | Add newline at end of file. |
tree | commitdiff |
2009-07-02 |
Owen Anderson | Maintain the old LTO API, by using the global context. |
tree | commitdiff |
2009-07-02 |
John Mosby | fix ld error with -no-undefined switch, which is undefi... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Make the use of const with respect to LLVMContext sane... |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-06-26 |
Evan Cheng | Indentation. |
tree | commitdiff |
2009-06-24 |
Chris Lattner | remove dead makefile flags. |
tree | commitdiff |
2009-06-22 |
Bob Wilson | Recognize and handle ARM v7 target triples for Darwin. |
tree | commitdiff |
2009-06-17 |
Chris Lattner | switch to using llvm/Target/TargetSelect.h |
tree | commitdiff |
2009-06-17 |
Nick Lewycky | Fix libLTO by #include'ing the initializers for all... |
tree | commitdiff |
2009-06-09 |
Rafael Espindola | Bug fix: |
tree | commitdiff |
2009-06-04 |
Nick Kledzik | <rdar://problem/6944342> libLTO for darwin should add... |
tree | commitdiff |
2009-06-04 |
Nick Kledzik | <rdar://problem/6940611> libLTO.dylib needs to let... |
tree | commitdiff |
2009-06-03 |
Nick Kledzik | <rdar://problem/6941517> C++ static constructors not... |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Change LTO to run the global opt pass twice. |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Add createStandardLTOPasses to StandardPasses.h, and... |
tree | commitdiff |
2009-06-01 |
Nick Kledzik | update comments about .objc_ symbols being generated |
tree | commitdiff |
next |