aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-2/+2
* llvm-stress: stop abusing ConstantFP::get()Dylan Noblesmith2012-04-101-5/+29
* llvm-stress: don't make vectors of x86_mmx typeDylan Noblesmith2012-04-101-1/+7
* Revert the 'EnableInitializing' flag. There is debate on whether we should ru...Bill Wendling2012-04-091-11/+0
* Apply the scope restrictions after parsing the command line options. There ma...Bill Wendling2012-04-091-3/+3
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-092-4/+4
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-094-2/+13
* Teach LLVM about a PIE option which, when enabled on top of PIC, makesChandler Carruth2012-04-081-0/+6
* The internalize pass can be dangerous for LTO.Bill Wendling2012-04-051-2/+13
* Set soname for FreeBSD as well.Anton Korobeynikov2012-04-031-2/+2
* Reformatting. No functionality change.Bill Wendling2012-04-031-18/+19
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-021-1/+5
* Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling2012-04-022-23/+17
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-024-7/+23
* It could come about that we parse the inline ASM before we get a potentialBill Wendling2012-04-022-0/+27
* Move trivial functions into the class definition.Bill Wendling2012-03-312-10/+7