aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-151-1/+1
* llvm-build: Add support for non-installed libraries (e.g., gtest).Daniel Dunbar2012-05-151-5/+18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-151-2/+2
* Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola2012-05-111-1/+1
* Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson2012-05-091-0/+8
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-083-76/+28
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-041-1/+1
* PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper2012-05-031-0/+3
* Fix unintentional use of operator bool.John McCall2012-05-021-1/+1
* Remove redundant line (the memory manager is set above to the same objectEli Bendersky2012-04-291-1/+0
* DumpSegment64Command() wasn't returning correct result. Caught by static anal...Evan Cheng2012-04-261-1/+1
* [CMake] Restructure how Clang, Polly and other external projects get included.Michael J. Spencer2012-04-261-17/+3
* openbsd doesn't support soname, patch by Brad Smith!Chris Lattner2012-04-251-0/+3
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-1912-1028/+3
* Move the JIT flags from llc to lli. These flags showed up as part of movingNick Lewycky2012-04-182-26/+28
* allow opt to take a -mtriple optionJoe Groff2012-04-171-0/+7
* Add -disassemble support for -show-inst and -show-encode capability llvm-mc. ...Richard Barton2012-04-163-174/+80
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-164-12/+5
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-151-0/+1
* Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...Nadav Rotem2012-04-151-9/+12