2012-05-09 |
Bob Wilson | Do not install llvm-config-host for cross-builds of... |
tree | commitdiff |
2012-05-08 |
Kevin Enderby | Fix it so llvm-objdump -arch does accept x86 and x86... |
tree | commitdiff |
2012-05-04 |
Chandler Carruth | Move the CodeExtractor utility to a dedicated header... |
tree | commitdiff |
2012-05-03 |
Pete Cooper | PR12729: Change 'llvm-objdump' to display the available... |
tree | commitdiff |
2012-05-02 |
John McCall | Fix unintentional use of operator bool. |
tree | commitdiff |
2012-04-29 |
Eli Bendersky | Remove redundant line (the memory manager is set above... |
tree | commitdiff |
2012-04-26 |
Evan Cheng | DumpSegment64Command() wasn't returning correct result... |
tree | commitdiff |
2012-04-26 |
Michael J. Spencer | [CMake] Restructure how Clang, Polly and other external... |
tree | commitdiff |
2012-04-25 |
Chris Lattner | openbsd doesn't support soname, patch by Brad Smith! |
tree | commitdiff |
2012-04-19 |
Michael J. Spencer | Remove llvm-ld and llvm-stub (which is only used by... |
tree | commitdiff |
2012-04-18 |
Nick Lewycky | Move the JIT flags from llc to lli. These flags showed... |
tree | commitdiff |
2012-04-17 |
Joe Groff | allow opt to take a -mtriple option |
tree | commitdiff |
2012-04-16 |
Richard Barton | Add -disassemble support for -show-inst and -show-encod... |
tree | commitdiff |
2012-04-16 |
Rafael Espindola | Remove lto_codegen_set_whole_program_optimization.... |
tree | commitdiff |
2012-04-15 |
Craig Topper | Make member variables of AsmToken private. Remove unnec... |
tree | commitdiff |
2012-04-15 |
Nadav Rotem | Do not convert between fp128 <-> ppc_fp128 since there... |
tree | commitdiff |
2012-04-11 |
Sylvestre Ledru | Fix the build under Debian GNU/Hurd. |
tree | commitdiff |
2012-04-10 |
Dylan Noblesmith | llvm-stress: stop abusing ConstantFP::get() |
tree | commitdiff |
2012-04-10 |
Dylan Noblesmith | llvm-stress: don't make vectors of x86_mmx type |
tree | commitdiff |
2012-04-09 |
Bill Wendling | Revert the 'EnableInitializing' flag. There is debate... |
tree | commitdiff |
2012-04-09 |
Bill Wendling | Apply the scope restrictions after parsing the command... |
tree | commitdiff |
2012-04-09 |
Bill Wendling | s/lto_codegen_whole_program_optimization/lto_codegen_se... |
tree | commitdiff |
2012-04-09 |
Bill Wendling | Add a hook to turn on the internalize pass through... |
tree | commitdiff |
2012-04-08 |
Chandler Carruth | Teach LLVM about a PIE option which, when enabled on... |
tree | commitdiff |
2012-04-05 |
Bill Wendling | The internalize pass can be dangerous for LTO. |
tree | commitdiff |
2012-04-03 |
Anton Korobeynikov | Set soname for FreeBSD as well. |
tree | commitdiff |
2012-04-03 |
Bill Wendling | Reformatting. No functionality change. |
tree | commitdiff |
2012-04-02 |
Bill Wendling | Add an option to turn off the expensive GVN load PRE... |
tree | commitdiff |
2012-04-02 |
Bill Wendling | Hack the hack. If we have a situation where an ASM... |
tree | commitdiff |
2012-04-02 |
Craig Topper | Make MCInstrInfo available to the MCInstPrinter. This... |
tree | commitdiff |
2012-04-02 |
Bill Wendling | It could come about that we parse the inline ASM before... |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Move trivial functions into the class definition. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Trim headers. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Indent according to LLVM's style guide. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Cleanup whitespace and trim some of the #includes. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | These strings aren't 'const char *' but 'char *'. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Cleanup whitespace. |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Free the codegen options when deleting LTO code generat... |
tree | commitdiff |
2012-03-31 |
Bill Wendling | Cleanup whitespace and remove unneeded 'extern' keyword... |
tree | commitdiff |
2012-03-30 |
Bill Wendling | * Set the scope attributes for the ASM symbol we added... |
tree | commitdiff |
2012-03-30 |
Danil Malyshev | Re-factored RuntimeDyLd: |
tree | commitdiff |
2012-03-30 |
Bill Wendling | Cleanup whitespace. Doxygenize comments. And indent... |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Revert r153694. It was causing failures in the buildbots. |
tree | commitdiff |
2012-03-29 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Make some headway towards compiling all of LLVM. |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Cleanup whitespace. |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Cache the end() iterator. |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Cleanup some whitespaces. |
tree | commitdiff |
2012-03-28 |
Danil Malyshev | Move getPointerToNamedFunction() from JIT/MCJIT to... |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Inline function into its one caller. |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Reformat the LTOModule code to be more inline with... |
tree | commitdiff |
2012-03-28 |
Bill Wendling | Some whitespace cleanup. |
tree | commitdiff |
2012-03-23 |
Benjamin Kramer | Include cctype for std::isprint. |
tree | commitdiff |
2012-03-23 |
Anton Korobeynikov | Add soname to LLVM shared library on Linux. Probably... |
tree | commitdiff |
2012-03-23 |
Eric Christopher | Remove the C backend. |
tree | commitdiff |
2012-03-22 |
Chandler Carruth | Revert a series of commits to MCJIT to get the build... |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | git-svn-id: https://llvm.org/svn/llvm-project/llvm... |
tree | commitdiff |
2012-03-19 |
Chris Lattner | Fix two bugpoint bugs: |
tree | commitdiff |
2012-03-19 |
Chris Lattner | fix PR12301 - llvm-bcanalyze should print to stdout... |
tree | commitdiff |
2012-03-13 |
Eli Bendersky | Add profiling support for Intel Parallel Amplifier... |
tree | commitdiff |
2012-03-11 |
Stepan Dyatkovskiy | llvm::SwitchInst |
tree | commitdiff |
2012-03-10 |
Benjamin Kramer | Fix uses of the C99 PRI format macros not to conflict... |
tree | commitdiff |
2012-03-09 |
David Meyer | Support reading GNU symbol versions in ELFObjectFile |
tree | commitdiff |
2012-03-08 |
Duncan Sands | Have llvm-mc --version print the list of registered... |
tree | commitdiff |
2012-03-08 |
Stepan Dyatkovskiy | Taken into account Duncan's comments for r149481 dated... |
tree | commitdiff |
2012-03-05 |
Jim Grosbach | Make MCRegisterInfo available to the the MCInstPrinter. |
tree | commitdiff |
2012-03-02 |
David Meyer | Fix comments for llvm-readobj, remove extraneous headers |
tree | commitdiff |
2012-03-01 |
David Meyer | [Object] |
tree | commitdiff |
2012-03-01 |
David Meyer | [Object] |
tree | commitdiff |
2012-02-29 |
David Meyer | [Object] Add symbol attribute flags: ST_ThreadLocal... |
tree | commitdiff |
2012-02-29 |
Derek Schuff | Make MemoryObject accessor members const again |
tree | commitdiff |
2012-02-29 |
Daniel Dunbar | Fix some stray semi-colons. |
tree | commitdiff |
2012-02-28 |
David Meyer | In the ObjectFile interface, replace isInternal(),... |
tree | commitdiff |
2012-02-28 |
Michael J. Spencer | [Object] Add {begin,end}_dynamic_symbols stubs and... |
tree | commitdiff |
2012-02-27 |
Hal Finkel | Allow llvm-stress to optionally generate the other... |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | Add support for random constant vectors. |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | Style fix: Remove unneeded parentheses. |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | Fix a bug in the code that checks if a store value... |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | Fix compilation on MSVC. Rename "_BB" to "Block" |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | fix a copy-and-paste error in the docs |
tree | commitdiff |
2012-02-26 |
Nadav Rotem | Add a random .LL file generator to stress-test differen... |
tree | commitdiff |
2012-02-23 |
Duncan Sands | An easy case where GCC should really be able to work... |
tree | commitdiff |
2012-02-22 |
Eli Friedman | Improve handling of blockaddresses in bugpoint when... |
tree | commitdiff |
2012-02-19 |
Ahmed Charles | Remove dead code. Improve llvm_unreachable text. Simpli... |
tree | commitdiff |
2012-02-10 |
Andrew Trick | RegAlloc superpass: includes phi elimination, coalescin... |
tree | commitdiff |
2012-02-07 |
Hal Finkel | Allow bugpoint to recognize -bb-vectorize |
tree | commitdiff |
2012-02-06 |
Derek Schuff | Enable streaming of bitcode |
tree | commitdiff |
2012-02-06 |
Bill Wendling | [unwind removal] Remove a the obsolete 'unwind' enum... |
tree | commitdiff |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149470 that reenable... |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Allow command-line overrides of the target triple with... |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Do the same fix as r149667, but for the Mach-O disassem... |
tree | commitdiff |
2012-02-03 |
Cameron Zwarich | Fix llvm-objdump disassembly for interesting Mach-O... |
tree | commitdiff |
2012-02-01 |
Stepan Dyatkovskiy | SwitchInst refactoring. |
tree | commitdiff |
2012-02-01 |
Argyrios Kyrtzidis | Revert Chris' commits up to r149348 that started causin... |
tree | commitdiff |
2012-02-01 |
Hal Finkel | Add a basic-block autovectorization pass. |
tree | commitdiff |
2012-01-31 |
Chris Lattner | eliminate the "string" form of ConstantArray::get,... |
tree | commitdiff |
2012-01-31 |
Chris Lattner | update this to ConstantDataArray. There are no tests... |
tree | commitdiff |
2012-01-30 |
Chris Lattner | Add bitcode reader and writer support for ConstantDataA... |
tree | commitdiff |
2012-01-27 |
Jim Grosbach | Better diagnostic for malformed .org assembly directive. |
tree | commitdiff |
next |