aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-08-28LLI: move instruction cache tweaks.Jim Grosbach
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-27Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-10Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola
2012-08-08Remove some coding violations. No functionality change.Bill Wendling
2012-08-08Cache a commonly used reference.Bill Wendling
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-07Tidy up a bit.Jim Grosbach
2012-08-06Reduce indentation by early exiting.Bill Wendling
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling
2012-08-06Add support for the OpenBSD for Bitrig.Eric Christopher
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-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-19Remove tabs.Bill Wendling
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-07-02Need a space.Evan Cheng
2012-07-02This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
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-22Forgot this patch in r159023.Evan Cheng
2012-06-22Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames
2012-06-21llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem
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-15Remove assignments which aren't used afterwards.Bill Wendling
2012-06-13Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola
2012-06-11Object file output from llc isn't experimental anymore.Benjamin Kramer
2012-06-06[llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-05-30Reinstate -O3 for LTO.David Blaikie
2012-05-30Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy
2012-05-20Plug a leak when using MCJIT.Benjamin Kramer
2012-05-19Remove extra semicolons.Benjamin Kramer
2012-05-19Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...Stepan Dyatkovskiy
2012-05-18Refactor data-in-code annotations.Jim Grosbach
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev
2012-05-16Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth
2012-05-15llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar