summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix two bugpoint bugs:Chris Lattner2012-03-191-5/+7
* fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner2012-03-191-48/+48
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-133-2/+39
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-2/+2
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-103-13/+14
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-091-10/+24
* Have llvm-mc --version print the list of registered targets like llc does.Duncan Sands2012-03-081-0/+3
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-5/+9
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-054-5/+21
* Fix comments for llvm-readobj, remove extraneous headersDavid Meyer2012-03-021-5/+9
* [Object]David Meyer2012-03-011-0/+12