oota-llvm.git
2012-04-25 Jakob Stoklund... Print IV chain numbers while collecting them.
2012-04-25 Jakob Stoklund... Remove more dead code.
2012-04-25 Richard BartonUnify internal representation of ARM instructions with...
2012-04-25 Eric ChristopherRevert "First implementation of:"
2012-04-25 Stepan DyatkovskiyFirst implementation of:
2012-04-25 Jakob Stoklund... Simplify LiveIntervals::getApproximateInstructionCount().
2012-04-25 Jakob Stoklund... Remove a dead function.
2012-04-25 Jakob Stoklund... Remove the -disable-cross-class-join option.
2012-04-25 Jakob Stoklund... Cross-class joining is winning.
2012-04-25 Craig TopperAdd ifdef around getSubtargetFeatureName in tablegen...
2012-04-25 Craig TopperUse vector_shuffles instead of target specific unpack...
2012-04-25 Chris Lattneropenbsd doesn't support soname, patch by Brad Smith!
2012-04-25 Chandler CarruthActually delete now-empty file.
2012-04-25 Lang HamesReverting r155468. Chris and Chandler have convinced...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-25 Andrew Tricktypo in declaration from earlier today
2012-04-25 Dan GohmanSimplify the known retain count tracking; use a boolean...
2012-04-24 Dan GohmanBuild custom predecessor and successor lists for each...
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-24 Andrew TrickFix a naughty header include that breaks "installed...
2012-04-24 Nadav RotemConstantFoldSelectInstruction swapped the operands...
2012-04-24 Nadav RotemFix the testcase. We do expect two vblendw on XMMs.
2012-04-24 Nadav RotemAdd a testcase for 155440
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-24 Lang HamesAdd support for llvm.arm.neon.vmull* intrinsics to...
2012-04-24 Chandler CarruthFix a crash on valid (if UB) bitcode that is produced...
2012-04-24 Jim GrosbachARM: Nuke remnant bogus code.
2012-04-24 Stepan DyatkovskiyRelated to PR1255. Let's begin. I'll commit classes...
2012-04-24 Nadav RotemAVX: Add additional vbroadcast replacement sequences...
2012-04-24 Andrew Trickcmake: new file
2012-04-24 Andrew Trickmisched: DAG builder must special case earlyclobber
2012-04-24 Andrew Trickmisched: try (not too hard) to place debug values where...
2012-04-24 Andrew Trickmisched: ignore debug values during scheduling
2012-04-24 Andrew Trickmisched: DAG builder support for tracking register...
2012-04-24 Andrew TrickRegisterPressure: A utility for computing register...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD3 (single 3-element...
2012-04-24 Kevin EnderbyAdd missing test cases for ARM VLD4 (single 4-element...
2012-04-24 Nadav RotemAVX2: The BLENDPW instruction selects between vectors...
2012-04-24 Richard BartonRefactor Thumb ITState handling in ARM Disassembler...
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-24 Bill WendlingLook for the 'Is Simulated' module flag. This indicates...
2012-04-24 Bill WendlingFileCheck-ize tests.
2012-04-24 Bill WendlingFileCheck-ize these tests.
2012-04-24 Bill WendlingFileCheck-ize these tests. Harden some of them.
2012-04-24 Craig TopperRemove dangling spaces. Fix some other formatting.
2012-04-24 Craig TopperSimplify code a bit and make it compile better. Remove...
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-04-23 Jim GrosbachTidy up. 80 columns, whitespace, et. al.
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-23 Jim GrosbachARM: VSLI two-operand assmebly aliases are tblgen'erated.
2012-04-23 Jim GrosbachARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand...
2012-04-23 Jim GrosbachARM: Add testcases for two-operand variants of VSRA...
2012-04-23 Jim GrosbachAdd ARM mode tests for the NEON vector shift-accumulate...
2012-04-23 Jim GrosbachTidy up. Reformat for ease of reading.
2012-04-23 Jim GrosbachARM: vqdmulh two-operand aliases are tblgen'erated...
2012-04-23 Michael J.... [Support/Unix] Unconditionally include time.h.
2012-04-23 Eric ChristopherAllow forward declarations to take a context. This...
2012-04-23 Chandler CarruthTemporarily revert r155364 until the upstream review...
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
2012-04-23 Sirish PandeSupport for Hexagon architectural feature, new value...
2012-04-23 Sirish PandeSupport for Hexagon VLIW Packetizer.
2012-04-23 Sirish PandeHexagon Packetizer's target independent fix.
2012-04-23 Jakob Stoklund... Reapply r155136 after fixing PR12599.
2012-04-23 Sylvestre LedruConflict with st_dev/st_ino identifiers under Debian...
2012-04-23 Alexander PotapenkoFix issue 67 by checking that the interface functions...
2012-04-23 Kostya Serebryany[tsan] use llvm/ADT/Statistic.h for tsan stats
2012-04-23 Craig TopperUse MVT instead of EVT through all of LowerVECTOR_SHUFF...
2012-04-23 Craig TopperMake getZeroVector and getOnesVector more alike as...
2012-04-23 Craig TopperTidy up by removing some 'else' after 'return'
2012-04-23 Craig TopperTidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove...
2012-04-23 Craig TopperAdd a couple llvm_unreachables.
2012-04-23 Craig TopperRemove some tab characers.
2012-04-23 Craig TopperRemove some 'else' after 'return'. No functional change.
2012-04-23 Chris LattnerDon't die with an assertion if the Result bitwidth...
2012-04-23 Bill WendlingCleanup whitespace.
2012-04-23 Bill WendlingLimit the number of times we recurse through this algor...
2012-04-22 Craig TopperMake Extract128BitVector and Insert128BitVector take...
2012-04-22 Craig TopperConvert getNode(UNDEF) to getUNDEF.
2012-04-22 Craig TopperMake calls to getVectorShuffle more consistent. Use...
2012-04-22 Craig TopperTidy up. 80 columns and argument alignment.
2012-04-22 Craig TopperSimplify code by converting multiple places that were...
2012-04-22 Elena Demikhovskycleaned line endings in the newly added test file
2012-04-22 Benjamin KramerARM: Initialize the HasRAS bit.
2012-04-22 Chandler CarruthTidy up this test more:
2012-04-22 Chandler CarruthFileCheck-ize a test, and tidy it up a touch.
2012-04-22 Elena DemikhovskyZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-04-21 Bill WendlingAdd a flag to the struct type finder to collect only...
2012-04-21 Chris LattnerNo need for "else if" after a return. Autosense "0o123...
2012-04-21 Chris Lattnerstop hiding SmallVector's append that takes a count...
2012-04-21 Nadav RotemTeach getVectorTypeBreakdown about promotion of vectors...
2012-04-21 Craig TopperMake some fixed arrays const. Use array_lengthof in...
2012-04-21 Craig TopperTidy up. 80 columns and some other spacing issues.
2012-04-21 Benjamin KramerRemove unused PointerLikeTypeTraits for IndexListEntry.
2012-04-21 NAKAMURA Takumillvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostrea...
2012-04-21 NAKAMURA TakumiHexagonISelLowering.cpp: Reorder #includes.
2012-04-21 NAKAMURA TakumiCMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We...
2012-04-21 NAKAMURA TakumiCMake: Prune redundant LLVM_COMPILER_JOBS from llvm...
next