oota-llvm.git
2008-06-01 Owen AndersonTest for PR2401
2008-06-01 Owen AndersonDon't remove the memcpy when call slot substitution...
2008-06-01 Owen AndersonRemember to update the reverse non-local cache when...
2008-06-01 Owen AndersonMake ping more aggressive in finding nonlocal caching...
2008-06-01 Anton KorobeynikovPrune empty dirs
2008-06-01 Chris Lattneradd a predicate.
2008-06-01 Anton KorobeynikovInitialize members properly during construction
2008-06-01 Duncan SandsWhen simplifying a call to a bitcast function, tighten up
2008-06-01 Bruno Cardoso... Fixed flag issue that was generating infinite loop...
2008-05-31 Nick LewyckyAdd a standard for control-flow unreachable assertions...
2008-05-31 Gabor Greifupdates to some svn:ignore properties
2008-05-31 Chris Lattnerupdate this patch to handle an extraneous &1. This...
2008-05-31 Dan GohmanAsmWriter support for insertvalue/extractvalue. These...
2008-05-31 Dan GohmanImproved bitcode support for insertvalue/extractvalue.
2008-05-31 Dan GohmanFix a copy+paste error in a comment.
2008-05-31 Dan GohmanFix some bugs with the handling of indices in insertval...
2008-05-31 Nick LewyckyPeer through sext/zext when looking for not(cmp).
2008-05-31 Nick LewyckyYay us! Every one of these examples turns into icmp...
2008-05-31 Nick LewyckyAdd more i1 optimizations. add, sub, mul, s/udiv on...
2008-05-31 Nick LewyckyAdding i1 is always Xor.
2008-05-31 Mikhail GlushenkovCallback was not executed on OS X when it was a function.
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...
2008-05-31 Dan GohmanFactor several methods, including getInversePredicate and
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-31 Dan GohmanRemove an unused variable.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Dan GohmanAdd an isAggregateType predicate.
2008-05-30 Evan ChengFix indentation.
2008-05-30 Evan ChengFix indentation.
2008-05-30 Dan GohmanAdd an operator< for SmallVector.
2008-05-30 Owen AndersonThe coalescer doesn't need LiveVariables now that we...
2008-05-30 Gabor Greifrewrite operand loops to use iterators
2008-05-30 Mikhail GlushenkovMake all help strings start in upper case.
2008-05-30 Owen AndersonForgot to commit this file.
2008-05-30 Mikhail GlushenkovFix the -opt switch and add a test case for it.
2008-05-30 Mikhail GlushenkovFix indentation.
2008-05-30 Mikhail GlushenkovAdd a --dry-run option to llvmc2. Patch by Holger Schurig.
2008-05-30 Owen AndersonPreserve the register coallescer, and update live inter...
2008-05-30 Owen AndersonSince LCSSA switched over to DenseMap, we have to be...
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-30 Matthijs KooijmanGive a proper error message when a command line option...
2008-05-30 Matthijs KooijmanUse eraseFromParent() instead of doing that manually...
2008-05-30 Matthijs KooijmanLet Instruction::getOpcodeName() return something usefu...
2008-05-30 Bill WendlingAdd the "AsCheapAsAMove" flag to some 64-bit xor instru...
2008-05-30 Mikhail GlushenkovAdd a --save-temps option.
2008-05-30 Mikhail GlushenkovAdd a check for side effect-free options (specified...
2008-05-30 Mikhail GlushenkovDocumentation update.
2008-05-30 Mikhail GlushenkovRefactoring: remove code duplication introduced in...
2008-05-30 Mikhail GlushenkovRefactoring: split CollectProperties into two separate...
2008-05-30 Mikhail GlushenkovShow argv[0] in error messages (like gcc).
2008-05-30 Mikhail GlushenkovNew feature: OptionList.
2008-05-30 Mikhail GlushenkovDocumentation update.
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovMake it possible to test if the '-o' option is provided.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-30 Mikhail GlushenkovAdd support for option aliases.
2008-05-30 Mikhail GlushenkovAllow nesting of case expressions.
2008-05-30 Mikhail GlushenkovSmall error message improvement.
2008-05-30 Mikhail GlushenkovRemove RequireDefault parameter from EmitCaseConstructH...
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail Glushenkov-E should print to stdout.
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovRename StringVector to StrVector (to be consistent...
2008-05-30 Mikhail GlushenkovMinor error message fixes.
2008-05-30 Mikhail GlushenkovDocumentation and examples improvements
2008-05-30 Mikhail GlushenkovBetter error reporting for the 'case' construct.
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovUpdate documentation, add examples.
2008-05-30 Mikhail GlushenkovRename LLVMC-Tutorial.rst to LLVMC-Reference.rst
2008-05-30 Mikhail GlushenkovMake it possible to use hooks like this: '$CALL(MyHook...
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovAdd support for user-provided hooks and environment...
2008-05-30 Mikhail GlushenkovEnable the response file ('llvmc @file') support.
2008-05-30 Mikhail GlushenkovUpdate the code to the fact that StringSet now lives...
2008-05-30 Mikhail GlushenkovSome small tweaks to make the generated code prettier.
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-30 Nick LewyckyUnbreak this test.
2008-05-30 Nick Kledzikremove the StripSymbolsPass. This should not be done...
2008-05-30 Dan GohmanRemove an unused variable.
2008-05-30 Dan GohmanFix an error in the comment for APInt::getMinSignedBits.
2008-05-30 Dan GohmanFix a typo in a comment.
2008-05-30 Dan GohmanFix a copy+paste error in a comment.
2008-05-30 Dan GohmanFix doxygen comment syntax.
2008-05-29 Owen AndersonMake the renumbering correct in the face of deleted...
2008-05-29 Gabor Greifadd doxygen comments
2008-05-29 Bill WendlingUnbreak build.
2008-05-29 Anton KorobeynikovRemove guard, so *each* inclusion will result in a...
2008-05-29 Dan GohmanAdd patterns for CALL32m and CALL64m. They aren't match...
2008-05-29 Bill WendlingRemove more iostream header includes. Needed to impleme...
2008-05-29 Bill WendlingRemove <iostream>.
2008-05-29 Owen AndersonAdd newline at end of file.
2008-05-29 Dan GohmanFix a tblgen problem handling variable_ops in tblgen...
2008-05-29 Dan Gohmanconst-ify getOpcode.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-29 Dan GohmanExpand small memmovs using inline code. Set the X86...
2008-05-29 Anton KorobeynikovFor PR1338: Rename test dirs
2008-05-29 Owen AndersonRevert part of my last patch that I didn't intend to...
next