oota-llvm.git
2008-06-05 Gordon HenriksenMove this to the proper section.
2008-06-05 Gordon HenriksenAdding release notes for bindings improvements.
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if all if its users are...
2008-06-05 Matthijs KooijmanLet StructRetPromotion check if it's users are really...
2008-06-05 Matthijs KooijmanUse use_iterator::getOperandNo instead of CallSite...
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-05 Chris Lattnermore updates and random notes, including changes up...
2008-06-05 Matthijs KooijmanUpdate comments and documentation to reflect that GCSE...
2008-06-05 Bill WendlingCast because I think I know what I'm doing. There are...
2008-06-05 Matthijs KooijmanFix 80 column violations.
2008-06-05 Bill WendlingRemove unused parameter. Some clients might use -Werror...
2008-06-05 Chris Lattneradd llvmc2 notes, stack realignment.
2008-06-05 Chris Lattnervarious status updates.
2008-06-05 Chris LattnerStart adding 2.3 content.
2008-06-04 Evan ChengFix a memcpy lowering bug. Even though the memcpy align...
2008-06-04 Owen AndersonRemove unneeded #include.
2008-06-04 Chris LattnerFix inst_iterator example.
2008-06-04 Evan ChengOops. Should not be enabled by default.
2008-06-04 Chris LattnerRewrite a bunch of the CBE's inline asm code, giving...
2008-06-04 Owen AndersonCorrectly construct live intervals for the copies we...
2008-06-04 Evan ChengRevert this.
2008-06-04 Matthijs KooijmanReplace two manual loops with calls to CallSite::hasArg...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-06-04 Matthijs KooijmanAdd a Name parameter to two of the init methods of...
2008-06-04 Matthijs KooijmanFix example to be valid LLVM assembly.
2008-06-04 Matthijs KooijmanImplement the two constructors in InsertValueInst and...
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.
2008-06-04 Evan ChengLowerSubregs should not clobber any analysis.
2008-06-04 Evan ChengMove #include to right place.
2008-06-04 Evan ChengRegister if-converter pass for -debug-pass.
2008-06-04 Evan ChengMore pass manager debugging outputs.
2008-06-04 Duncan SandsChange packed struct layout so that field sizes
2008-06-04 Chris LattnerAdd #includes required by GCC 4.3, thanks for Zhongxing Xu
2008-06-04 Bruno Cardoso... Some Mips minor fixes
2008-06-04 Owen AndersonWe need to subtract one from this index because live...
2008-06-03 Scott MichelFix spellnig error
2008-06-03 Owen AndersonTestcase for LoopIndexSplit and DomFrontier.
2008-06-03 Owen AndersonLoopIndexSplit can sometimes result in cases where...
2008-06-03 Dale JohannesenExpand documentation of StringConstantPrefix.
2008-06-03 Dale JohannesenPrevent a crash in debug dumps.
2008-06-03 Dale JohannesenAdd StringConstantPrefix to control what the
2008-06-03 Scott MichelFind a better place to output hex constants correspondi...
2008-06-03 Bruno Cardoso... Fixed bug in bad behavior in calculateFrameObjectOffsets,
2008-06-03 Evan ChengDo not run loop-aligner at -fast (e.g. -O0).
2008-06-03 Scott MichelRevert this patch
2008-06-03 Dan Gohmannounwindify.
2008-06-03 Devang Patel"Unable to schedule <A> required by <B>" is more helpfu...
2008-06-03 Devang PatelAdd debugging aid.
2008-06-03 Dan GohmanFix whitespace in whitespace-significant pseudocode...
2008-06-03 Dan GohmanConstant folding for insertvalue and extractvalue.
2008-06-02 Devang PatelUpdate dom tree. Fix PR 2372.
2008-06-02 Dan GohmanFold adds and subtracts of zero immediately, instead...
2008-06-02 Scott MichelMinor cosmetic patch so that the hex equivalent of...
2008-06-02 Scott MichelAdd necessary 64-bit support so that gcc frontend compi...
2008-06-02 Dan GohmanImplement CBE support for first-class structs and array...
2008-06-02 Dan GohmanUpdate the polygen grammer for the new insertvalue...
2008-06-02 Chris LattnerRemove unneeded code I added.
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-06-02 Owen AndersonCorrectly handle removed instructions at the beginning...
2008-06-02 Wojciech MatyjewiczFixes PR2395. Looking for a constant in a GEP tail...
2008-06-02 Steve Naroffupdate vc configure project for renaming of
2008-06-02 Rafael EspindolaDon't use the GOT for symbols that are not externally...
2008-06-02 Chris Lattnermove CannotBeNegativeZero to ValueTracking. Simplify...
2008-06-02 Chris Lattnermove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2008-06-01 Owen AndersonFix two issues that Eli Friedman pointed out, where...
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.
next