aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto
Commit message (Expand)AuthorAgeFilesLines
* Revert r188188 and r188200.Shuxin Yang2013-08-129-836/+37
* Fix warning about unused member.Eric Christopher2013-08-121-1/+0
* Misc enhancements to LTO:Shuxin Yang2013-08-129-37/+837
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-1/+2
* Revert r185882. This is causing problems with the gold linker and might be be...Bill Wendling2013-08-081-4/+2
* Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...Shuxin Yang2013-08-073-26/+30
* Change private functions of LTOCodeGenerator from ret-false-on-succ to ret-tr...Shuxin Yang2013-08-061-9/+9
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-1/+1
* Add some comment to LTOCodeGenerator classShuxin Yang2013-08-061-1/+44
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-021-1/+1
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-6/+0
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-1/+1
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-6/+0
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-233-7/+4
* remove unnecessary spaceShuxin Yang2013-07-231-1/+1
* Recommit r186217 with testcase fix:Bill Wendling2013-07-221-6/+0
* Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>Shuxin Yang2013-07-222-0/+34
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* 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
* Don't run internalize if we're outputing bit-code and not an object file.Bill Wendling2013-07-081-2/+4
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-2/+1
* Remove address spaces from MC.Rafael Espindola2013-07-021-3/+2
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-182-2/+2
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-17/+14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-1/+2
* 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
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-041-2/+1
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-292-2/+2
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* The command line options need to be processed before we create the TargetMach...Bill Wendling2013-05-231-9/+8
* Last batch of cleanups to Linker.h.Rafael Espindola2013-05-041-1/+1
* Don't construct or delete a module on the Linker.Rafael Espindola2013-05-041-1/+2
* Remove unused members and constructor arguments.Rafael Espindola2013-05-041-1/+1
* Add missing header.Rafael Espindola2013-05-041-0/+1
* Remove redundant flag.Bill Wendling2013-05-021-1/+1
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-021-1/+1
* Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola2013-04-241-19/+19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+3
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-291-0/+5
* Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-131-13/+5
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-281-1/+7
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
* 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
* LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-151-0/+1
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-0/+1