whitespace
[oota-llvm.git] / lib /
2011-02-08 Andrew TrickFix PostRA antidependence breaker.
2011-02-08 Evan ChengTemporary workaround for a bad bug introduced by r12108...
2011-02-08 Dan GohmanDon't split any loop backedges, including backedges...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::shrinkToUses().
2011-02-07 Benjamin KramerSimplifyCFG: Track the number of used icmps when turnin...
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Devang PatelRemove comment about an argument that was removed coupl...
2011-02-07 Bruno Cardoso LopesRemove the MCR asm parser hack and start using the...
2011-02-07 Chris Lattnerfix comment change.
2011-02-07 David Greene[AVX] Insert/extract subvector lowering support. This...
2011-02-07 Jason W KimARM/MC/ELF Lowercase .cpu attributes in .s, but make...
2011-02-07 Evan ChengFix an obvious typo which caused an isel assertion...
2011-02-07 Bob WilsonAdd codegen support for using post-increment NEON load...
2011-02-07 Bob WilsonChange VLD3/4 and VST3/4 for quad registers to not...
2011-02-07 Bob WilsonFix some NEON instruction itineraries.
2011-02-07 Bob WilsonFix a comment: addrmode6 no longer includes the optiona...
2011-02-07 Bob WilsonRemove inaccurate comments: so_imm and t2_so_imm operan...
2011-02-07 Bob WilsonMove code for OffsetCompare struct closer to where...
2011-02-07 Chris Lattnerimplement .ll and .bc support for nsw/nuw on shl and...
2011-02-07 Duncan SandsAdd an m_Div pattern for matching either a udiv or...
2011-02-07 Jason W KimTeach ARM/MC/ELF about gcc compatible reloc output...
2011-02-07 Jason W KimRework some .ARM.attribute work for improved gcc compat...
2011-02-06 Chris Lattnerteach instsimplify to transform (X / Y) * Y to X
2011-02-06 Chris Lattnerenhance vmcore to know that udiv's can be exact, and...
2011-02-06 Eric ChristopherRemove premature optimization that avoided calculating...
2011-02-06 Anders CarlssonSimplify test, as suggested by Chris.
2011-02-06 Anders CarlssonRemove a virtual inheritance case that clang can devirt...
2011-02-06 Anders CarlssonWhen loading from a constant, fold inttoptr if the...
2011-02-06 Nick LewyckySimplify away redundant test, and document what's going on.
2011-02-06 Nick LewyckyRemove specialized comparison of InlineAsm objects...
2011-02-05 Anders CarlssonFix another warning.
2011-02-05 Anders CarlssonFix a clang warning.
2011-02-05 NAKAMURA TakumiWindows/DynamicLibrary.inc: Split explicit symbols...
2011-02-05 NAKAMURA TakumiTarget/X86: Tweak allocating shadow area (aka home...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86ISelLowering.cpp: Introduce a new...
2011-02-05 NAKAMURA Takumilib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
2011-02-05 NAKAMURA TakumiTarget/X86: Fix whitespace.
2011-02-05 NAKAMURA TakumiWindows/Program.inc: Quote arguments when dubious chara...
2011-02-05 Andrew TrickFix an anti-dep breaker corner case.
2011-02-05 Eric ChristopherFix cut and paste error spotted by Jakob.
2011-02-05 Jakob Stoklund OlesenBe more strict about the first/last interference-free...
2011-02-05 Jakob Stoklund OlesenAdd assertions to verify that the new interval is clear...
2011-02-05 Eric ChristopherRewrite how the indirect call bonus is handled. This...
2011-02-05 David Greene[AVX] Revert 124910 until clients are ready.
2011-02-04 David Greene[AVX] Add some utilities to insert and extract 128...
2011-02-04 Jakob Stoklund OlesenApparently, it is possible for a block with a landing...
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Nick LewyckyMark that the return is using EAX so that we don't...
2011-02-04 Jakob Stoklund OlesenBe more accurate about live range splitting at the...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-02-04 Jakob Stoklund OlesenVerify that one of the ranges produced by region splitt...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 David Greene[AVX] Support VSINSERTF128 with more patterns and appro...
2011-02-04 NAKAMURA TakumiMake Win32's header file name lower for cross build...
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2011-02-04 Devang PatelDebugLoc associated with a machine instruction is used...
2011-02-04 Evan ChengUpdate comments.
2011-02-04 Jakob Stoklund OlesenSkip unused values.
2011-02-04 Jakob Stoklund OlesenAlso compute interference intervals for blocks with...
2011-02-04 Jakob Stoklund OlesenVerify kill flags conservatively.
2011-02-03 Bob WilsonDo not sign extend floating-point values in the asm...
2011-02-03 Andrew Trickwhitespace
2011-02-03 Benjamin KramerSimplifyCFG: Also transform switches that represent...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-02-03 Jakob Stoklund OlesenEnsure that the computed interference intervals actuall...
2011-02-03 Jakob Stoklund OlesenTweak debug output from SlotIndexes.
2011-02-03 Jakob Stoklund OlesenAdd debug output and asserts to the phi-connecting...
2011-02-03 Jakob Stoklund OlesenFix coloring bug when mapping values in the middle...
2011-02-03 Jakob Stoklund OlesenReturn live range end points from SplitEditor::enter...
2011-02-03 Jakob Stoklund OlesenSilence an MSVC warning
2011-02-03 David Greene[AVX] VEXTRACTF128 support. This commit includes patte...
2011-02-03 Richard OsborneAdd XCore intrinsics for resource instructions.
2011-02-03 Duncan SandsImprove threading of comparisons over select instructio...
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Rafael EspindolaFix PR9127 by reversing the operands even if they have...
2011-02-03 Daniel Dunbarraw_fd_ostream: Add a SetUseAtomicWrites() method ...
2011-02-03 Jakob Stoklund OlesenDefer SplitKit value mapping until all defs are available.
2011-02-03 Devang PatelFix typo in comment.
2011-02-02 Devang PatelAdd support to describe template value parameter in...
2011-02-02 Devang PatelAdd support to describe template parameter type in...
2011-02-02 Duncan SandsReenable the transform "(X*Y)/Y->X" when the multiplica...
2011-02-02 Bob WilsonUpdate comment to match my recent change.
2011-02-02 Benjamin KramerSimplifyCFG: Turn switches into sub+icmp+branch if...
2011-02-02 Richard OsborneAdd support for trampolines on the XCore.
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-02-02 Nick LewyckyRemove wasteful caching. This isn't needed for correctn...
2011-02-02 Dan GohmanConservatively, clear optional flags, such as nsw,...
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2011-02-02 Sean CallananFixed a bug in the disassembler where the mandatory...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-02-01 Bob WilsonPR9081: Split up LDM instruction with deprecated use...
2011-02-01 Matt Beaumont-GayTake Bill Wendling's suggestion for structuring a coupl...
2011-02-01 Anton KorobeynikovFix imm printing for logical instructions.
2011-02-01 Jay FoadMake SwitchInst::removeCase() more efficient.
2011-02-01 Duncan SandsAdd a m_Undef pattern for convenience. This is so...
2011-02-01 Duncan SandsAdd a m_SignBit pattern for convenience.
2011-02-01 Duncan SandsHave m_One also match constant vectors for which every...
next