| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the build under Debian GNU/Hurd. | Sylvestre Ledru | 2012-04-11 | 1 | -2/+2 |
* | llvm-stress: stop abusing ConstantFP::get() | Dylan Noblesmith | 2012-04-10 | 1 | -5/+29 |
* | llvm-stress: don't make vectors of x86_mmx type | Dylan Noblesmith | 2012-04-10 | 1 | -1/+7 |
* | Revert the 'EnableInitializing' flag. There is debate on whether we should ru... | Bill Wendling | 2012-04-09 | 1 | -11/+0 |
* | Apply the scope restrictions after parsing the command line options. There ma... | Bill Wendling | 2012-04-09 | 1 | -3/+3 |
* | s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi... | Bill Wendling | 2012-04-09 | 2 | -4/+4 |
* | Add a hook to turn on the internalize pass through the LTO interface. | Bill Wendling | 2012-04-09 | 4 | -2/+13 |
* | Teach LLVM about a PIE option which, when enabled on top of PIC, makes | Chandler Carruth | 2012-04-08 | 1 | -0/+6 |
* | The internalize pass can be dangerous for LTO. | Bill Wendling | 2012-04-05 | 1 | -2/+13 |
* | Set soname for FreeBSD as well. | Anton Korobeynikov | 2012-04-03 | 1 | -2/+2 |
* | Reformatting. No functionality change. | Bill Wendling | 2012-04-03 | 1 | -18/+19 |
* | Add an option to turn off the expensive GVN load PRE part of GVN. | Bill Wendling | 2012-04-02 | 1 | -1/+5 |
* | Hack the hack. If we have a situation where an ASM object is defined but isn't | Bill Wendling | 2012-04-02 | 2 | -23/+17 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 4 | -7/+23 |
* | It could come about that we parse the inline ASM before we get a potential | Bill Wendling | 2012-04-02 | 2 | -0/+27 |
* | Move trivial functions into the class definition. | Bill Wendling | 2012-03-31 | 2 | -10/+7 |
* | Trim headers. | Bill Wendling | 2012-03-31 | 1 | -7/+0 |
* | Indent according to LLVM's style guide. | Bill Wendling | 2012-03-31 | 1 | -130/+121 |
* | Cleanup whitespace and trim some of the #includes. | Bill Wendling | 2012-03-31 | 4 | -60/+54 |
* | These strings aren't 'const char *' but 'char *'. | Bill Wendling | 2012-03-31 | 2 | -2/+2 |
* | Cleanup whitespace. | Bill Wendling | 2012-03-31 | 1 | -17/+17 |
* | Free the codegen options when deleting LTO code generator object. | Bill Wendling | 2012-03-31 | 1 | -26/+21 |
* | Cleanup whitespace and remove unneeded 'extern' keyword on function definitions. | Bill Wendling | 2012-03-31 | 1 | -11/+10 |
* | * Set the scope attributes for the ASM symbol we added to be the value passed | Bill Wendling | 2012-03-30 | 1 | -14/+18 |
* | Re-factored RuntimeDyLd: | Danil Malyshev | 2012-03-30 | 1 | -16/+0 |
* | Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards. | Bill Wendling | 2012-03-30 | 1 | -214/+119 |
* | Revert r153694. It was causing failures in the buildbots. | Bill Wendling | 2012-03-29 | 1 | -0/+16 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-29 | 1 | -16/+0 |
* | Make some headway towards compiling all of LLVM. | Bill Wendling | 2012-03-29 | 2 | -36/+55 |
* | Cleanup whitespace. | Bill Wendling | 2012-03-29 | 1 | -15/+12 |
* | Cache the end() iterator. | Bill Wendling | 2012-03-29 | 1 | -3/+3 |
* | Cleanup some whitespaces. | Bill Wendling | 2012-03-28 | 2 | -136/+132 |
* | Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. | Danil Malyshev | 2012-03-28 | 1 | -0/+6 |
* | Inline function into its one caller. | Bill Wendling | 2012-03-28 | 1 | -7/+2 |
* | Reformat the LTOModule code to be more inline with LLVM's coding standards. Add | Bill Wendling | 2012-03-28 | 2 | -105/+170 |
* | Some whitespace cleanup. | Bill Wendling | 2012-03-28 | 1 | -19/+14 |
* | Include cctype for std::isprint. | Benjamin Kramer | 2012-03-23 | 1 | -0/+1 |
* | Add soname to LLVM shared library on Linux. Probably the same stuff is necess... | Anton Korobeynikov | 2012-03-23 | 1 | -0/+2 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 2 | -132/+3 |
* | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 1 | -5/+15 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-21 | 1 | -16/+0 |
* | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34... | Danil Malyshev | 2012-03-21 | 1 | -0/+6 |
* | Fix two bugpoint bugs: | Chris Lattner | 2012-03-19 | 1 | -5/+7 |
* | fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e... | Chris Lattner | 2012-03-19 | 1 | -48/+48 |
* | Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code... | Eli Bendersky | 2012-03-13 | 3 | -2/+39 |
* | llvm::SwitchInst | Stepan Dyatkovskiy | 2012-03-11 | 1 | -2/+2 |
* | Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. | Benjamin Kramer | 2012-03-10 | 3 | -13/+14 |
* | Support reading GNU symbol versions in ELFObjectFile | David Meyer | 2012-03-09 | 1 | -10/+24 |
* | Have llvm-mc --version print the list of registered targets like llc does. | Duncan Sands | 2012-03-08 | 1 | -0/+3 |
* | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy | 2012-03-08 | 1 | -5/+9 |