aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-6/+0
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-4/+3
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-6/+0
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-131-0/+6
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-121-6/+0
* Remove address spaces from MC.Rafael Espindola2013-07-021-3/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Inline Path::isBitcodeFile into only use and remove it.Rafael Espindola2013-06-121-2/+4
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Convert another use of sys::identifyFileType.Rafael Espindola2013-06-111-2/+3
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-1/+1
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+3
* Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-311-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+6
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+1
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+4
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+3
* Change some functions to take const pointers.Rafael Espindola2012-12-111-15/+17
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-6/+6
* Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson2012-10-121-6/+14
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-2/+2
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+6
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-3/+2
* Cache a commonly used reference.Bill Wendling2012-08-081-10/+12
* Reduce indentation by early exiting.Bill Wendling2012-08-061-16/+18
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-061-0/+138
* Forgot this patch in r159023.Evan Cheng2012-06-221-1/+1
* Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola2012-05-111-1/+1
* Reformatting. No functionality change.Bill Wendling2012-04-031-18/+19
* Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling2012-04-021-22/+17
* It could come about that we parse the inline ASM before we get a potentialBill Wendling2012-04-021-0/+26
* Cleanup whitespace and trim some of the #includes.Bill Wendling2012-03-311-6/+0
* * Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling2012-03-301-14/+18
* Make some headway towards compiling all of LLVM.Bill Wendling2012-03-291-33/+50
* Cache the end() iterator.Bill Wendling2012-03-291-3/+3
* Cleanup some whitespaces.Bill Wendling2012-03-281-3/+3
* Inline function into its one caller.Bill Wendling2012-03-281-7/+2
* Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling2012-03-281-55/+44
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-2/+2
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-2/+2
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-311-2/+2
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+2
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+3
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-041-66/+58