oota-llvm.git
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...
2008-05-29 Anton KorobeynikovAdd file with warning for backward comptibility. Should...
2008-05-29 Anton KorobeynikovUpdate guards
2008-05-29 Owen AndersonRenumbering needs to account for instruction slot offse...
2008-05-29 Anton KorobeynikovRegenerate
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-29 Owen AndersonMove these tests into the proper directory.
2008-05-29 Duncan SandsAdd a newline at the end of this file.
2008-05-29 Owen AndersonRe-enable the newly simplified ADCE. This fixes a...
2008-05-29 Owen AndersonReplace the old ADCE implementation with a new one...
2008-05-29 Evan ChengImplement vector shift up / down and insert zero with...
2008-05-29 Owen AndersonRemove debugging code.
2008-05-29 Evan ChengAdd nounwind.
2008-05-29 Bill WendlingXOR?RI instructions aren't as cheap as moves.
2008-05-29 Gabor Greifconvert more operand loops to iterator formulation
2008-05-29 Bill WendlingImplement "AsCheapAsAMove" for some obviously cheap...
2008-05-29 Gabor Greifconvert another operand loop to iterator formulation
2008-05-28 Bill WendlingAdd a flag to indicate that an instruction is as cheap...
2008-05-28 Bill WendlingCheck the "isSafeToMove" predicate, which has a series...
2008-05-28 Owen AndersonRemap VNInfo data as well when doing renumbering.
2008-05-28 Owen AndersonFactor the numbering computation into a separate method...
2008-05-28 Evan ChengFix PR2289: vr defined by multiple implicit_def as...
2008-05-28 Evan ChengTeach local register allocator to deal with landing...
2008-05-28 Nate BegemanUpdate some comments noticed in a recent checkin
2008-05-28 Chris LattnerUpdate text to point people at the right version of...
2008-05-28 Chris LattnerImplement PR2370: memmove(x,x,size) -> noop.
2008-05-28 Chris LattnerAdd chain inputs for loads.
2008-05-28 Chris LattnerFix CodeGen/Generic/2005-10-21-longlonggtu.ll on ia64.
2008-05-28 Chris Lattnerloads should get chains. THis helps but does not solve...
2008-05-28 Chris LattnerFix 2006-04-28-Sign-extend-bool.ll for ia64.
2008-05-28 Chris Lattnerreindent.
2008-05-28 Dan GohmanFix the encoding for two more "rm" instructions that...
2008-05-28 Mon P WangFixed X86 encoding error CVTPS2PD and CVTPD2PS when...
2008-05-28 Nate BegemanDon't attempt to create VZEXT_LOAD out of an extload...
2008-05-28 Nick Kledzikuse space insted of tabs
2008-05-27 Nick Kledzikfix infinite recursion if a global's initializer refere...
2008-05-27 Gabor GreifMake Use::init() private, it breaks invariants, clients...
next