aboutsummaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-10Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-04llc: Try to suppress failures since r161262 .NAKAMURA Takumi
2012-08-03Fix memcmp code-gen to honor -fno-builtin.Bob Wilson
2012-07-19Tweak prose.Chad Rosier
2012-07-02Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng
2012-07-02Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson
2012-06-27When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands
2012-06-26Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola
2012-06-22Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2012-06-19Move the support for using .init_array from ARM to the genericRafael Espindola
2012-06-11Object file output from llc isn't experimental anymore.Benjamin Kramer
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby
2012-04-18Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky
2012-04-08Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick
2012-01-19Add a TargetOption for disabling tail calls.Nick Lewycky
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-12-22drop unneeded config.h includesDylan Noblesmith
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-16Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-10-31Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-22Move the registered target printing in version strings completely out ofChandler Carruth
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18LLC doesn't need to create MCInstrInfo's.Evan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-05-24Remove dead option.Evan Cheng
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola
2011-04-20llc: Fix a refacto, .loc support didn't work before 10.6.Daniel Dunbar
2011-04-20ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OSDaniel Dunbar