oota-llvm.git
2012-06-24 Craig TopperRemove intrinsic specific instructions for CVTPD2DQ...
2012-06-24 Nick LewyckyTab to spaces. No functionality change.
2012-06-24 NAKAMURA Takumillvm/lib/Support/Errno.cpp: [Win32] Fix usage of strerr...
2012-06-24 NAKAMURA TakumiLLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Add a copy constructor...
2012-06-24 NAKAMURA Takumillvm/Support/IntegersSubset.h: Fix whitespace.
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA TakumiVMCore/CMakeLists.txt: [CMake][MSVC] Add "/Og-" to...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-24 Pete CooperRemove code i'd been testing with but didn't mean to...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-23 Craig TopperRemove intrinsic specific instructions for (V)CVTDQ2PS...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-23 Craig TopperMake CVTDQ2PS instruction use SSE2 predicate instead...
2012-06-23 Craig TopperMove CVTPD2DQ to use SSE2 predicate instead of SSE3...
2012-06-23 Benjamin KramerAdd a microoptimization note.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-23 Hans WennborgClean-up after r159077.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-23 Craig TopperUse correct memory types for (V)CVTDQ2PD instructions.
2012-06-23 Craig TopperSilence an unused variable warning on release builds.
2012-06-23 Craig TopperCompress flags in X86 op folding to reduce space in...
2012-06-23 Craig TopperMake helper method static since it doesn't use anything...
2012-06-23 Craig TopperRemove intrinsic specific instructions for 128-bit...
2012-06-23 Jakob Stoklund... Teach LiveVariables to handle <undef> operands.
2012-06-23 Rafael EspindolaHandle aliases to tls variables in all architectures...
2012-06-23 Evan Cheng(sub X, imm) gets canonicalized to (add X, -imm)
2012-06-23 Nuno LopesBoundsChecking: attach debug info to traps to make...
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Chad RosierFileCheckize tests.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Jakob Stoklund... Remove ProcessImplicitDefs.h which was unused.
2012-06-22 Jakob Stoklund... Also verify the def index for early clobbers.
2012-06-22 Chad RosierWhitespace.
2012-06-22 Jakob Stoklund... Delete a boring statistic.
2012-06-22 Jakob Stoklund... Store live intervals in an IndexedMap.
2012-06-22 Evan ChengForgot this patch in r159023.
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Jakob Stoklund... Fix a crash in --debug code.
2012-06-22 Jakob Stoklund... Don't depend on live ranges being present.
2012-06-22 Jakob Stoklund... Simplify handleMove() a bit.
2012-06-22 Jakob Stoklund... Stop computing physreg live ranges.
2012-06-22 Marshall ClowReverting makefile change wile I figure out what the...
2012-06-22 Jakob Stoklund... Remove some redundant LIS->hasInterval() checks.
2012-06-22 Marshall ClowAdded building yaml2obj to the configure+make build...
2012-06-22 Jakob Stoklund... Use MRI::isConstantPhysReg() to check remat feasibility.
2012-06-22 Kaelyn UhrainRemove a variable that is unused when assertions aren...
2012-06-22 Jakob Stoklund... Use regunit liveness to guide LiveDebugVariables.
2012-06-22 Jakob Stoklund... Remove LiveIntervals::trackingRegUnits().
2012-06-22 Jakob Stoklund... Revert remaining part of r93200: "Disable folding sext...
2012-06-22 Dmitri GribenkoChange comment into proper Doxygen member comment.
2012-06-22 Nuno Lopessimplify code from previous commits (Thanks Duncan)
2012-06-22 Stepan DyatkovskiyFixed r158979.
2012-06-22 NAKAMURA Takumitest/CodeGen/Generic/asm-large-immediate.ll: Mark it...
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Duncan SandsRevert commit 158979 (dyatkovskiy) since it is causing...
2012-06-22 Stepan DyatkovskiyPerformance optimizations:
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-22 Jakob Stoklund... Functions calling __builtin_eh_return must have a frame...
2012-06-22 Andrew TrickARM scheduling fix: don't guess at implicit operand...
2012-06-22 Andrew TrickARM scheduling fix: compute predicated implicit use...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-22 Nuno Lopesfix whitespace in my last commit.
2012-06-22 Nuno Lopesremove extractMallocCallFromBitCast, since it was tailo...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
2012-06-21 Michael J.... [docs] Sphinxify GettingStartedVS. Patch by Mikael...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Arnaud A. de... Remove trailing whitespaces
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 NAKAMURA Takumillvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OP...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Akira HatanakaAdd Mips to the list of target architectures for the...
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Chandler CarruthAvoid using the recently added APPEND_STRING feature...
2012-06-21 Nuno Lopesfix build in C++11 mode.
2012-06-21 Pete CooperFix potential crash if DAGCombine on stores sees a...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Nuno Lopesmove some typedefs so that we don't polute the llvm...
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-21 Nadav RotemAdd a number of threshold arguments to the SRA pass.
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-21 NAKAMURA Takumillvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-21 Chandler CarruthAdd some missing dependencies here that I missed in...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-21 Nadav Rotemllvm-stress: Stabalize (by using an ordered container...
2012-06-21 Bill WendlingCleanup some encoding mishaps.
2012-06-21 Bill WendlingSphinxify the tablegen document.
next