summaryrefslogtreecommitdiff
path: root/tools/lto/LTOModule.cpp
Commit message (Expand)AuthorAge
* 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
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2011-07-11
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29