Add llvm.fabs intrinsic.
[oota-llvm.git] / test /
2012-05-28 Peter CollingbourneAdd llvm.fabs intrinsic.
2012-05-28 Benjamin KramerInstCombine: Fix infinite loop when encountering switch...
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-27 Chris Lattnerrdar://11542750 - llvm.trap should be marked no return.
2012-05-27 Benjamin KramerPR12967: Don't crash when trying to fold a shift that...
2012-05-27 Chris LattnerThese tests used intrinsics with the wrong prototype...
2012-05-27 Chris Lattnerremove two (useless) tests that use incorrect intrinsic...
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-26 Duncan SandsSince commit 157467, if reassociate isn't actually...
2012-05-25 Nuno Lopesbounds checking: add support for byval arguments
2012-05-25 Justin Holewinski[NVPTX] Add a new test case for the newly-enabled call...
2012-05-25 Nuno Lopesboundschecking:
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Suppress one test...
2012-05-25 NAKAMURA Takumitest/CodeGen/X86/bigstructret.ll: Relax stack offsets...
2012-05-25 Duncan SandsMake the reassociation pass more powerful so that it...
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Jakob Stoklund OlesenAdd support for range expressions in TableGen foreach...
2012-05-24 Jakob Stoklund OlesenDon't put TGParser scratch results in the output.
2012-05-24 David BlaikieFix for CHECK-NOT misspelling.
2012-05-24 Justin HolewinskiRemove the PTX back-end and all of its artifacts (tripl...
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-24 Akira HatanakaTurn on mips16 pseudo op when compiling for mips16.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-24 Tobias GrosserAdd half support to LLVM (for OpenCL)
2012-05-24 Stepan DyatkovskiyPR1255 related changes (case ranges):
2012-05-23 Jakob Stoklund OlesenAdd a test case for global live range splitting.
2012-05-23 Jakob Stoklund OlesenAdd a last resort tryInstructionSplit() to RAGreedy.
2012-05-23 Kaelyn UhrainFix typo in flag to opt, and also a CHECK-NEXT that...
2012-05-23 Jakob Stoklund OlesenCorrectly deal with identity copies in RegisterCoalescer.
2012-05-23 Chad Rosier[arm-fast-isel] Add support for non-global callee.
2012-05-23 Nuno LopesBoundsChecking: add a couple of simple tests and fix...
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-22 Jakob Stoklund OlesenOnly erase virtregs with no uses left.
2012-05-22 Duncan SandsFix PR12858, a crash due to GVN's PRE not fully removin...
2012-05-21 Jim GrosbachFileCheck'ize test, and add a bit to test for r157221.
2012-05-21 Craig TopperAllow 256-bit shuffles to still be split even if only...
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-05-20 Jakob Stoklund OlesenUse the right register class for LDRrs.
2012-05-20 Jakob Stoklund OlesenTransfer memory operands to the right instruction.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes in 2-addr.
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-05-19 Jakob Stoklund OlesenFix 12892.
2012-05-19 Peter CollingbourneDo not eliminate allocas whose alignment exceeds that...
2012-05-19 Jakob Stoklund OlesenErase joined copies immediately.
2012-05-19 Nadav RotemOn Haswell, perfer storing YMM registers using a single...
2012-05-19 Nadav RotemAdd support for additional in-reg vbroadcast patterns
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-18 Dan GohmanFix replacing all the users of objc weak runtime routines
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Nuno Lopesadd test case for bugfix in r157032
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-18 Joel JonesFileCheck-ify, apropos of nothing
2012-05-18 Craig TopperSimplify handling of v16i8 shuffles and fix a missed...
2012-05-18 Evan ChengTeach two-address pass to update the "source" map so...
2012-05-18 Danil MalyshevTemporarily disabled the MCJIT tests for Darwin, becaus...
2012-05-18 Kevin EnderbyFixed a bug in llvm-objdump when disassembling using...
2012-05-18 Jakob Stoklund OlesenRemove a test that was only testing for physreg joining.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-05-17 Kevin EnderbyFix the encoding of the armv7m (MClass) for MSR APSR...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-16 Chandler CarruthTeach the 'opt' tool about '-Os' and '-Oz', correspondi...
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-15 Jakob Stoklund OlesenEnable sub-sub-register copy coalescing.
2012-05-15 Kevin EnderbyAdd a test case for r156840, a fix to llvm-objdump...
2012-05-15 Sirish PandeEnable all Hexagon tests.
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-12 Rafael EspindolaAdd support for the .rept directive. Patch by Vladmir...
2012-05-12 Benjamin KramerELF: Add support for the asm .version directive.
2012-05-12 Benjamin KramerAsmParser: Add support for the .purgem directive.
2012-05-12 Benjamin KramerAsmParser: ignore the .extern directive.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifc and .ifnc directives.
2012-05-12 Benjamin KramerAsmParser: Add support for .ifb and .ifnb directives.
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-12 Jay FoadTeach Function::hasAddressTaken that BlockAddress doesn...
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-05-11 Akira HatanakaUse regular expression to match register names.
2012-05-11 Chad Rosier[fast-isel] Add support for selecting @llvm.trap().
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-11 Chad Rosier[fast-isel] Remove -disable-arm-fast-isel option. ...
2012-05-11 Chad Rosier[fast-isel] Cleaner fix for when we're unable to handle...
2012-05-11 Nuno Lopesobjectsize: add a few more tests and fix a bug
2012-05-11 Hans WennborgFix test/CodeGen/X86/tls-pie.ll.
next