Age | Commit message (Expand) | Author |
2009-07-13 | remove Mangler::getTypeID and related data, it was only used for mangling | Chris Lattner |
2009-07-13 | remove mangler support for mangling local names. Mangler should only be | Chris Lattner |
2009-07-13 | fix CBE & MSIL backends to not use the mangler for non-global symbols. | Chris Lattner |
2009-07-13 | don't print redundant @PLT suffixes | Chris Lattner |
2009-07-13 | Revert an accidental commit. | Evan Cheng |
2009-07-13 | the mangler should put suffixes on unnamed global's mangled names as well | Chris Lattner |
2009-07-13 | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson |
2009-07-13 | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby |
2009-07-13 | Check in a reduced version of this testcase. | Dan Gohman |
2009-07-13 | Print a newline after printing a Value, now that Value's operator<< | Dan Gohman |
2009-07-13 | #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand. | Dan Gohman |
2009-07-13 | Two changes: | Chris Lattner |
2009-07-13 | Use assertion. | Devang Patel |
2009-07-13 | PR4548: optimize zext+udiv+trunc to udiv. | Eli Friedman |
2009-07-13 | Inline EvalVectorOp in order to get rid of passing-pointer-to-static-methods ... | Owen Anderson |
2009-07-13 | Cleanup the global emission and refactor some code | Bruno Cardoso Lopes |
2009-07-13 | Fix the build. | Owen Anderson |
2009-07-13 | NewNightlyTest.pl - Add -configure-args option. | Daniel Dunbar |
2009-07-13 | Fix bug in run-line. | Eli Friedman |
2009-07-13 | Add testcases for PR4538, PR4537, and PR4534. | Dan Gohman |
2009-07-13 | clean up some syntax. | Chris Lattner |
2009-07-13 | Canonicalize boolean +/- a constant to a select. | Eli Friedman |
2009-07-13 | Fix a few assertion strings. | Dan Gohman |
2009-07-13 | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman |
2009-07-13 | These don't really need contexts either. | Owen Anderson |
2009-07-13 | NewNightlyTest.pl - Add -noremoveatend option. | Daniel Dunbar |
2009-07-13 | eliminate a bunch of code in print_pcrel_imm for printing symbols, using | Chris Lattner |
2009-07-13 | Whitespace cleanups. | Dan Gohman |
2009-07-13 | Fix an 80-column violation. | Dan Gohman |
2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
2009-07-13 | CMake: Refuses to work for out-of-source builds when tablegenned files | Oscar Fuentes |
2009-07-13 | move a method and add a comment, no functionality change. | Chris Lattner |
2009-07-13 | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman |
2009-07-13 | refactor operand printing to remove hte last of the "mem" modifier hack. The | Chris Lattner |
2009-07-13 | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel |
2009-07-13 | Misc simplifications to InstCombiner::commonIntCastTransforms. Most of | Eli Friedman |
2009-07-13 | Fix FP elimination code to work for Thumb-2 addrmode AddrModeT2_so. This fixe... | David Goodwin |
2009-07-13 | refactor symbol printing so the whole "mem" thing is handled in fewer places. | Chris Lattner |
2009-07-13 | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman |
2009-07-13 | CMake: tablegen: Add .td files under the inlude/llvm directory | Oscar Fuentes |
2009-07-13 | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson |
2009-07-13 | revert rev. 75503 for now. | Devang Patel |
2009-07-13 | Use Mangler to remove leading '1' from linkage names. | Devang Patel |
2009-07-13 | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby |
2009-07-13 | Fix comment. | Eli Friedman |
2009-07-13 | Move more functionality over to LLVMContext. | Owen Anderson |
2009-07-13 | Move the memoization check for SCEVSignExtendExpr and | Dan Gohman |
2009-07-13 | Don't bother to call commonIntCastTransforms for bitcasts; int->int | Eli Friedman |
2009-07-13 | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman |
2009-07-13 | Delete a spurious const. | Dan Gohman |