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 |
2009-06-01 |
Nick Kledzik | <rdar://problem/6927148> libLTO needs to handle i386... |
tree | commitdiff |
2009-05-30 |
Evan Cheng | Untabify. |
tree | commitdiff |
2009-04-30 |
Nick Lewycky | Allow a user of libLTO to specify the full pathname... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Don't use 'false' for 'fast isel' here. |
tree | commitdiff |
2009-04-24 |
Rafael Espindola | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the... |
tree | commitdiff |
2009-04-01 |
Evan Cheng | Recognize arm triplets. |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Force 'llvm-config' to go first, optionally followed... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Add the function attributes pass during LTO time. |
tree | commitdiff |
2009-02-23 |
Nick Lewycky | If nobody minds, I'm using LTO to produce faster binari... |
tree | commitdiff |
2009-02-17 |
Devang Patel | Remove changes that were accidently included in previou... |
tree | commitdiff |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
tree | commitdiff |
2009-02-11 |
Duncan Sands | Revert r64299: it breaks the build when configured |
tree | commitdiff |
2009-02-11 |
Nick Lewycky | Try this. Darwin -> LTO, PIC -> LTO + possibly gold... |
tree | commitdiff |
2009-02-11 |
Devang Patel | 62987 disables LTO build on darwin. |
tree | commitdiff |
2009-02-06 |
Nick Lewycky | Correct strange whitespace. |
tree | commitdiff |
2009-01-26 |
Nick Lewycky | Build libLTO on any platform so long as PIC is enabled. |
tree | commitdiff |
2009-01-03 |
Bill Wendling | Setting BUILD_ARCHIVE to 0 has the same effect as defin... |
tree | commitdiff |
2008-11-30 |
Nick Lewycky | Remove warning about declaration does not declare anyth... |
tree | commitdiff |
2008-11-29 |
Nick Lewycky | Add protected visibility to libLTO. |
tree | commitdiff |
2008-11-13 |
Daniel Dunbar | Add Binary flag to raw_fd_ostream constructor. |
tree | commitdiff |
2008-11-04 |
Devang Patel | On darwin, 32-bit x86 target is i386-apple-darwin... |
tree | commitdiff |
2008-08-21 |
Dan Gohman | Don't silently ignore errors when opening output streams. |
tree | commitdiff |
2008-08-21 |
Owen Anderson | Use raw_ostream throughout the AsmPrinter. |
tree | commitdiff |
2008-08-15 |
Owen Anderson | Remove GCSE, ValueNumbering, and LoadValueNumbering... |
tree | commitdiff |
next |