summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-12
* Include PathV1.h in files that use it.Rafael Espindola2013-06-11
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Change some functions to take const pointers.Rafael Espindola2012-12-11
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-12
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-21
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Cache a commonly used reference.Bill Wendling2012-08-08
* Reduce indentation by early exiting.Bill Wendling2012-08-06
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-06
* Forgot this patch in r159023.Evan Cheng2012-06-22
* Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola2012-05-11
* Reformatting. No functionality change.Bill Wendling2012-04-03
* Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling2012-04-02
* It could come about that we parse the inline ASM before we get a potentialBill Wendling2012-04-02
* Cleanup whitespace and trim some of the #includes.Bill Wendling2012-03-31
* * Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling2012-03-30
* Make some headway towards compiling all of LLVM.Bill Wendling2012-03-29
* Cache the end() iterator.Bill Wendling2012-03-29
* Cleanup some whitespaces.Bill Wendling2012-03-28
* Inline function into its one caller.Bill Wendling2012-03-28
* Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling2012-03-28
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-31
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-04
* Move comment to the correct place.Bill Wendling2011-11-04
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-04
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-04
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-08
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-08