oota-llvm.git
2013-03-08 Bill WendlingRevert r176154 in favor of a better approach.
2013-03-08 Chris Lattnerremove an ancient and quaint bit of commented out makef...
2013-03-08 David BlaikieUpgrade tests to the latest debug info format.
2013-03-07 Jakob Stoklund... Add a getPassName() method.
2013-03-07 Jakob Stoklund... Rename isEarlierInSameTrace to isUsefulDominator.
2013-03-07 Jakub StaszakKeep coding stanard.
2013-03-07 Jakub StaszakDon't create IRBuilder if we can return from the method...
2013-03-07 Chad Rosier[fast-isel] Seriously, add support for the expect intri...
2013-03-07 Benjamin KramerFix tautological compare. Not sure why this didn't...
2013-03-07 Benjamin KramerReplace temporary vectors with arrays.
2013-03-07 Chad Rosier[fast-isel] Add support for the expect intrinsic.
2013-03-07 Benjamin KramerArrayRefize some code. No functionality change.
2013-03-07 Jyotsna VermaHexagon: Handle i8, i16 and i1 Var Args.
2013-03-07 Jakub StaszakSimplify code. No functionality change.
2013-03-07 Jakub StaszakChange Index type from unsigned long to unsigned. This...
2013-03-07 Jakub StaszakRemove trailing spaces.
2013-03-07 Jakub StaszakChange NULL to 0.
2013-03-07 Jakub StaszakArrayRef ca accept one element. Simplify code a little...
2013-03-07 Andrew Trickpre-RA-sched debug-only fix
2013-03-07 Jyotsna VermaHexagon: Add support to lower block address.
2013-03-07 Andrew Trickpre-RA-sched assertion fix. This bug was exposed by...
2013-03-07 Benjamin KramerMove testcase, this is testing extraction not inserting.
2013-03-07 Benjamin KramerX86: Fold EXTRACT_SUBVECTORs of a BUILD_VECTOR into...
2013-03-07 Pekka JaaskelainenFixed a crash when cloning a function into a function...
2013-03-07 Christian KonigR600/SI: rework input interpolation v2
2013-03-07 Christian KonigR600/SI: remove SI_vs_load_buffer_index
2013-03-07 Christian KonigR600/SI: remove SGPR address space v2
2013-03-07 Christian KonigR600/SI: add proper formal parameter handling for SI
2013-03-07 Christian KonigR600/SI: remove shader type intrinsic
2013-03-07 Christian KonigR600/SI: switch types of SGPRs to v*i8
2013-03-07 Christian KonigR600/SI: fix unused variable warning
2013-03-07 Nick LewyckySwitch from a version 4.2/4.4 switch to a four-byte...
2013-03-07 Nadav RotemNo need to go through int64 and APInt when generating...
2013-03-07 Jim GrosbachSDAG: Handle scalarizing an extend of a <1 x iN> vector.
2013-03-07 Nick LewyckyRemove GCDAProfiling.c. This copy is old, the copy...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-03-07 Nadav RotemArrayRef has a OneElt constructor. Beautify the code.
2013-03-07 Nadav RotemSwitch from std::vector to ArrayRef. Speedup FoldBitCas...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-03-07 Michael LiaoFix two remaining issue after fixing PR15355 when CMOV...
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-06 Andrew TrickGeneralize my previous fix for -print-options.
2013-03-06 Michael LiaoRemove tailing whitespaces
2013-03-06 Andrew TrickGive -loop-vectorize an explicit default.
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-03-06 Akira Hatanaka[mips] Add a line which checks function name. Rename...
2013-03-06 Michael LiaoFix PR15355
2013-03-06 Jakub StaszakUse dyn_cast instead of isa && cast. No functionality...
2013-03-06 Jakub StaszakRemove duplicated forward declaration.
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-03-05 Akira Hatanaka[mips] Fix MipsCC::analyzeReturn so that, in soft-float...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-05 Jakub StaszakFix a few typos in comments.
2013-03-05 Jakub StaszakAdd some constantness.
2013-03-05 Jakub Staszakstd::distance() == 0 means that iterators are equal...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-05 Jyotsna Vermareverting patch 176508.
2013-03-05 Jyotsna VermaHexagon: Add support for lowering block address.
2013-03-05 Vincent LejeuneR600: Do not predicate vector op
2013-03-05 Jyotsna VermaHexagon: Expand addc, adde, subc and sube.
2013-03-05 Arnold SchwaighoferUse the right number of slashes in comment string
2013-03-05 Eli BenderskyFixes a test by replacing .align by .p2align and settin...
2013-03-05 Benjamin KramerUpdate cmake build.
2013-03-05 Jyotsna VermaHexagon: Use MO operand flags to mark constant extended...
2013-03-05 Jyotsna VermaHexagon: Add encoding bits to the TFR64 instructions.
2013-03-05 Vincent LejeuneR600: initial scheduler code
2013-03-05 Arnold SchwaighoferClarify comment for function getObjectSize
2013-03-05 David SehrAdd a test that .align directives on capable processors...
2013-03-05 Vincent LejeuneR600: Remove LowerConstCopyPass and lower CONST_COPY...
2013-03-05 Vincent LejeuneR600: Turn BUILD_VECTOR into Reg_Sequence
2013-03-05 Vincent LejeuneR600: CONST_ADDRESS node is not marked as mayLoad anymore
2013-03-05 Vincent LejeuneR600: Use MUL_IEEE for trig/fdiv intrinsic
2013-03-05 Vincent LejeuneR600: Add support for indirect addressing of non defaul...
2013-03-05 Alexey SamsonovPrint a warning message if compiler-rt can't be built...
2013-03-05 NAKAMURA Takumillvm/test/CodeGen/Mips/mips64-f128.ll: Add explicit...
2013-03-05 NAKAMURA Takumillvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple...
2013-03-05 Bill WendlingRemove unused #includes.
2013-03-05 David SehrThe current X86 NOP padding uses one long NOP followed...
2013-03-04 Lang HamesCheck isDiscardableIfUnused, rather than hasLocalLinkag...
2013-03-04 Akira Hatanaka[mips] Print move instructions.
2013-03-04 Jack CarterMips specific inline assembler constraint 'R'
2013-03-04 Eli BenderskyReapply r176381, writing the CHECKs in a more forgiving...
2013-03-04 Preston GurdBypass Slow Divides
2013-03-04 Tom StellardR600: Clean up datalayout strings so they better match...
2013-03-04 Jia LiuMips ISD typo
2013-03-02 Jim GrosbachARM: Creating a vector from a lane of another.
2013-03-02 Jim GrosbachClean up code format a bit.
2013-03-02 Jim GrosbachTidy up. Trailing whitespace.
2013-03-02 Arnold SchwaighoferARM NEON: Fix v2f32 float intrinsics
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-03-02 Andrew TrickAdded FIXME for future Hexagon cleanup.
2013-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-02 Peter CollingbourneModify {Call,Invoke}Inst::addAttribute to take an AttrKind.
2013-03-02 Jordan RoseCMake: Always include the CheckCXXCompilerFlag in Handl...
2013-03-02 Michael GottesmanRevert "Rewrite a test to count emitted instructions...
next