aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge with LLVM upstream r155090.Shih-wei Liao2012-04-2417-1011/+831
|\
| * 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
| * Trim headers.Bill Wendling2012-03-311-7/+0
| * Indent according to LLVM's style guide.Bill Wendling2012-03-311-130/+121
| * Cleanup whitespace and trim some of the #includes.Bill Wendling2012-03-314-60/+54
| * These strings aren't 'const char *' but 'char *'.Bill Wendling2012-03-312-2/+2
| * Cleanup whitespace.Bill Wendling2012-03-311-17/+17
| * Free the codegen options when deleting LTO code generator object.Bill Wendling2012-03-311-26/+21
| * Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-311-11/+10
| * * Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling2012-03-301-14/+18
| * Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-16/+0
| * Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.Bill Wendling2012-03-301-214/+119
| * Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+16
| * Re-factored RuntimeDyld.Danil Malyshev2012-03-291-16/+0
| * Make some headway towards compiling all of LLVM.Bill Wendling2012-03-292-36/+55
| * Cleanup whitespace.Bill Wendling2012-03-291-15/+12
| * Cache the end() iterator.Bill Wendling2012-03-291-3/+3
| * Cleanup some whitespaces.Bill Wendling2012-03-282-136/+132
| * Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+6
| * Inline function into its one caller.Bill Wendling2012-03-281-7/+2
| * Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling2012-03-282-105/+170
| * Some whitespace cleanup.Bill Wendling2012-03-281-19/+14
| * Include cctype for std::isprint.Benjamin Kramer2012-03-231-0/+1
| * Add soname to LLVM shared library on Linux. Probably the same stuff is necess...Anton Korobeynikov2012-03-231-0/+2
| * Remove the C backend.Eric Christopher2012-03-232-132/+3
| * Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-5/+15
* | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-2411-98/+149
|\ \ | |/
| * Re-factored RuntimeDyld.Danil Malyshev2012-03-211-16/+0
| * git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-211-0/+6