summaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)AuthorFilesLines
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner1-2/+2
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis1-2/+2
2012-02-01Add a basic-block autovectorization pass.Hal Finkel2-2/+2
2012-01-31update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner1-2/+2
2012-01-27Better diagnostic for malformed .org assembly directive.Jim Grosbach1-2/+2
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-4/+3
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola1-1/+1
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2-2/+5
2011-11-05Now that the linker supports lazily materialising globals, don'tPeter Collingbourne1-4/+0
2011-11-04Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling1-66/+58
2011-11-04Move comment to the correct place.Bill Wendling2-2/+1
2011-11-04Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2-29/+23
2011-11-04Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2-13/+13
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop2-2/+2
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-13/+6
2011-09-08lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin1-0/+2
2011-09-08lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2-6/+13
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer1-1/+2
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2-4/+4
2011-08-18Fixed compilation warning on Linux by fixing the type of a return value.John Criswell1-1/+1
2011-08-16Remove unused Target argument from AsmParser construction methods.Jim Grosbach1-1/+1
2011-08-02Move methods in PassManagerBuilder offline.Rafael Espindola1-0/+2
2011-08-02move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola1-1/+1
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng1-3/+3
2011-07-25Fix typo.Nick Lewycky1-1/+1
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+1
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2-7/+2
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2-4/+2
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2-2/+2
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2-4/+8
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2-2/+7
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-1/+1
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2-0/+2
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng1-1/+2
2011-07-11Fix LTO after the recent MC subtarget refactoring.Cameron Zwarich2-0/+2
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng1-4/+6
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng1-1/+4
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2-4/+5
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2-2/+2
2011-06-28Reinstate r133516 "Remove some unnecessary uses of c_str()." A trailing nullChad Rosier1-6/+6
2011-06-28PR10210: New method ConstantArray::getAsCString(). Use it in LTO toJay Foad1-1/+1
2011-06-27Revert r133516 "Remove some unnecessary uses of c_str()."Chad Rosier1-6/+6
2011-06-21Remove some unnecessary uses of c_str().Jay Foad1-6/+6
2011-05-22switch bugpoint and liblto to PassManagerBuilder.Chris Lattner1-8/+6
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola1-1/+1
2011-04-21Remove unused argument.Rafael Espindola1-4/+2
2011-04-21Fix typo in comment.Nick Lewycky1-1/+1
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-04-01Update CMakeLists.txtDevang Patel1-1/+1
2011-03-29Expoert c interface for disassembler.Devang Patel2-1/+5