oota-llvm.git
2011-02-09 Nick LewyckyWhen removing a function from the function set and...
2011-02-09 NAKAMURA TakumiAdd testing stuff to CMake documents.
2011-02-09 NAKAMURA Takumitest/lit.cfg: Seek sane tools(and bash) in directories...
2011-02-09 NAKAMURA Takumilit/LitConfig.py: Add the new method getToolsPath(dir...
2011-02-09 NAKAMURA Takumilit/Util.py: Add two functions, checkToolsPath(dir...
2011-02-09 NAKAMURA TakumiCMake: Add the new option LLVM_LIT_TOOLS_DIR. It can...
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 NAKAMURA Takumillvm-lit may be available with CMake.
2011-02-09 NAKAMURA Takumillvm-lit may be able to invoke clang tests.
2011-02-09 NAKAMURA Takumitools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm...
2011-02-09 NAKAMURA Takumitools/llvm-ld: Cygwin can handle #!shbang.
2011-02-09 Jakob Stoklund... Evict a lighter single interference before attempting...
2011-02-09 Jakob Stoklund... Set an allocation hint when rematting before a COPY.
2011-02-08 Jakob Stoklund... Fix one more case of splitting after the last split...
2011-02-08 Jakob Stoklund... Reorganize interference code to check LastSplitPoint...
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-02-08 Jakob Stoklund... Also handle the situation where an indirect branch...
2011-02-08 Jakob Stoklund... Add LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund... Trim debug spew
2011-02-08 Jakob Stoklund... Avoid folding a load instruction into an instruction...
2011-02-08 David Greene[AVX] Implement BUILD_VECTOR lowering for 256-bit vecto...
2011-02-08 Jakob Stoklund... Add SplitEditor::overlapIntv() to create small ranges...
2011-02-08 Jakob Stoklund... Add assertion.
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for PR8986.
2011-02-08 Andrew TrickPostRA antidependence breaker unit test for rdar:/...
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... Add LiveIntervals::shrinkToUses().
2011-02-07 Benjamin KramerSimplifyCFG: Track the number of used icmps when turnin...
2011-02-07 Bruno Cardoso... Add support for parsing dmb/dsb instructions
2011-02-07 Devang PatelRemove comment about an argument that was removed coupl...
2011-02-07 Bruno Cardoso... Remove the MCR asm parser hack and start using the...
2011-02-07 Chris Lattnerfix comment change.
2011-02-07 Bruno Cardoso... Implement support for custom target specific asm parsin...
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 Devang PatelReduce test case, smaller is better.
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 Duncan SandsAdd IRBuilder methods for creating an exact udiv, like...
2011-02-07 Oscar FuentesInstall only *.cmake files. Don't install .svn directory.
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 Lattnerrename test.
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 Oscar FuentesDon't define NDEBUG on MSVC_IDE and XCode builds. Fixes...
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 Oscar FuentesMoved more stuff to HandleLLVMOptions.cmake
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 Bob WilsonMove a test that ended up in the wrong place.
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... Be more strict about the first/last interference-free...
2011-02-05 Jakob Stoklund... Add 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 Daniel DunbarMC/AsmMatcher: Sink ConvertToMCInst into the TargetAsmP...
2011-02-04 Jakob Stoklund... Apparently, 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... 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...
next