aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-0/+18
|\ \ | |/
| * Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-211-0/+6
| * Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-081-5/+2
| * llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-041-2/+5
| * Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-031-0/+12
* | Fix missing libLLVMMipsAsmParser dependency for llc.Stephen Hines2012-08-081-0/+1
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-65/+92
|\ \ | |/
| * Tweak prose.Chad Rosier2012-07-191-1/+1
| * Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-021-6/+0
| * Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-021-4/+40
| * When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-271-13/+23
| * Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-261-0/+4
| * Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-221-3/+3
| * Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-221-6/+14
| * Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-191-3/+3
| * Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-191-0/+5
| * Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-111-1/+1
| * Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-6/+0
| * Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-32/+8
* | Fix master-without-vendors build breakage.Shih-wei Liao2012-05-101-2/+3
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-241-26/+6
|\ \ | |/
| * Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-181-26/+0
| * Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-0/+6
* | Merge with upstream LLVM @152063Stephen Hines2012-03-051-0/+1
* | Merge branch 'upstream' into merge-20120305Stephen Hines2012-03-051-9/+7
|\ \ | |/
| * RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-101-6/+1
| * Add a TargetOption for disabling tail calls.Nick Lewycky2012-01-191-0/+6
| * Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
| * drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* | Merge with LLVM upstream r146714 (Dec 16th 2011)Logan Chien2011-12-162-2/+157
|\ \ | |/
| * LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
| * Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+157
* | Add build rules for MIPS.Logan Chien2011-11-271-13/+43
* | Merge with LLVM upstream r145126 (Nov 25th 2011)Logan Chien2011-11-251-14/+14
|\ \ | |/
| * Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-14/+14
* | Merge with LLVM upstream r144606 (Nov 15th 2011)Logan Chien2011-11-151-0/+23
|\ \ | |/
| * LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
| * rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
| * Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-10-311-4/+4
* | rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-141-1/+1
* | Switch new .file directive emission off by default, change llc's flag for it toNick Lewycky2011-11-141-4/+4
* | Apply changes to migrate to upstream Oct 20th 2011.Logan Chien2011-10-211-1/+1
* | Merge with LLVM upstream 2011/10/20 (r142530)Logan Chien2011-10-202-18/+36
|\ \ | |/
| * build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-10/+4
| * Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-0/+6
| * Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-1/+1
| * Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
| * Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-3/+1
| * Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-0/+3
| * - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-2/+19