2010-08-25 |
Eric Christopher | Apparently this is needed for llvm-link to link. |
tree | commitdiff |
2010-08-24 |
Bill Wendling | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada... |
tree | commitdiff |
2010-08-24 |
Chris Lattner | Apply "Win32's Hybrid path separator in argv[0] should... |
tree | commitdiff |
2010-08-24 |
John McCall | Check in a couple of changes that I apparently never... |
tree | commitdiff |
2010-08-23 |
Mikhail Glushenkov | llvmc: Make syntax more consistent. |
tree | commitdiff |
2010-08-23 |
Mikhail Glushenkov | llvmc: Do not mention plugins in the code. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce... |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | llvmc: Do not prefix option names with AutoGenerated. |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | llvmc: Cut global namespace pollution. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use tool_output_file in llvm-extract and llvm-link... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Make the SCC printing passes use errs() instead of... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Print chatty verbose messages to errs() instead of... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for... |
tree | commitdiff |
2010-08-19 |
Mikhail Glushenkov | llvmc: Update examples. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal. |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Remove an unused command-line option. |
tree | commitdiff |
2010-08-17 |
Anton Korobeynikov | This patch enables ENABLE_SHARED=1 to build DLL based... |
tree | commitdiff |
2010-08-15 |
Oscar Fuentes | CMake: Improved COMMENT on a custom command |
tree | commitdiff |
2010-08-15 |
Mikhail Glushenkov | Update tests. |
tree | commitdiff |
2010-08-15 |
Mikhail Glushenkov | llvmc: remove dynamic plugins. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | llvm-mc: Add -show-inst-operands, for dumping the parse... |
tree | commitdiff |
2010-08-11 |
Rafael Espindola | Make it possible to set the cpu used for codegen. |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix an inverted conditional which prevented the... |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | lto: Fix gratuitous memory leaks. |
tree | commitdiff |
2010-08-10 |
Daniel Dunbar | lto: Reduce nesting. |
tree | commitdiff |
2010-08-10 |
Daniel Dunbar | LTOModule.cpp: Fix numerous style issues. |
tree | commitdiff |
2010-08-10 |
Rafael Espindola | Make it possible to set the flags passed to the assembler. |
tree | commitdiff |
2010-08-10 |
Rafael Espindola | Fix silly bug. |
tree | commitdiff |
2010-08-10 |
Rafael Espindola | Use RunPassesOn as in the rest of bugpoint. |
tree | commitdiff |
2010-08-09 |
Rafael Espindola | Make it possible to set the target triple and expose... |
tree | commitdiff |
2010-08-09 |
Rafael Espindola | Don't try to build a plugin on windows. |
tree | commitdiff |
2010-08-08 |
Michael J. Spencer | llc: Fix help typo as pointed out by Nick Lewycky. |
tree | commitdiff |
2010-08-08 |
Rafael Espindola | Add a opt-args option that can be used to pass argument... |
tree | commitdiff |
2010-08-08 |
Rafael Espindola | s/libLLVMgold/LLVMgold/g |
tree | commitdiff |
2010-08-08 |
Rafael Espindola | Most of bugpoint now only needs to know the pass names. |
tree | commitdiff |
2010-08-08 |
Rafael Espindola | Try to fix cmake build. |
tree | commitdiff |
2010-08-07 |
Rafael Espindola | Run opt instead of bugpoint itself. |
tree | commitdiff |
2010-08-07 |
Rafael Espindola | Another missing file :-( |
tree | commitdiff |
2010-08-07 |
Rafael Espindola | Add missing file. |
tree | commitdiff |
2010-08-07 |
Rafael Espindola | Move the bugpoint test passes to a plugin in preparatio... |
tree | commitdiff |
2010-08-06 |
Michael J. Spencer | llc: Clarify -mc-relax-all description. |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
tree | commitdiff |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-08-05 |
Bob Wilson | Revert bugpoint change due to buildbot breakage. |
tree | commitdiff |
2010-08-05 |
Rafael Espindola | Run opt instead of bugpoint itself. |
tree | commitdiff |
2010-08-05 |
Rafael Espindola | Add const to compileProgram and to the various test... |
tree | commitdiff |
2010-08-05 |
Rafael Espindola | Add a Module argument to the remaining runPasses method... |
tree | commitdiff |
2010-08-05 |
Rafael Espindola | Make EmitProgressBitcode const and add a Module argumen... |
tree | commitdiff |
2010-07-31 |
Daniel Dunbar | build: Don't pass -avoid-version or -no-undefined on... |
tree | commitdiff |
2010-07-31 |
Michael J. Spencer | llc: Add -mc-relax-all. |
tree | commitdiff |
2010-07-31 |
Rafael Espindola | Add const to some methods and change TestMergedProgram... |
tree | commitdiff |
2010-07-31 |
Rafael Espindola | The BlockExtractorPass() constructor was not reading... |
tree | commitdiff |
2010-07-30 |
Rafael Espindola | Add a Program argument to diffProgram to avoid a use... |
tree | commitdiff |
2010-07-30 |
Duncan Sands | Do not pass a copy of the value map, pass a reference... |
tree | commitdiff |
2010-07-29 |
John McCall | Transcribe IRC to svn. Also don't print basic block... |
tree | commitdiff |
2010-07-29 |
John McCall | Make the header self-contained and follow #include... |
tree | commitdiff |
2010-07-29 |
John McCall | Switch to using the LLVM CommandLine library so that... |
tree | commitdiff |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer... |
tree | commitdiff |
2010-07-29 |
Rafael Espindola | Make the test while reducing blocks functional. This... |
tree | commitdiff |
2010-07-29 |
John McCall | Centralize the logic to permanently unify two instructi... |
tree | commitdiff |
2010-07-29 |
John McCall | Diagnose non-structural differences in the case where... |
tree | commitdiff |
2010-07-29 |
John McCall | When unifying instructions during a block diff, actuall... |
tree | commitdiff |
2010-07-29 |
John McCall | Somehow I was getting reasonable results for the test... |
tree | commitdiff |
2010-07-29 |
John McCall | Cache the result of errs() and implement formatted... |
tree | commitdiff |
2010-07-29 |
John McCall | Add the llvm-diff tool, which performs a relatively... |
tree | commitdiff |
2010-07-29 |
Jakob Stoklund Olesen | Use the right gcc tool args for IsARMArchitecture. |
tree | commitdiff |
2010-07-28 |
Gabor Greif | simplify by using CallSite constructors; virtually... |
tree | commitdiff |
2010-07-28 |
Rafael Espindola | Instead of abusing swapProgramIn, just add a Module... |
tree | commitdiff |
2010-07-26 |
Rafael Espindola | Clone and restore the module being reduced in |
tree | commitdiff |
2010-07-24 |
Rafael Espindola | Revert unintended white space change. |
tree | commitdiff |
2010-07-24 |
Rafael Espindola | Fix a trivial use after free. |
tree | commitdiff |
2010-07-23 |
Mikhail Glushenkov | Get rid of exceptions in llvmc. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | there is now no reason to link in TARGETS_TO_BUILD... |
tree | commitdiff |
2010-07-20 |
Chris Lattner | fix edis to only try to link in the x86 parts if the... |
tree | commitdiff |
2010-07-20 |
Douglas Gregor | Fix edis makefile |
tree | commitdiff |
2010-07-20 |
Chris Lattner | fix DISABLE_EDIS |
tree | commitdiff |
2010-07-20 |
Chris Lattner | this logic is handled by tools/makefile. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | edis needs to link in mcdisassembler. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | update cmake. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | edinfo doesn't need to be built here. |
tree | commitdiff |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Reapply r108794, a fix for the failing test from last... |
tree | commitdiff |
2010-07-20 |
Daniel Dunbar | Revert r108794, "Separate PassInfo into two classes... |
tree | commitdiff |
2010-07-20 |
Owen Anderson | Separate PassInfo into two classes: a constructor-free... |
tree | commitdiff |
2010-07-19 |
Mikhail Glushenkov | llvmc: Add a new option type (switch_list). |
tree | commitdiff |
2010-07-19 |
Daniel Dunbar | Target: Give the TargetAsmParser access to the TargetMa... |
tree | commitdiff |
2010-07-19 |
Daniel Dunbar | edis: Save the TargetMachine in the EDDisassembler... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | MC: Move several clients to using AsmParser constructor... |
tree | commitdiff |
2010-07-18 |
Daniel Dunbar | llvm-mc: Fix llvm-mc -as-lex. |
tree | commitdiff |
2010-07-17 |
Duncan Sands | Fix what seems like a clear buffer overflow, noticed... |
tree | commitdiff |
2010-07-16 |
Dan Gohman | Make llvm-bcanalyzer print out the full enum name for... |
tree | commitdiff |
2010-07-16 |
Daniel Dunbar | build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia... |
tree | commitdiff |
next |