oota-llvm.git
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... Be 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... Add LiveIntervals::getLastSplitPoint().
2011-02-04 Jakob Stoklund... Verify that one of the ranges produced by region splitt...
2011-02-04 Daniel DunbarMC/AsmParser: Add support for allowing the conversion...
2011-02-04 Daniel Dunbarbuild: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build...
2011-02-04 Daniel DunbarMC/AsmMatcher: Add support for custom conversion functions.
2011-02-04 David GreeneSilence uninitialized value warnings.
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 Oscar FuentesLLVM_ON_WIN32 is not defined on config-ix.cmake. Use...
2011-02-04 Oscar FuentesAdd the tablegenned files to the `clean' target.
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... Skip unused values.
2011-02-04 Jakob Stoklund... Also compute interference intervals for blocks with...
2011-02-04 Jakob Stoklund... Verify kill flags conservatively.
2011-02-03 Jim GrosbachTidy up a bit.
2011-02-03 Bob WilsonDo not sign extend floating-point values in the asm...
2011-02-03 Bob WilsonRemove trailing whitespace
2011-02-03 Bob WilsonEdit a comment for consistency.
2011-02-03 Andrew Trickwhitespace
2011-02-03 Benjamin KramerSimplifyCFG: Also transform switches that represent...
2011-02-03 Oscar FuentesMoved to Clang's source tree its configuration options...
2011-02-03 Rafael EspindolaFactor the computation of the basename of libraries...
2011-02-03 Bob WilsonFix 80-column violations and whitespace.
2011-02-03 Oscar FuentesChanges for building Clang and others using LLVM as...
2011-02-03 Jakob Stoklund... Ensure that the computed interference intervals actuall...
2011-02-03 Jakob Stoklund... Tweak debug output from SlotIndexes.
2011-02-03 Jakob Stoklund... Add debug output and asserts to the phi-connecting...
2011-02-03 Jakob Stoklund... Fix coloring bug when mapping values in the middle...
2011-02-03 Jakob Stoklund... Return live range end points from SplitEditor::enter...
2011-02-03 Jakob Stoklund... Silence 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 NAKAMURA Takumicmake/*: Add svn:eol-style=native and fix CRLF.
2011-02-03 Duncan SandsImprove threading of comparisons over select instructio...
2011-02-03 Duncan SandsPart of this test is invariant inside the inner loop...
2011-02-03 NAKAMURA Takumitest/Makefile: "check-all" should update tools/clang...
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
2011-02-03 Oscar FuentesPlatform tests for `sys/uio.h' header and `writev'...
2011-02-03 Rafael EspindolaAdd -march to fix the bots.
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 Daniel DunbarRegenerate configure.
2011-02-03 Daniel Dunbarconfigure: Add checks for <sys/uio.h> and writev().
2011-02-03 Jakob Stoklund... Defer SplitKit value mapping until all defs are available.
2011-02-03 Devang PatelUpdate docs to match reality.
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 Kevin EnderbyChanged the TableGen created MatchInstructionImpl(...
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-02 Bob WilsonFix comment typo.
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 Devang PatelUpdate to match changes in lldb interface.
2011-02-01 Anton KorobeynikovFix imm printing for logical instructions.
2011-02-01 Anton KorobeynikovDocument the LLVM GIT mirror
2011-02-01 David Greene[AVX] Implement EnforceSmallerThan for mixed int/fp...
2011-02-01 Devang PatelRemove stale references of obsolete @llvm.dbg.variable.
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...
2011-02-01 Carl NorumTest commit - fix a double 'should' in a comment.
2011-02-01 Rafael EspindolaCorrectly merge available_externally and regular defini...
2011-02-01 Evan ChengFix bogus assert condition noticed by Csaba Raduly.
2011-02-01 Eric ChristopherReapply 124275 since the Dragonegg failure was unreprod...
2011-02-01 Evan ChengFix test for non-darwin targets.
2011-02-01 Evan ChengPatches to build EFI with Clang/LLVM. By Carl Norum.
2011-02-01 Devang PatelRemove stale test that has never worked, afaik.
2011-02-01 Rafael EspindolaDon't tell the linker about available_externally defini...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-31 Devang PatelWhile printing "interesting" breakpoint locations for...
2011-01-31 Roman DivackyEnumerate .code16/32/64 instead of checking .code prefi...
2011-01-31 Devang PatelTidy up.
2011-01-31 Devang PatelFocus on arguments for now.
2011-01-31 Roman DivackyError on all .code* directives instead of just .code16...
2011-01-31 David GreeneFix vector sign extend to put the source and destinatio...
2011-01-31 Chris Lattneradd a note, progress unblocked by PR8575 being fixed.
2011-01-31 Oscar FuentesAdds some platform checks to cmake/config-ix.cmake...
2011-01-31 Richard OsborneFix bug where ReduceLoadWidth was creating illegal...
2011-01-31 NAKAMURA TakumiCMake: Fix a few definition to suppress warnings.
2011-01-30 Anton KorobeynikovSave a mapping between original and cloned constpool...
2011-01-30 Anton KorobeynikovClarify the LSDASection NULL check
next