summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-27
* 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
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-10
* Remove some coding violations. No functionality change.Bill Wendling2012-08-08
* Cache a commonly used reference.Bill Wendling2012-08-08
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-08
* Tidy up a bit.Jim Grosbach2012-08-07
* 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
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-06
* llc: Try to suppress failures since r161262 .NAKAMURA Takumi2012-08-04
* Fix memcmp code-gen to honor -fno-builtin.Bob Wilson2012-08-03
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Remove tabs.Bill Wendling2012-07-19
* Tweak prose.Chad Rosier2012-07-19
* Target option DisableJumpTables is a gross hack. Move it to TargetLowering in...Evan Cheng2012-07-02
* Extend TargetPassConfig to allow running only a subset of the normal passes.Bob Wilson2012-07-02
* Need a space.Evan Cheng2012-07-02
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* When users ask for -mcpu=help or -mattr=help, just output the help withoutDuncan Sands2012-06-27
* Fix llc's -print-before=pass and -print-after=pass.Rafael Espindola2012-06-26
* Rename fp-op fusion option (yet again) for compatibility with GCC option.Lang Hames2012-06-22
* Forgot this patch in r159023.Evan Cheng2012-06-22
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-22
* llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem2012-06-21
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Move the support for using .init_array from ARM to the genericRafael Espindola2012-06-19
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-15
* Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola2012-06-13
* Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-11
* [llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer2012-06-06
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Reinstate -O3 for LTO.David Blaikie2012-05-30
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-30
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-29
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-20
* Remove extra semicolons.Benjamin Kramer2012-05-19
* Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...Stepan Dyatkovskiy2012-05-19
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-16
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-16
* llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar2012-05-15
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-15
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-15