aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* LLI: move instruction cache tweaks.Jim Grosbach2012-08-281-4/+4
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-281-1/+16
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-271-1/+5
* Pass -lLTO after gold-plugin.o so that it gets used in systems that default toRafael Espindola2012-08-271-1/+3
* Add support for the --param ssp-buffer-size= driver option.Chad Rosier2012-08-212-0/+12
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-172-4/+2
* Remove references to compression in llvm-ar. It has been a long time since weRafael Espindola2012-08-102-14/+7
* Remove some coding violations. No functionality change.Bill Wendling2012-08-081-9/+10
* Cache a commonly used reference.Bill Wendling2012-08-081-10/+12
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-081-5/+2
* Tidy up a bit.Jim Grosbach2012-08-071-12/+10
* Reduce indentation by early exiting.Bill Wendling2012-08-062-50/+52
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-063-2/+148
* Add support for the OpenBSD for Bitrig.Eric Christopher2012-08-061-1/+1
* 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 a typo (the the => the)Sylvestre Ledru2012-07-232-2/+2
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-191-1/+2
* Remove tabs.Bill Wendling2012-07-191-15/+13
* 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
* Need a space.Evan Cheng2012-07-021-1/+1
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-021-1/+12
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-282-2/+2
* 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
* Forgot this patch in r159023.Evan Cheng2012-06-221-1/+1
* Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from aLang Hames2012-06-221-6/+14
* llvm-stress: Stabalize (by using an ordered container) and add randomness to ...Nadav Rotem2012-06-211-9/+20
* 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
* Remove assignments which aren't used afterwards.Bill Wendling2012-06-151-2/+0
* Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version ofRafael Espindola2012-06-131-0/+2
* Object file output from llc isn't experimental anymore.Benjamin Kramer2012-06-111-1/+1
* [llvm-nm] Update documentation to cover object file support and arguments.Michael J. Spencer2012-06-061-5/+5
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-1/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-064-10/+6
* Reinstate -O3 for LTO.David Blaikie2012-05-301-3/+3
* Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>Bob Wilson2012-05-301-6/+0
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-1/+1
* Plug a leak when using MCJIT.Benjamin Kramer2012-05-201-2/+3
* Remove extra semicolons.Benjamin Kramer2012-05-191-15/+15
* Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...Stepan Dyatkovskiy2012-05-191-4/+4
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+32
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-2/+29
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-162-2/+227
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-161-12/+41
* llvm-config: Use sys::fs::equivalent instead of string comparison.Daniel Dunbar2012-05-151-5/+6