aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Object]David Meyer2012-03-016-1/+235
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-1/+1
* Make MemoryObject accessor members const againDerek Schuff2012-02-294-7/+6
* Fix some stray semi-colons.Daniel Dunbar2012-02-291-3/+3
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-282-9/+9
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-281-3/+13
* Allow llvm-stress to optionally generate the other floating-point types (half...Hal Finkel2012-02-271-14/+40
* Add support for random constant vectors.Nadav Rotem2012-02-261-1/+23
* Style fix: Remove unneeded parentheses.Nadav Rotem2012-02-261-2/+2
* Fix a bug in the code that checks if a store value is a vector of i1sNadav Rotem2012-02-261-1/+2
* Fix compilation on MSVC. Rename "_BB" to "Block"Nadav Rotem2012-02-261-2/+2
* fix a copy-and-paste error in the docsNadav Rotem2012-02-261-1/+1
* Add a random .LL file generator to stress-test different llvm components.Nadav Rotem2012-02-266-1/+670
* An easy case where GCC should really be able to work out that the value is onlyDuncan Sands2012-02-231-0/+1
* Improve handling of blockaddresses in bugpoint when splitting a module. Patc...Eli Friedman2012-02-221-6/+54