An alloca can be equal to an argument. It can't *alias* an alloca, but it could
[oota-llvm.git] / test /
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-31 Tom StellardR600: Fold clamp, neg, abs
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2013-01-31 Derek Schuff[MC] bundle alignment: prevent padding instructions...
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.
2013-01-31 Pekka JaaskelainenMade the min-trip-count-switch test X86-specific to...
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-31 Michael GottesmanFilecheckized 2x tests in SimplifyCFG and removed their...
2013-01-31 Eric ChristopherCheck and allow floating point registers to select...
2013-01-31 Eli BenderskyReplace some more greps with FileChecks in tests
2013-01-31 Eli BenderskyRewrite this test properly with a FileCheck instead...
2013-01-31 Dan GohmanFix ConstantFold's folding of icmp instructions to...
2013-01-30 Hal FinkelPPC QPX requires a 32-byte aligned stack
2013-01-30 Evan ChengForgot the test case before.
2013-01-30 Hal FinkelAdd definitions for the PPC a2q core marked as having...
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-30 Eli BenderskyAdd a special ARM trap encoding for NaCl.
2013-01-30 Logan ChienAdd missing header and test cases for r173939.
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-30 Saleem Abdulrasoolbuild: add --with-python option
2013-01-30 Jack CarterThis patch implements runtime ARM specific
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-30 Akira Hatanaka[mips] Test case for r173862.
2013-01-29 Renato GolinAdding simple cast cost to ARM
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-29 Pekka JaaskelainenLoopVectorize: convert TinyTripCountVectorThreshold...
2013-01-29 David BlaikieSupport artificial parameters in function types.
2013-01-29 Tim NorthoverFix 64-bit atomic operations in Thumb mode.
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Bill SchmidtThis patch addresses bug 15031.
2013-01-28 Evgeniy Stepanov[msan] Mostly disable msan-handle-icmp-exact.
2013-01-28 Craig TopperFix 256-bit PALIGNR comment decoding to understand...
2013-01-27 Richard Osborne[XCore] Add missing l2rus instructions.
2013-01-27 Richard Osborne[XCore] Add missing l2r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 1r instructions.
2013-01-27 Richard Osborne[XCore] Add missing 0r instructions.
2013-01-27 Benjamin KramerWhen the legalizer is splitting vector shifts, the...
2013-01-27 Chandler CarruthRe-revert r173342, without losing the compile time...
2013-01-26 David BlaikiePR14566: Debug Info: Removing top level lexical blocks
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add a dependency to llvm...
2013-01-25 Hal FinkelInitial implementation of PPCTargetTransformInfo
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Reid KlecknerXFAIL close-stderr on win32
2013-01-25 Reid KlecknerSet the +x bit on two batch scripts
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-25 Eli BenderskyIn this patch, we teach X86_64TargetMachine that it...
2013-01-25 Eli BenderskyAdd back a RUN line removed by mistake by a previous...
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Eli BenderskyNow that llvm-dwarfdump supports flags to specify which...
2013-01-25 Hal FinkelImprove the !add TableGen test case.
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-25 Evgeniy Stepanov[msan] Implement exact shadow propagation for relationa...
2013-01-25 Hal FinkelAdd an addition operator to TableGen
2013-01-25 Silviu BarangaFixed the condition codes for the atomic64 min/umin...
2013-01-25 Andrew TrickMIsched: Improve the interface to SchedDFS analysis...
2013-01-25 Chandler CarruthSwitch this code away from Value::isUsedInBasicBlock...
2013-01-25 Andrew TrickMISched: Add SchedDFSResult to ScheduleDAGMI to formali...
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-24 Benjamin KramerReapply chandlerc's r173342 now that the miscompile...
2013-01-24 Benjamin KramerConstantFolding: Add a missing folding that leads to...
2013-01-24 Chandler CarruthRevert r173342 temporarily. It appears to cause a very...
2013-01-24 Chandler CarruthPlug TTI into the speculation logic, giving it a real...
2013-01-24 Chandler CarruthAddress a large chunk of this FIXME by accumulating...
2013-01-24 Chandler CarruthSwitch the constant expression speculation cost evaluat...
2013-01-24 Kostya Serebryany[asan] adaptive redzones for globals (the larger the...
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-23 Benjamin KramerConstantFolding: Evaluate GEP indices in the index...
2013-01-23 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-23 Benjamin KramerRevert "InstCombine: Clean up weird code that talks...
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-23 Nadav RotemAdd support for reverse pointer induction variables...
2013-01-22 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-22 Kevin EnderbyAdd a warning when there is a macro defintion that...
2013-01-22 Akira Hatanaka[mips] Implement MipsRegisterInfo::getRegPressureLimit.
2013-01-22 Kevin EnderbyHave the integrated assembler give an error if $1 is...
2013-01-22 Eli BenderskyAdd forgotten test case for the x32 commit
2013-01-22 Benjamin KramerX86: Make sure we account for the FMA4 register immedia...
2013-01-22 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-22 Evgeniy Stepanov[msan] Do not insert check on volatile store.
2013-01-22 Michael GottesmanThis test is only supposed to test that the objc-arc...
2013-01-22 Daniel Dunbar[MC/Mach-O] Load commands are supposed to 8-byte aligne...
2013-01-22 Andrew TrickRemove target triple from an LSR test.
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-21 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-21 Richard OsborneAdd instruction encoding / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
2013-01-20 Richard OsborneAdd instruction encodings / disassembly support for...
next