2010-08-28 |
Dan Gohman | Completely disable tail calls when fast-isel is enabled...
|
commit | commitdiff | tree |
2010-08-28 |
Dan Gohman | Trim a #include.
|
commit | commitdiff | tree |
2010-08-28 |
Dan Gohman | Fix an index calculation thinko.
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | When merging adjacent operands, scan ahead and merge...
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Make the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C...
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Switch ScalarEvolution's main Value*->SCEV* map from...
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Optimize SCEVComplexityCompare. Use a 3-way return...
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Clarify a comment.
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Parse " (Hidden)" and cope with it.
|
commit | commitdiff | tree |
2010-08-27 |
Dan Gohman | Default to looking for clang++ in the PATH, rather...
|
commit | commitdiff | tree |
2010-08-26 |
Dan Gohman | Experimental clang-based code-completion support for...
|
commit | commitdiff | tree |
2010-08-26 |
Dan Gohman | Revert r112176; it broke test/CodeGen/Thumb2/thumb2...
|
commit | commitdiff | tree |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linking...
|
commit | commitdiff | tree |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn...
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Convert llvm-extract to use lazy loading. This makes...
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Remap metadata attached to instructions when remapping...
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Add a FIXME comment.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Fix the bitcode reader to clear out function-specific...
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Fix a bug found by inspection.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | lto_codegen_set_gcc_path was removed.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Fix a few missing entries in lto.exports.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Clear FunctionLocalMDs in purgeFunction along with...
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Fix whitespace.
|
commit | commitdiff | tree |
2010-08-25 |
Dan Gohman | Eliminate an unnecessary cast.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Don't include the is-function-local bit in the FoldingSetNodeID
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Use Bits.data() instead of &Bits[0].
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | XFAIL this on mingw, following remove_arguments_test.ll.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Add a testcase for basic bugpointing in the presence...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Link NamedMDNodes after linking GlobalValues, so that...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | When linking NamedMDNodes, remap their operands.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Use MapValue in the Linker instead of having a private...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Don't cast away qualifiers with C-style casts.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | MapValue support for MDNodes. This is similar to r109117...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Fix X86's isLegalAddressingMode to recognize that static...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | MDNode, MDString, and NamedMDNode are not meant to...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code doesn't just...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Add a comment explaining why this code is more complex...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Add braces to fix dangling else.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments.
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | When we know we have an MDValue or MDString, call EnumerateM...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Give ParseInstructionMetadata access to the PerFunctionState...
|
commit | commitdiff | tree |
2010-08-24 |
Dan Gohman | Simplify this code. NamedMDNode operands are MDNodes.
|
commit | commitdiff | tree |
2010-08-23 |
Dan Gohman | Verify that a non-uniqued non-temporary MDNode is not...
|
commit | commitdiff | tree |
2010-08-23 |
Dan Gohman | formatted_tool_output_file::close needs to flush its...
|
commit | commitdiff | tree |
2010-08-21 |
Dan Gohman | Add an assert to MDNode::deleteTemporary check that...
|
commit | commitdiff | tree |
2010-08-21 |
Dan Gohman | Fix x86 fast-isel's cmp+branch folding to avoid folding...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | CreateTemporaryType doesn't needs its Context argument.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Introduce a new temporary MDNode concept. Temporary...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Reword NamedMDNode's comment.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Delete SlowOperationInformer, which is no longer used.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Convert DbgInfoPrinter to use errs() instead of outs().
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Convert tools to use tool_output_file, and introduce...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Diagnose attempts to update standard output.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Convert FileUpdate to use tool_output_file, and to use
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Convert tablegen to use tool_output_file.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Make outs() close its file when its stream is destructed...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Delete raw_stdout_ostream and raw_stderr_ostream, which...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Add an inspirational quote.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Move raw_ostream's Error flag into raw_fd_ostream,...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Export error-handling functions in formatted_tool_output_file.
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Use tool_output_file in llvm-extract and llvm-link...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Use the new tool_output_file in several tools. This...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Make the SCC printing passes use errs() instead of...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Print chatty verbose messages to errs() instead of...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Minor cleanups to follow the common convention for...
|
commit | commitdiff | tree |
2010-08-20 |
Dan Gohman | Introduce a new tool_output_file class, which extends...
|
commit | commitdiff | tree |
2010-08-19 |
Dan Gohman | Revert r111199; it breaks -debug-pass=Structure output.
|
commit | commitdiff | tree |
2010-08-19 |
Dan Gohman | Process the step before the start, because it's usually...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Add a testcase to verify that commands don't crash...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Make raw_fd_ostream consider itself the owner of STDOUT_FILE...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | When sending stats output to stdout for grepping, don...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Tidy.
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | When sending stats output to stdout for grepping, don...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Introduce a ScopedFatalErrorHandler class to make it...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Eliminate some redundancy by relying on raw_fd_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Allow the -analyze option to follow the -o option,...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't translate "-" to outs() manually; raw_ostream...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Don't register stdout to be deleted on a signal.
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Remove an unused command-line option.
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Fix the "Finished Creating" messages for aliases to...
|
commit | commitdiff | tree |
2010-08-18 |
Dan Gohman | Revert r111321. This doesn't fix a problem.
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | Tweak IVUsers' concept of "interesting" to exclude...
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | When rotating loops, put the original header at the...
|
commit | commitdiff | tree |
2010-08-17 |
Dan Gohman | Use the getUniquePredecessor() utility function, instead...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | The plural of analysis is analyses.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Make dumpPassStructure be a PMDataManager abstraction...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Make some of PMTopLevelManager's members non-public...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Remove redundant inline keywords.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Eliminate the TopLevelManagerType enum; instead, just...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Revert r111031. The way LLVM defines loop invariance...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Placate overzealous compiler warnings.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | To create a copy of a SmallVector with an element removed...
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Tidy whitespace.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Add a comment.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Use const_iterator in a few places.
|
commit | commitdiff | tree |
2010-08-16 |
Dan Gohman | Use iterators instead of indices in a few more places.
|
commit | commitdiff | tree |
next |