Silencing a usually-helpful-but-braindead-silly-in-this-case sign mismatch warning...
[oota-llvm.git] / lib / CodeGen /
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-14 Chandler Carruth[SDAG] Fix a bug in the DAG combiner where we would...
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Gerolf Hoflehner[MachineCombiner] Removal of dangling DBG_VALUES after...
2014-08-13 Gerolf Hoflehner[Cleanup] Utility function to erase instruction and...
2014-08-13 Quentin Colombet[MachineDominatorTree] Provide a method to inform a...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Andrea Di Biagio[DAGCombiner] Improved target independent vector shuffl...
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-12 Adrian PrantlRemove a condition that can never be true, as wittnesse...
2014-08-12 Quentin ColombetFix a parentheses warning introduced in r215394.
2014-08-12 Eric ChristopherHave MachineRegisterInfo take and store the MachineFunc...
2014-08-12 Adrian PrantlDebugLocEntry: Restore the comparison predicate from...
2014-08-12 David BlaikieRevert "Partially revert r214761 that asserted that...
2014-08-11 Quentin Colombet[MachineSink] Improve the compile time by preserving...
2014-08-11 Michael J. Spencer[x86] Fold extract_vector_elt of a load into the Load...
2014-08-11 Adrian PrantlAdd a couple of convenience accessors to DebugLocEntry...
2014-08-11 Adrian PrantlMake these DebugLocEntry::Value comparison operators...
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-11 Adrian PrantlDebug info: Remove an obsolete constructor from DebugLo...
2014-08-11 Adrian PrantlDebug info: Modify DebugLocEntry::addValue to take...
2014-08-11 Adrian PrantlDebug info: Further simplify the implementation of...
2014-08-11 Adrian PrantlDebug Info: Move the sorting and uniqueing of pieces...
2014-08-11 Adrian PrantlDebug info: Refactor DebugLocEntry's Merge function...
2014-08-11 Hans WennborgPeepholeOptimizer: make parameter ref to SmallPtrSetImpl
2014-08-11 Hans WennborgMake this SmallVector size a power of two as suggested...
2014-08-11 Jiangning LiuIn Machine CSE pass, the source register of a COPY...
2014-08-11 Hans WennborgRe-commit "Increase the size of this SmallVector in...
2014-08-11 Hans WennborgRevert "Increase the size of this SmallVector in Peepho...
2014-08-11 Hans WennborgIncrease the size of this SmallVector in PeepholeOptimizer.
2014-08-11 Hans WennborgIncrease the size of SpillPlacement::BlockFrequencies.
2014-08-11 Hans WennborgIncrease the size of this SmallVector in CloneNodeWithV...
2014-08-11 Hans WennborgIncrease the size of DwarfAccelTable::TableHeaderData...
2014-08-10 Petar JovanovicAdd support for scalarizing cttz_zero_undef
2014-08-09 Saleem AbdulrasoolCodeGen: switch to a range based for loop
2014-08-08 David BlaikieDebugInfo: Recommit (reverted in r215217, originally...
2014-08-08 Pedro ArtigasAdded a TLI hook to signal that the target does not...
2014-08-08 David BlaikieDebugInfo: Remove assertion (added in r215157) that...
2014-08-08 Josh KlontzAdd missing Interpreter intrinsic lowering for sin...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-07 Akira Hatanaka[stack protector] Look through bitcasts to get global...
2014-08-07 David BlaikieDebugInfo: Fix overwriting/loss of inlined arguments...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Gerolf HoflehnerDebugging Utility - optional ability for dumping critic...
2014-08-07 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction...
2014-08-07 Frederic Risstest commit: remove trailing whitespace.
2014-08-07 Akira Hatanaka[Branch probability] Recompute branch weights of tail...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-06 David BlaikieRevert "Reapply "DebugInfo: Ensure that all debug locat...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-06 Adrian PrantlImprove performance of calculateDbgValueHistory.
2014-08-06 Adrian PrantlCleanup collectChangingRegs
2014-08-06 Reid KlecknerRound up the size of byval arguments to MinAlign
2014-08-06 Sanjay Pateluse register iterators that include self to reduce...
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 David BlaikieDebugInfo: Move the reference to the CU from the locati...
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
2014-08-05 David BlaikiePartially revert r214761 that asserted that all concret...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Chandler Carruth[SDAG] Fix a really, really terrible bug in the DAG...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 David BlaikieReapply "DebugInfo: Ensure that all debug location...
2014-08-03 Chandler Carruth[x86] Don't add nodes to the combined set (and prune...
2014-08-03 Saleem AbdulrasoolCodeGen: silence a warning
2014-08-03 Sanjay Patelfix for PR20354 - Miscompile of fabs due to vectorization
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-02 James Molloy[AArch64] Teach DAGCombiner that converting two consecu...
2014-08-02 Chandler Carruth[SDAG] Refactor the code which deletes nodes in the...
2014-08-02 Owen AndersonFix issues with ISD::FNEG and ISD::FMA SDNodes where...
2014-08-02 Justin BognerCodeGen: Remove commented out code
2014-08-01 Adrian PrantlAttempt to increase the overall happiness of the MSCV...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-08-01 Chandler Carruth[SDAG] MorphNodeTo recursively deletes dead operands...
2014-08-01 Chandler Carruth[SDAG] Begin simplifying the way in which the legalizer...
2014-08-01 Philip ReamesExplicitly report runtime stack realignment in StackMap...
2014-08-01 Hal Finkel[PowerPC] Generate unaligned vector loads using intrins...
2014-07-31 Louis GerbargWhite space fix.
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Will SchmidtDisable IsSub subregister assert. pr18663.
2014-07-31 Juergen Ributzka[FastISel] Fix the patchpoint intrinsic lowering in...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Louis GerbargRetain alignment requirements for load->selects modifie...
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-30 Chandler CarruthDon't manually (and forcibly) run the verifier on the...
2014-07-30 Petar JovanovicAdd support for scalarizing ctlz_zero_undef
2014-07-30 Richard SmithHeader hygiene: remove using directive and #undef DEBUG...
2014-07-29 Manman RenFeedback on r214189, no functionality change.
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-26 Chandler Carruth[SDAG] Add an assert that we don't mess up the number...
2014-07-26 Chandler Carruth[SDAG] Simplify the code for handling single-value...
next