oota-llvm.git
2011-12-02 Dylan NoblesmithTargetMachine: document unnamed bool argument
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-12-02 Chad Rosier[arm-fast-isel] After promoting a function parameter...
2011-12-02 Hal Finkelspecify cpu for test to fix failure on some darwin...
2011-12-02 Jim GrosbachClean up aliases for ARM VLD1 single-lane assembly...
2011-12-02 Benjamin KramerFix quadratic behavior in InlineFunction by fetching...
2011-12-02 Jim GrosbachCheck for error after InstantiateMultclassDef.
2011-12-02 Jan SjödinAdd XOP feature flag.
2011-12-02 Craig TopperReduce duplicate code in isHorizontalBinOp and add...
2011-12-02 Craig TopperAdd instruction selection support for horizontal add...
2011-12-02 Hal Finkelremove unneeded FIXME comment
2011-12-02 Hal Finkeladjust the instruction ordering in some PPC tests:...
2011-12-02 Hal Finkelmake sure ScheduleDAGInstrs::EmitSchedule does not...
2011-12-02 Hal Finkelupdate PPC 940 hazard rec. to function in postRA mode
2011-12-02 Chad RosierFix a few more places where TargetData/TargetLibraryInf...
2011-12-02 Jim GrosbachARM start parsing VLD1 single lane instructions.
2011-12-01 Chad RosierAbuse of mass replace isn't warranted even when the...
2011-12-01 Chad RosierFix build by not assuming TLI is guaranteed. Will have...
2011-12-01 Chad RosierPrevent library calls from being folded if -fno-builtin...
2011-12-01 Dylan NoblesmithTableGen: fix CMake build s'more
2011-12-01 Dylan NoblesmithCodeGen: fix CMake build
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-12-01 Chad RosierLast bit of TargetLibraryInfo propagation. Also fixed...
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-12-01 David BlaikieFix unreachable return & simplify some branches.
2011-12-01 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-12-01 Daniel Dunbarllvm-config-2: Fix --cflags and --includedir which...
2011-12-01 Sanjoy DasDummy commit to check commit access.
2011-12-01 Pete CooperImproved fix for abs(val) != 0 to check other similar...
2011-12-01 Kostya Serebryany[asan] two minor fixes: use UnreachableInst after the...
2011-12-01 Chad RosierAdd missing functions.
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-12-01 Chad RosierAdd a few more functions to TargetLibraryInfo. More...
2011-12-01 Chris Lattnerfix broken tag
2011-12-01 Duncan SandsRevert commit 145449 (ddunbar) since it is breaking...
2011-12-01 Eric ChristopherFor 64-bit the rest of the general regs are ok for...
2011-12-01 David BlaikieAdd some missing anchors.
2011-12-01 Eli FriedmanPass AVX vectors which are arguments to varargs functio...
2011-12-01 Pete CooperRemoved use of grep from test and moved it to be with...
2011-12-01 Pete CooperAdded instcombine pattern to spot comparing -val or...
2011-12-01 Chad RosierPropagate TargetLibraryInfo throughout ConstantFolding...
2011-12-01 Nick LewyckyMake use of "getScalarType()". No functionality change.
2011-12-01 Eli FriedmanSmall fix for assembler generation on Darwin PPC64...
2011-11-30 Jim GrosbachReplace an assert() with an actual diagnostic.
2011-11-30 Kostya Serebryanymake asan work at -O0, llvm part. Patch by glider@googl...
2011-11-30 Jan SjödinSupport for encoding all FMA4 instructions and tablegen...
2011-11-30 Eli FriedmanMake GlobalMerge honor the preferred alignment on globa...
2011-11-30 Bill WendlingMore cleanups. No content change.
2011-11-30 Bill WendlingMinor cleanup. No content change.
2011-11-30 Bob WilsonRemove the install-clang-c makefile target.
2011-11-30 Bill WendlingRemove an XXX which hasn't been fixed yet. It's too...
2011-11-30 Matt Beaumont-GayRemove unused variable
2011-11-30 Jim GrosbachAdd some tests for all-lanes VLD1 parsing.
2011-11-30 Jim GrosbachARM parsing for VLD1 all lanes, with writeback.
2011-11-30 Chad RosierAdd a few functions to TargetLibraryInfo.
2011-11-30 Jim GrosbachARM parsing for VLD1 two register all lanes, no writeback.
2011-11-30 Nadav RotemAdd test arch to make it pass on non x86 targets
2011-11-30 Benjamin KramerX86: Turns out bulldozer also supports sse42 and lzcnt.
2011-11-30 Benjamin KramerX86: Add subtargets for AMD's bulldozer.
2011-11-30 Nadav RotemAdd a tripple to the test
2011-11-30 Nadav RotemX86: PerformOrCombine introduced a vselect node with...
2011-11-30 Craig TopperAdd instruction selection support for AVX2 horizontal...
2011-11-30 Duncan SandsMention that -O4 does result in more optimization when...
2011-11-30 Craig TopperMerge VPERM2F128/VPERM2I128 ISD node types.
2011-11-30 Andrew TrickBetter test case found in duplicate PR10570.
2011-11-30 Craig TopperMerge decoding of VPERMILPD and VPERMILPS shuffle masks...
2011-11-30 Andrew TrickLSR: handle the expansion of phi operands that use...
2011-11-30 Chad RosierWhitespace.
2011-11-30 Chad RosierAlphabetize TargetLibraryInfo enum and fix doxygen...
2011-11-30 Jim Grosbachllvm_unreachable() is not for user diagnostics....
2011-11-30 Jim GrosbachARM parsing aliases for VLD1 single register all lanes.
2011-11-29 Chad RosierAdd support for sqrt, sqrtl, and sqrtf in TargetLibrary...
2011-11-29 Jim GrosbachTidy up a bit.
2011-11-29 Jim GrosbachAdd comment.
2011-11-29 Jim GrosbachARM parsing aliases for data-size suffices on VST1.
2011-11-29 Jakob Stoklund... FileCheckize.
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-11-29 Jim GrosbachARM assembly parsing and encoding for four-register...
2011-11-29 Daniel Dunbarllvm-config: Replace with C++ version (was llvm-config-2).
2011-11-29 Evan ChengAdd another missing pattern. llvm-gcc likes f64 but...
2011-11-29 Jim GrosbachEnable some VST1 tests and add a few more.
2011-11-29 Jim GrosbachARM assembly parsing and encoding for three-register...
2011-11-29 Jakob Stoklund... Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
2011-11-29 Stepan DyatkovskiyPotential bug in RewriteLoopBodyWithConditionConstant...
2011-11-29 Eric ChristopherUpdate the docs for some of the test-suite configure...
2011-11-29 Chad RosierIf fast-isel fails, remove dead instructions generated...
2011-11-29 Rafael Espindolagrammar.
2011-11-29 Andrew Trickcomment.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Benjamin KramerAdd a link to Bill's blog post.
2011-11-29 Rafael EspindolaRelease notes for segmented stacks.
2011-11-29 Duncan SandsFix a theoretical problem (not seen in the wild): if...
2011-11-29 Michael J.... MC/X86/COFF: Allow quotes in names when targeting MS...
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-11-29 Elena DemikhovskyFixed vsqrt.ss intrinsic usage - order of input operand...
2011-11-29 Craig TopperFix shuffle decoding for memory forms for (V)SHUFPS/D.
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-29 NAKAMURA Takumilit/TestRunner.py: Try to catch ERROR_FILE_NOT_FOUND...
2011-11-29 Bob WilsonInstall llvmCore to /usr/local. <rdar://problem/10390708>
next