Add support for parsing [expr].
[oota-llvm.git] / lib /
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-15 Jakob Stoklund OlesenTeach ARMLoadStoreOptimizer to remove kill flags from...
2011-02-15 Devang PatelIgnore DBG_VALUE machine instructions while constructin...
2011-02-15 Argyrios KyrtzidisImplement a function from PathV2 whose definition is...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Devang PatelPrint function info. Patch by Minjang Kim.
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Nadav RotemFix 9216 - Endless loop in InstCombine pass.
2011-02-15 Evan ChengFix thinko. Cmp can be the first instruction in a MBB.
2011-02-15 Devang PatelDo not forget DebugLoc!
2011-02-15 Chris Lattnertidy up a bit.
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-14 Bob WilsonRemove unused bitvectors that record ARM callee-saved...
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-14 Evan ChengFix PR8854. Track inserted copies to avoid read before...
2011-02-14 Bruno Cardoso LopesA fail to match coprocessor number and register number...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattnerfix PR9210 by implementing some type legalization logic for
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Cameron ZwarichAdd some statistics to StrongPHIElimination.
2011-02-14 Cameron ZwarichAdd a statistic to PHIElimination tracking the number...
2011-02-13 Chris LattnerEnhance ComputeMaskedBits to know that aligned frameindexes
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattnerremove a now-unneccesary cast.
2011-02-13 Duncan SandsRemove pointless blank line.
2011-02-13 Duncan SandsTeach instsimplify that X+Y>=X+Z is the same as Y>...
2011-02-13 Nadav RotemFix a regression from r125393;
2011-02-13 Chris Lattnerwhen legalizing extremely wide shifts, make sure that
2011-02-13 Chris Lattnerfix visitShift to properly zero extend the shift amount...
2011-02-13 Chris Lattnerimplement instcombine folding for things like (x >...
2011-02-13 Chris Lattnerrefactor some code out into a helper method.
2011-02-13 Chris Lattnerteach SCEV that the scale and addition of an inbounds...
2011-02-12 Reid KlecknerAdd encodings and mnemonics for FXSAVE64 and FXRSTOR64.
2011-02-12 Venkatraman Govind... Prevent IMPLICIT_DEF/KILL to become a delay filler...
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Benjamin KramerAdd a note about SSE4.1 roundss/roundsd.
2011-02-12 Nadav RotemA fix for 9165.
2011-02-12 Jim GrosbachAsmMatcher custom operand parser failure enhancements.
2011-02-11 Benjamin KramerAlso fold (A+B) == A -> B == 0 when the add is commuted.
2011-02-11 Chris LattnerPer discussion with Dan G, inbounds geps *certainly...
2011-02-11 Chris LattnerWhen lowering an inbounds gep, the intermediate adds...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-11 Nate BegemanImplement sdiv & udiv for <4 x i16> and <8 x i8> NEON...
2011-02-11 Nadav RotemSimplifySelectOps can only handle selects with a scalar...
2011-02-11 Nadav RotemFix 9173.
2011-02-11 Nadav RotemFix #9190
2011-02-11 Jim GrosbachMore whitespace cleanup...
2011-02-11 Cameron ZwarichMake LoopUnswitch preserve ScalarEvolution by just...
2011-02-11 Cameron ZwarichLoopInstSimplify preserves ScalarEvolution.
2011-02-11 Chris Lattnermake ConstantExpr::replaceUsesOfWithOnConstant preserve...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Evan ChengFix buggy fcopysign lowering.
2011-02-10 Nick LewyckyTolerate degenerate phi nodes that can occur in the...
2011-02-10 Cameron ZwarichIf we can't avoid running loop-simplify twice for now...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for SCALAR_TO_V...
2011-02-10 Bruno Cardoso LopesFix a lot of o32 CC issues and add a bunch of tests...
2011-02-10 David Greene[AVX] Implement 256-bit vector lowering for EXTRACT_VEC...
2011-02-10 Che-Liang Chiouptx: add passing parameter to kernel functions
2011-02-10 Chris Lattnerimplement the first part of PR8882: when lowering an...
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
2011-02-10 Chris LattnerEnhance a bunch of transformations in instcombine to...
2011-02-10 Chris LattnerEnhance the "compare with shift" and "compare with...
2011-02-10 Chris Lattnermore cleanups, notably bitcast isn't used for "signed...
2011-02-10 Chris LattnerA bunch of cleanups and simplifications using the new...
2011-02-10 Chris Lattnerteach SimplifyDemandedBits that exact shifts demand...
2011-02-10 Evan ChengAfter 3-addressifying a two-address instruction, update...
2011-02-10 Eric ChristopherRevert this in an attempt to bring the builders back.
2011-02-10 Cameron ZwarichTurn this pass ordering:
2011-02-09 Jakob Stoklund OlesenDelete unused code for analyzing and splitting around...
2011-02-09 Douglas GregorRip out realpath() support. It's expensive, and often...
2011-02-09 Jakob Stoklund OlesenSimplify using the new leaveIntvBefore()
2011-02-09 Jakob Stoklund OlesenUse the LiveBLocks array for SplitEditor::splitSingleBl...
2011-02-09 Cameron ZwarichAttempt to fix the build after r125228.
2011-02-09 Mikhail GlushenkovTypo.
2011-02-09 Jakob Stoklund OlesenMove calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-09 Douglas GregorAdd llvm::sys::path::canonical(), which provides the...
2011-02-09 Jakob Stoklund OlesenIgnore <undef> uses when analyzing and rewriting.
2011-02-09 Jakob Stoklund OlesenAssert on bad jump tables.
2011-02-09 Jakob Stoklund OlesenAdd tags to live interval unions to avoid using stale...
2011-02-09 Shantonu SenFix comparator used for looking up previously instantia...
2011-02-09 Duncan SandsFormatting and comment tweaks.
2011-02-09 Chris LattnerTeach instsimplify some tricks about exact/nuw/nsw...
2011-02-09 Chris LattnerRework InstrTypes.h so to reduce the repetition around...
2011-02-09 Chris Lattnerrefactor ConstantExpr interfaces a bit around "exactness".
2011-02-09 David Greene[AVX] Implement 256-bit vector lowering for INSERT_VECT...
2011-02-09 Richard OsborneAdd intrinsic for setc instruction on the XCore.
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-02-09 NAKAMURA Takumilib/Support/Errno.cpp: Check strerror_s() with HAVE_DEC...
2011-02-09 NAKAMURA TakumiWindows/Windows.h: Redefine _WIN32_WINNT here. mingw...
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: ELM_Callback fix for mingw...
2011-02-09 Jakob Stoklund OlesenEvict a lighter single interference before attempting...
2011-02-09 Jakob Stoklund OlesenSet an allocation hint when rematting before a COPY.
next