aboutsummaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
AgeCommit message (Expand)Author
2013-09-13Localize the le32 -> ARM hack to the LTO module for bitcode linking.Jan Voung
2013-08-26Revert LOCALMODs in gold plugin and libLTO related to bitcode shared objects ...Derek Schuff
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-06-28Revert the IntrinsicLowering logic that preserves externals for intrinsics.Eli Bendersky
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne
2013-03-11Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'Eli Bendersky
2013-01-31Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-30Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'Derek Schuff
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-11Change some functions to take const pointers.Rafael Espindola
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-12Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson
2012-10-11Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'Derek Schuff
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-18Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'Derek Schuff
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-08-21Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffceDerek Schuff
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-17Merge commit 'c723eb1aef817d47feec620933ee1ec6005cdd14'Derek Schuff
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-08Cache a commonly used reference.Bill Wendling
2012-08-06Reduce indentation by early exiting.Bill Wendling
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2012-06-22Forgot this patch in r159023.Evan Cheng
2012-05-11Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola
2012-04-03Reformatting. No functionality change.Bill Wendling
2012-04-02Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling
2012-04-02It could come about that we parse the inline ASM before we get a potentialBill Wendling
2012-03-31Cleanup whitespace and trim some of the #includes.Bill Wendling
2012-03-30* Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling
2012-03-29Make some headway towards compiling all of LLVM.Bill Wendling
2012-03-29Cache the end() iterator.Bill Wendling
2012-03-28Cleanup some whitespaces.Bill Wendling
2012-03-28Inline function into its one caller.Bill Wendling
2012-03-28Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-04Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling